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
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
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
# 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'",
# 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