On Fri, Sep 9, 2016 at 6:04 AM, Florian Oswald <florian.osw...@gmail.com>
wrote:

> 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?
>


I believe this is the same on 0.3 and 0.4. Of course being in a
`try`-`catch` the behavior is different if the global was defined
previously.

Reply via email to