[perl #129948] [BUG] repl error

2016-10-24 Thread Will Coleda via RT
On Sun Oct 23 15:00:57 2016, gordmi...@gmail.com wrote: > I'm using perl 6, version "This is Rakudo version 2016.10 built on MoarVM > version 2016.10 > implementing Perl 6.c.". > > When I launch perl6 as repl it prints an error message: > "I ran into a problem while trying to set up Readline: Earl

Re: [perl #129948] [BUG] repl error

2016-10-24 Thread Parrot Raiser
If it's a data point, REPL has worked perfectly well after 2016.10 installed. On 10/24/16, Will Coleda via RT wrote: > On Sun Oct 23 15:00:57 2016, gordmi...@gmail.com wrote: >> I'm using perl 6, version "This is Rakudo version 2016.10 built on MoarVM >> version 2016.10 >> implementing Perl 6.c."

[perl #129949] [BUG] Failure to close channel causes GC crash

2016-10-24 Thread via RT
# New Ticket Created by Doug Schrag # Please include the string: [perl #129949] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129949 > This probably is an issue with moarvm. When trying to benchmark the concurrent and non-co

[perl #129956] [BUG] Inconsistent behavior of .Int

2016-10-24 Thread via RT
# New Ticket Created by Jonas Kramer # Please include the string: [perl #129956] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129956 > For most (all I've tested) types the method .Int works pretty much the same and as I'd ex

Re: [perl #129948] [BUG] repl error

2016-10-24 Thread Михаил Гордеев
I used command "panda uninstall Readline". Then I tried to uninstall Readline module by removing .perl6 directory. Now that error message has disappeared. I reinstall Linenoise but there are not tab completion nor long time history in repl. History saves only during repl is running. With regards,

[perl #129951] [BUG] DBIish shall not create table in the database

2016-10-24 Thread via RT
# New Ticket Created by # Please include the string: [perl #129951] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129951 > When DBIish gets installed it created a table sal_emp or similar. I just guess it was DBIish, as that

[perl #129957] Class fails to smartmatch against role defined in module

2016-10-24 Thread via RT
# New Ticket Created by cygx # Please include the string: [perl #129957] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129957 > Minimal testcase: $ cat Foo.pm role Foo is export {} $ cat foo.p6 use lib '.';

Re: [perl #129948] [BUG] repl error

2016-10-24 Thread Михаил Гордеев
Thanks you. Repl really work without any bugs, my problem was caused with other packages installed to system. Sorry for wasting your time. С уважением, Гордеев Михаил 2016-10-24 16:49 GMT+00:00 Parrot Raiser via RT < perl6-bugs-follo...@perl.org>: > If it's a data point, REPL has worked perfec

Documentation for error messages

2016-10-24 Thread Parrot Raiser
Where's the best current description of error messages from file "open" commands, and how to control them? (I'm thinking of things like the effect of adding "\n" to "die" messages in P5.)

Re: Documentation for error messages

2016-10-24 Thread Wenzel P. P. Peppmeyer
On Mon, 24 Oct 2016, Parrot Raiser wrote: Where's the best current description of error messages from file "open" commands, and how to control them? `git grep 'does X::IO'` is your best bet right now because some X::IO-exceptions are not documented yet.