Re: [julia-users] Re: Issue with Pkg.add

2014-11-06 Thread Bruno Gomes
Tim, I included the Color package, but the command Pkg.add ran normally. o.O Anyway, Thank you all. Em segunda-feira, 27 de outubro de 2014 19h35min59s UTC-3, Tim Holy escreveu: If your goal is to reproduce the bug, your best chance is to say `using Color` before calling any Pkg commands

[julia-users] Re: Issue with Pkg.add

2014-11-04 Thread Dejan Miljkovic
Same here but with different package I am using 0.2.2 Dejan *julia **Pkg.add(HDFS)* *ERROR: `convert` has no method matching convert(::Type{UTF8String}, ::ASCIIString)* * in wait at /Applications/Julia-0.3.2.app/Contents/Resources/julia/lib/julia/sys.dylib (repeats 2 times)* * in wait at

[julia-users] Re: Issue with Pkg.add

2014-10-27 Thread Bruno Gomes
Today, I tried to install RDatasets again and mysteriously no problem arised. Before the 'Pkg.add' command I just typed Pkg.build() Pkg.update() After that, the command Pkg.add(RDatasets) ran normally. Could someone please explain this? '-' Em sábado, 11 de outubro de 2014 14h45min10s

Re: [julia-users] Re: Issue with Pkg.add

2014-10-27 Thread Tim Holy
If your goal is to reproduce the bug, your best chance is to say `using Color` before calling any Pkg commands :-). --Tim On Monday, October 27, 2014 06:59:12 AM Bruno Gomes wrote: Today, I tried to install RDatasets again and mysteriously no problem arised. Before the 'Pkg.add' command I

[julia-users] Re: Issue with Pkg.add

2014-10-15 Thread Leonardo Taccari
The same thing has happened to me (actually more than once). I'm not sure what triggered it, unfortunately I couldn't reproduce the issue in a new REPL instance (where everything goes smoothly and the error disappears). My (newbie) feeling is that the REPL is still somewhat fragile and it is

Re: [julia-users] Re: Issue with Pkg.add

2014-10-15 Thread Stefan Karpinski
On Wed, Oct 15, 2014 at 7:33 AM, Leonardo Taccari floo...@gmail.com wrote: My (newbie) feeling is that the REPL is still somewhat fragile and it is rather easy to break it. Can you expand on that? Any issue with the REPL would be good to address.

Re: [julia-users] Re: Issue with Pkg.add

2014-10-15 Thread Leonardo Taccari
I'm a beginner with Julia, so I can't really say much. I'm using Julia 0.3.1, by the way. In any case, I've investigated a bit and it seems I can reproduce the issue, at least partially. Basically, it seems that bad things happen when I abort something. E.g., killing *Pkg.update()* with a