Re: using git-bisect on rakudo

2014-03-29 Thread Siddhant Saraf
Oh noez ! Now even parrot fails to build with this error: " init::manifest - Check MANIFEST...No such file: editor/parrot.el Ack, some files were missing! I can't continue running without everything here. Please try to find the above files and then try running Configure again. " Full log

[perl #112868] [BUG] .split doesn't include an empty string before a first literal zero-length string in Rakudo

2014-03-29 Thread Will Coleda via RT
On Mon May 14 08:26:13 2012, KyleHa wrote: > I've added a test in S32-str/split-simple.t Here's a patch: diff --git a/src/core/Str.pm b/src/core/Str.pm index c81f371..629d2ae 100644 --- a/src/core/Str.pm +++ b/src/core/Str.pm @@ -719,7 +719,7 @@ my class Str does Stringy { # declared in BOOTSTRAP

Re: [perl #121454] Can't inline complex constraints in multisub signatures

2014-03-29 Thread Damian Conway
Moritz wrote: > To spin the tale further, we need to think about what happens if > somebody writes > > multi foo(1|2e0) { ... } > > so now we have Int|Num. We could explore the most-derived common > ancestor (Cool), or look into role space (Real, Numeric come to mind), > or simply error out. Or m

[perl #121534] [MoarVM] LTA error message on assignment to non-container

2014-03-29 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #121534] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=121534 > The code 1 = 2 produces the error "No such method 'STORE' for invocant of type 'Int'",

[perl #121533] [MoarVM] macro test failure, building an AST incrementally in a for loop

2014-03-29 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #121533] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=121533 > This test from S06-macro/unouoting.t fails on raudo-moar, but passes on the other two back