[perl #132103] [JVM] A lot of tests for $! seem to fail

2017-09-24 Thread Christian Bartolomaeus via RT
On Mon, 18 Sep 2017 14:00:02 -0700, barto...@gmx.de wrote: > On Sat, 16 Sep 2017 08:46:00 -0700, barto...@gmx.de wrote: > > Here is a simple example: > > > > $ ./perl6-j -e 'try { die "foo" }; say $!.perl; say $!.gist' > > X::AdHoc.new(payload => "foo") > > Died > > in block at -e line 1 > >

[perl #132103] [JVM] A lot of tests for $! seem to fail

2017-09-18 Thread Christian Bartolomaeus via RT
On Sat, 16 Sep 2017 08:46:00 -0700, barto...@gmx.de wrote: > Here is a simple example: > > $ ./perl6-j -e 'try { die "foo" }; say $!.perl; say $!.gist' > X::AdHoc.new(payload => "foo") > Died > in block at -e line 1 It looks like the 'Died' stems from this line:

[perl #132103] [JVM] A lot of tests for $! seem to fail

2017-09-16 Thread Christian Bartolomaeus via RT
Here is a simple example: $ ./perl6-j -e 'try { die "foo" }; say $!.perl; say $!.gist' X::AdHoc.new(payload => "foo") Died in block at -e line 1 $ $ ./perl6-m -e 'try { die "foo" }; say $!.perl; say $!.gist' X::AdHoc.new(payload => "foo") foo in block at -e line 1

[perl #132103] [JVM] A lot of tests for $! seem to fail

2017-09-16 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132103] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132103 > >From this discussion