lindahua / Devectorize.jl

A Julia framework for delayed expression evaluation
MIT License
115 stars 17 forks source link

Handling new indexing behavior in Julia 0.5 #51

Open blakejohnson opened 8 years ago

blakejohnson commented 8 years ago

In particular, after https://github.com/JuliaLang/julia/pull/13612 Julia drops dimensions indexed by a scalar. Work is under way https://github.com/JuliaLang/Compat.jl/pull/179 to provide the new behavior in older versions of Julia, but I assume that Devectorize.jl should adopt Julia 0.5 indexing as its default.

Are there thoughts on how to proceed?