lindahua / Devectorize.jl

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

make tests pass on julia master after the tuple type changes #39

Closed yuyichao closed 9 years ago

yuyichao commented 9 years ago

All tests pass at least.

lindahua commented 9 years ago

This has been fixed by PR #38.

Note: you may have to add @compat macro to make these things work in Julia 0.3 release.