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

&prefix:<!> is misparsed when smartmatching inside WhateverCode #4719

Closed
p6rt opened this issue Nov 2, 2015 · 4 comments
Closed

&prefix:<!> is misparsed when smartmatching inside WhateverCode #4719

p6rt opened this issue Nov 2, 2015 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 2, 2015

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

Searchable as RT126540$

@p6rt
Copy link
Author

p6rt commented Nov 2, 2015

From andrspv@gmail.com

$ perl6 -v
This is perl6 version 2015.10-124-g63f6fc9 built on MoarVM version
2015.10-14-g5ff3001

$ perl6 -e 'say (* !~~ Int)(1)'
===SORRY!=== Error while compiling -e
Variable '&infix​:<!>' is not declared
at -e​:1
------> say (* ⏏!
Int)(1)

$ perl6 -e 'say (* ~~ Int)(1)'
True

@p6rt
Copy link
Author

p6rt commented Sep 15, 2017

From @skids

On Mon, 02 Nov 2015 09​:43​:13 -0800, andrspv@​gmail.com wrote​:

$ perl6 -v
This is perl6 version 2015.10-124-g63f6fc9 built on MoarVM version
2015.10-14-g5ff3001

$ perl6 -e 'say (* !~~ Int)(1)'
===SORRY!=== Error while compiling -e
Variable '&infix​:<!>' is not declared
at -e​:1
------> say (* ⏏!
Int)(1)

$ perl6 -e 'say (* ~~ Int)(1)'
True

Seems to have been fixed. Test added in roast commit 4b2fef409, so resolving.

@p6rt
Copy link
Author

p6rt commented Sep 15, 2017

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

@p6rt
Copy link
Author

p6rt commented Sep 15, 2017

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

@p6rt p6rt closed this as completed Sep 15, 2017
@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