Re: [julia-users] Error printing for too many ouputs

2016-09-29 Thread Mauro
On Thu, 2016-09-29 at 10:09, DNF wrote: > I recently spent an unreasonable amount of time figuring out what my error was > in a function analogous to the following: > too_many_outputs() = rand(100, 100), zeros(100, 100) > a, b, c = too_many_outputs() > The output from this is, on 0.5.0, several s

[julia-users] Error printing for too many ouputs

2016-09-29 Thread DNF
I recently spent an unreasonable amount of time figuring out what my error was in a function analogous to the following: too_many_outputs() = rand(100, 100), zeros(100, 100) a, b, c = too_many_outputs() The output from this is, on 0.5.0, several screenfuls of red numerical data, and an error mess