hi all, on v0.5-rc3, I see this
*julia> **f(x)=x^3* *f (generic function with 1 method)* *julia> **@profile y = f(5)* *125* *julia> **y* *ERROR: UndefVarError: y not defined* which used to work in previous versions. Is that intended behaviour?
hi all, on v0.5-rc3, I see this
*julia> **f(x)=x^3* *f (generic function with 1 method)* *julia> **@profile y = f(5)* *125* *julia> **y* *ERROR: UndefVarError: y not defined* which used to work in previous versions. Is that intended behaviour?