[julia-users] Re: problem with map after upgrade

2014-04-16 Thread harven
Le mercredi 16 avril 2014 00:09:14 UTC+2, Matt Bauman a écrit : > > > In Julia 0.2, readlines returned an Array with Any elements. In recent > versions, that's been sharpened to an Array with ASCII- and UTF8Strings. > Thanks for the answer. So apparently utf16 is not supported anymore? >From

[julia-users] Re: problem with map after upgrade

2014-04-15 Thread Matt Bauman
I think you've run into almost *exactly* the issue that Stefan wrote about two years ago in the (open) issue 670. Here's what he says: Suppose I have a situation where w = [ f(x) | x=v ] *(ed - old > comprehension syntax)* is inferred to have ele