lindahua / Devectorize.jl

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

Changes to `@devec_transform` to adapt to changes in Base.Expr. #20

Closed tshort closed 11 years ago

tshort commented 11 years ago

These changes are needed to adapt to Jeff's recent update of Expr and expr. Note that this probably breaks compatibility with Julia v. 0.1.

@devec still looks like it works correctly based on Jeff's changes. There is a new warning about expr being depreciated.

lindahua commented 11 years ago

Thanks, Tom. I will update my Julia and look into this soon.