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

Match on undefined value returns twodifferent warning messages #4292

Open
p6rt opened this issue Jun 5, 2015 · 3 comments
Open

Match on undefined value returns twodifferent warning messages #4292

p6rt opened this issue Jun 5, 2015 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 5, 2015

Migrated from rt.perl.org#125331 (status was 'open')

Searchable as RT125331$

@p6rt
Copy link
Author

p6rt commented Jun 5, 2015

From @bbkr

$ perl6 -e 'loop { $_ ~~ /.+/ }'

While it runs two different error messages are returned​:

1. Use of uninitialized value of type Any in string context in block at -e​:1
2. Use of uninitialized value of type Any in string context in method Str at /home/ppabian/.rakudobrew/moar-2015.05/install/share/perl6/runtime/CORE.setting.moarvm​:1

$ perl6 --version
This is perl6 version 2015.05 built on MoarVM version 2015.05


Pawel Pabian
Senior Perl Developer
GetResponse

www.getresponse.com

@p6rt
Copy link
Author

p6rt commented Sep 19, 2016

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Sep 19, 2016

From @coke

On Fri Jun 05 02​:00​:55 2015, ppabian@​implix.com wrote​:

$ perl6 -e 'loop { $_ ~~ /.+/ }'

While it runs two different error messages are returned​:

1. Use of uninitialized value of type Any in string context in block
at -e​:1
2. Use of uninitialized value of type Any in string context in method
Str at /home/ppabian/.rakudobrew/moar-
2015.05/install/share/perl6/runtime/CORE.setting.moarvm​:1

$ perl6 --version
This is perl6 version 2015.05 built on MoarVM version 2015.05


Pawel Pabian
Senior Perl Developer
GetResponse

www.getresponse.com

Still happening in 2016.08.1

--
Will "Coke" Coleda

@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