JuliaArrays / ArrayViews.jl

A Julia package to explore a new system of array views
MIT License
19 stars 18 forks source link

Fix test for array indexing breakage #40

Closed yuyichao closed 8 years ago

yuyichao commented 8 years ago

This keeps the behavior of view and only updates the test to check if the schematics is the same with sub. Given base provides both sub and slice I guess it's fine to stick to the current behavior?

Also clean up and fix .travis.yml so that it is actually running the tests on 0.3 and 0.4 .......

yuyichao commented 8 years ago

Will merge tomorrow.