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
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."
# 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
# 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
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,
# 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
# 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 '.';
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
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.)
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.
10 matches
Mail list logo