# 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
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
# 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
# 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 +=
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
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
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.
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'
# 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
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
Here are more examples (by novapatch++ via irc):
m: say «நி กำ षि "\r\n"»».chars
rakudo-moar cd7766: OUTPUT«(2 2 2 2)»
> 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
Patch: https://github.com/rakudo/rakudo/commit/6902d51eb7
Tests: https://github.com/perl6/roast/commit/7f43444370
Closing ticket.
13 matches
Mail list logo