[perl #126383] [NYI] Generic type can't participate in a coercive type

2015-10-26 Thread Tobias Leich via RT
Patch: https://github.com/rakudo/rakudo/commit/6902d51eb7 Tests: https://github.com/perl6/roast/commit/7f43444370 Closing ticket.

Re: [perl #126461] [JVM] build broken

2015-10-26 Thread Elizabeth Mattijsen
> On 26 Oct 2015, at 19:21, Will Coleda via RT > wrote: > > On Mon Oct 26 10:50:52 2015, coke wrote: >> Attempting to compile the core now dies with: >> >> Stage classfile : java.lang.RuntimeException: >> java.lang.RuntimeException: Class file too large! >> in classfile (gen/jvm/stage2/NQPHL

[perl #125927] नि -- a grapheme cluster boundary algo problem (CCC = 0 can be a valid combiner?)

2015-10-26 Thread Tobias Leich via RT
Here are more examples (by novapatch++ via irc): m: say «நி กำ षि "\r\n"»».chars rakudo-moar cd7766: OUTPUT«(2 2 2 2)␤»

[perl #126461] [JVM] build broken

2015-10-26 Thread Will Coleda via RT
On Mon Oct 26 10:50:52 2015, coke wrote: > Attempting to compile the core now dies with: > > Stage classfile : java.lang.RuntimeException: > java.lang.RuntimeException: Class file too large! > in classfile (gen/jvm/stage2/NQPHLL.nqp:93) > in compile (gen/jvm/stage2/NQPHLL.nqp:1423) > in eva

[perl #126461] [JVM] build broken

2015-10-26 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126461] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126461 > Attempting to compile the core now dies with: Stage classfile : java.lang.RuntimeExcepti

Bug returning objects directly from called methods using some form of named arguments

2015-10-26 Thread mt1957
Two samples of code for which the problem is closely related The first problem; return MongoDB::Cursor.new( collection => self, OP_REPLY=> $OP_REPLY, criteria=> %@criteria ); Generates the error; 'Default constructor for 'MongoDB::Cursor'

Re: [perl #126459] LEAVE block skipped when die is called

2015-10-26 Thread Wenzel P. P. Peppmeyer
Removing 'exit 1' get's the LEAVE block called. In my eyes the LEAVE block should be called in that case too, because it may contain cleanup code and the CATCH may be in a different compunit, what will cause subtile bugs that are hard to test.

[perl6/specs] f5e1f8: Mention RFC 3339 in DateTime (which is what we cur...

2015-10-26 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: f5e1f862c3711b1fa77b414ff68e79b482be5436 https://github.com/perl6/specs/commit/f5e1f862c3711b1fa77b414ff68e79b482be5436 Author: Brent Laabs Date: 2015-10-24 (Sat, 24 Oct 2015) Changed paths: M S32-set

Re: [perl #126447] [BUG] temp %*ENV bug

2015-10-26 Thread Shoichi Kaji
Thank you for your quick fix! It works, but a warning is emitted. $ perl6 -e '{ temp %*ENV = "1" }; { temp %*ENV = "1"; run "ls" }' Use of uninitialized value %ENV of type Any in string context Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in block at -e:1 Appl

[perl #126450] [BUG]: Hungry for RAM

2015-10-26 Thread via RT
# New Ticket Created by Hugh Simpson # Please include the string: [perl #126450] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126450 > `perl6 -e 'my ($x,$y,$i) = (0,1,1); while ($i < 100) {$y += $x ; $x = $y - $x ; $i +=

[perl6/specs] 34443f: Mention RFC 3339 in DateTime (which is what we cur...

2015-10-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 34443f6b19b70c957781c0ceb5439a9afee862a7 https://github.com/perl6/specs/commit/34443f6b19b70c957781c0ceb5439a9afee862a7 Author: Brent Laabs Date: 2015-10-24 (Sat, 24 Oct 2015) Changed paths: M S32-se

[perl #126454] [BUG] Channel: earliest $channel { ... } does not go away at end of scope

2015-10-26 Thread via RT
# New Ticket Created by zengargoyle # Please include the string: [perl #126454] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126454 > This is perl6 version 2015.10-16-g2f4bfd8 built on MoarVM version 2015.10 https://gist.gi

[perl #126459] LEAVE block skipped when die is called

2015-10-26 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #126459] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126459 > sub f(){ ENTER { note '1) f has been entered' } LEAVE { note '2) f