That seems like a bug – if you would file an issue, that would be great.
On Sat, Nov 22, 2014 at 11:37 PM, <[email protected]> wrote:
> Hi all,
>
> I'm observing the following behaviour with workspace() on julia v0.3.0+6
> on Ubuntu 14.04
>
> julia> eval(parse("1+1"))
> 2
>
> julia> workspace()
>
> julia> eval(parse("1+1"))
> ERROR: eval not defined
>
>
> Is this a bug or do I actually have no understanding of what workspace()
> is supposed to do? I searched for bug reports on this but didn't find any...
>
> Cheers,
>
> Colin
>
>
>
>