We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
Ripper on 9.0.x.x wrongly reports line number 2 for sexp or token at line 1.
[1] pry(main)> JRUBY_VERSION => "9.0.1.0" [2] pry(main)> require 'ripper' => true [3] pry(main)> Ripper.sexp('foo') => [:program, [[:vcall, [:@ident, "foo", [2, 0]]]]] [4] pry(main)> Ripper.lex('foo') => [[[2, 0], :on_ident, "foo"]]
FYI Ripper on 1.7.22 correctly reports it as line 1.
The text was updated successfully, but these errors were encountered:
This was fixed in a series of updates on the ruby-2.3 branch (which has since been merged to master).
Sorry, something went wrong.
No branches or pull requests
Ripper on 9.0.x.x wrongly reports line number 2 for sexp or token at line 1.
FYI Ripper on 1.7.22 correctly reports it as line 1.
The text was updated successfully, but these errors were encountered: