-
Notifications
You must be signed in to change notification settings - Fork 17
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
Starscope::Lang::Ruby raised "undefined method `line' for nil:NilClass #192
Comments
🤔 I wonder if it might not be as simple as requiring a later version of the |
I'm finding other packages/software aren't up to date with version 3.x syntax. Also, the The EOL error is an indication that |
In general I'd suggest to not require |
Thank you for the report, and thank you for the advice on using Please feel free to reopen, or to file a separate issue if there are still problems. |
Not sure if this has been addressed yet. I'm still showing issues that might be related to this:
|
The fix for this is only in v1.6.1 which I didn't actually release - there was another thing I was waiting on and it never happened and then I just forgot. I'll release it shortly, and you can try the latest |
Ya I'm good. Juts wasn't sure if it was complicated and taking some time. |
For no new
Ctags
, I'm getting anundefined method
error:This implements something new, the
Ruby 3.x
syntax formethod
definitions:Commenting that out allows the process to continue to completion over many files. I'm guessing there should be a test for a
nil
result, or recognition for the new type ofRuby
syntax for single linemethod definitions
.The text was updated successfully, but these errors were encountered: