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

compile time error triggers internal warning #5761

Closed
p6rt opened this issue Oct 19, 2016 · 4 comments
Closed

compile time error triggers internal warning #5761

p6rt opened this issue Oct 19, 2016 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Oct 19, 2016

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

Searchable as RT129921$

@p6rt
Copy link
Author

p6rt commented Oct 19, 2016

From @FROGGS

$ perl6 -e 'my $!a'
Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to
something meaningful.
  in any throw at src/Perl6/World.nqp line 4037
===SORRY!=== Error while compiling -e
Cannot use ! twigil on 'my' variable
at -e​:1
------> my $!a⏏<EOL>
  expecting any of​:
  constraint

@p6rt
Copy link
Author

p6rt commented Oct 26, 2016

From @jnthn

On Wed Oct 19 14​:18​:03 2016, FROGGS.de wrote​:

$ perl6 -e 'my $!a'
Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to
something meaningful.
in any throw at src/Perl6/World.nqp line 4037
===SORRY!=== Error while compiling -e
Cannot use ! twigil on 'my' variable
at -e​:1
------> my $!a⏏<EOL>
expecting any of​:
constraint

Fixed, and test added in S32-exceptions/misc.t.

@p6rt
Copy link
Author

p6rt commented Oct 26, 2016

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

@p6rt
Copy link
Author

p6rt commented Oct 26, 2016

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

@p6rt p6rt closed this as completed Oct 26, 2016
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant