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

error message borked for infix:<< <=> >> and numeric coersion #4717

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

error message borked for infix:<< <=> >> and numeric coersion #4717

p6rt opened this issue Nov 2, 2015 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Nov 2, 2015

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

Searchable as RT126536$

@p6rt
Copy link
Author

p6rt commented Nov 2, 2015

From @gfldex

say 'a' <=> 'b';
# OUTPUT«X​::Multi​::NoMatch exception produced no message in block
<unit> at /tmp/Pc4rxu0Uv1​:1»

@p6rt
Copy link
Author

p6rt commented Aug 25, 2016

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

@p6rt
Copy link
Author

p6rt commented Aug 25, 2016

From @coke

On Mon Nov 02 03​:42​:01 2015, gfldex wrote​:

say 'a' <=> 'b';
# OUTPUT«X​::Multi​::NoMatch exception produced no message in block
<unit> at /tmp/Pc4rxu0Uv1​:1»

Works fine now​:

$ perl6 -e "say 'a' <=> 'b';"
Cannot convert string to number​: base-10 number must begin with valid digits or '.' in '⏏a' (indicated by ⏏)
  in block <unit> at -e line 1

Actually thrown at​:
  in block <unit> at -e line 1

Closable with tests.
--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Sep 10, 2016

From @zoffixznet

Tests added in Raku/roast@bb4d3ebffe

@p6rt
Copy link
Author

p6rt commented Sep 10, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant