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

braino-catching =~ operator #548

Closed
p6rt opened this issue Dec 27, 2008 · 5 comments
Closed

braino-catching =~ operator #548

p6rt opened this issue Dec 27, 2008 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Dec 27, 2008

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

Searchable as RT61778$

@p6rt
Copy link
Author

p6rt commented Dec 27, 2008

From @masak

S03​:1132​:

To catch "brainos", the Perl 6 parser defines an C<< infix​:<=> >>
operator which always fails at compile time with a message directing
the user to use C<~~> or C<
=> (string append) instead if they meant
it as a single operator, or to put a space between if they really
wanted to assign a stringified value as two separate operators.

@p6rt
Copy link
Author

p6rt commented Jul 13, 2009

From @kyleha

This is an automatically generated mail to inform you that tests are now available in b/t/spec/S03-operators/brainos.t

@p6rt
Copy link
Author

p6rt commented Jul 13, 2009

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

@p6rt
Copy link
Author

p6rt commented Mar 23, 2010

From @jnthn

On Sat Dec 27 15​:21​:51 2008, masak wrote​:

S03​:1132​:

To catch "brainos", the Perl 6 parser defines an C<< infix​:<=> >>
operator which always fails at compile time with a message directing
the user to use C<~~> or C<
=> (string append) instead if they meant
it as a single operator, or to put a space between if they really
wanted to assign a stringified value as two separate operators.

Copied what STD does for these into Rakudo, updated
S03-operators/brainos.t to test this and the !~ catcher too, and added
it to spectest.data. Think that wraps up this one. :-)

Thanks,

Jonathan

@p6rt
Copy link
Author

p6rt commented Mar 23, 2010

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

@p6rt p6rt closed this as completed Mar 23, 2010
@p6rt p6rt added the Todo 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