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

no levenshtein for method names #5093

Closed
p6rt opened this issue Jan 28, 2016 · 4 comments
Closed

no levenshtein for method names #5093

p6rt opened this issue Jan 28, 2016 · 4 comments
Labels
LTA Less Than Awesome; typically an error message that could be better

Comments

@p6rt
Copy link

p6rt commented Jan 28, 2016

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

Searchable as RT127395$

@p6rt
Copy link
Author

p6rt commented Jan 28, 2016

From @AlexDaniel

Code​:
say ‘foo’.starts-wizh(‘f’)

Result​:
Method 'starts-wizh' not found for invocant of class 'Str'
  in block <unit> at /tmp/Xuj94JRz4X line 1

It should say “Did you mean “starts-with”?”

This is a known issue but it seems like there was no ticket, so that's why
I am submitting it.

@p6rt
Copy link
Author

p6rt commented Aug 2, 2016

From @zoffixznet

Still present today in f1313d

<Zoffix> m​: say ‘foo’.starts-wizh(‘f’)
<camelia> rakudo-moar f1313d​: OUTPUT«Method 'starts-wizh' not found for invocant of class 'Str'␤ in block <unit> at <tmp> line 1␤␤»

--
Cheers,
ZZ | https://twitter.com/zoffix

@p6rt
Copy link
Author

p6rt commented Jun 10, 2017

From @MasterDuke17

Implemented in rakudo/rakudo#1091 and rakudo/rakudo#1096
Tests added in rakudo/rakudo#1097

@p6rt p6rt closed this as completed Jun 10, 2017
@p6rt
Copy link
Author

p6rt commented Jun 10, 2017

@MasterDuke17 - Status changed from 'new' to 'resolved'

@p6rt p6rt added the LTA Less Than Awesome; typically an error message that could be better label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTA Less Than Awesome; typically an error message that could be better
Projects
None yet
Development

No branches or pull requests

1 participant