Done. Issue #9119. Cheers,
Colin On Sunday, November 23, 2014 5:08:50 PM UTC+11, Stefan Karpinski wrote: > > 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] <javascript:>> > 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 >> >> >> >> >
