> What is the arraypocalypse? Braking changes for array indexing are on the plate for 0.5: https://github.com/JuliaLang/julia/issues/13157
Note that another name is arraymageddon: https://github.com/JuliaLang/julia/search?utf8=%E2%9C%93&q=arraymageddon&type=Issues The terms stems from the previous tupocalypse, when a tuple-type overhaul lead to a few breakages: https://github.com/JuliaLang/julia/search?utf8=%E2%9C%93&q=tupocalypse&type=Issues https://github.com/JuliaLang/julia/search?q=tupocolypse&type=Issues&utf8=%E2%9C%93 > On Tuesday, February 2, 2016 at 1:28:26 AM UTC-5, Mauro wrote: >> >> > my tests run smoothly in the current build of julia 0.5 beta. Is >> everything >> > good or are there breaking changes to come? >> >> There are always breaking changes to come on Master... that's the point >> of Master. Expect more to come, as the arraypocalypse has not happened >> yet (nor it is quite clear how it will happen). >>