Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:0<0> conversion dies silently #2689

Closed
p6rt opened this issue Mar 27, 2012 · 5 comments
Closed

:0<0> conversion dies silently #2689

p6rt opened this issue Mar 27, 2012 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Mar 27, 2012

Migrated from rt.perl.org#112056 (status was 'resolved')

Searchable as RT112056$

@p6rt
Copy link
Author

p6rt commented Mar 27, 2012

From @bbkr

versions​: 2012.02 Star, HEAD on IRC

bbkr​:perl6​: :0<0>; say "alive";
[16​:23]p6eval​:rakudo d18aab​: ( no output )

@p6rt
Copy link
Author

p6rt commented Mar 27, 2012

From benji@silverinsanity.com

On Tue Mar 27 09​:29​:08 2012, pawel.pabian@​implix.com wrote​:

versions​: 2012.02 Star, HEAD on IRC

bbkr​:perl6​: :0<0>; say "alive";
[16​:23]p6eval​:rakudo d18aab​: ( no output )

Trying this via the command line​:

$ perl6 -e '​:0<0>'
$ perl6 --ll-exception -e '​:0<0>'

current instr.​: 'throw' pc 491243 (src/gen/CORE.setting.pir​:193136)
(src/gen/CORE.setting​:7576)
called from Sub 'nqp;Perl6;World;_block2207' pc 31476 (src/gen/perl6-symboltable.pir​:13461)
(src/Perl6/World.pm​:1646)
called from Sub 'nqp;Perl6;World;throw' pc 30755 (src/gen/perl6-symboltable.pir​:13134)
(src/Perl6/World.pm​:1627)
called from Sub 'nqp;Perl6;Actions;radcalc' pc 41572 (src/gen/perl6-actions.pir​:16653)
(src/Perl6/Actions.pm​:4961)
---- 8< ---

It's throwing from the appropriate place and dying, but never displaying the message.

@p6rt
Copy link
Author

p6rt commented Mar 27, 2012

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 30, 2012

From @moritz

fixed now, and tested in S32-exceptions/misc.t

@p6rt
Copy link
Author

p6rt commented Mar 30, 2012

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Mar 30, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant