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
Experienced in 9.1.5.0, reproduced in 9.1.9.0 as well.
SyntaxError: /Users/eprothro/.rbenv/versions/jruby-9.1.9.0/lib/ruby/gems/shared/gems/perform-later-1.0.0/lib/perform_later/aliasing.rb:47: syntax error, unexpected kDO_BLOCK perform_async(method, *args).tap do |id| org/jruby/RubyKernel.java:961:in `require'
Patch showing workaround with different block syntax:
eprothro/perform-later@2b7e9ed#diff-27c9b4687d0af0abaa0b859ff0486858
The text was updated successfully, but these errors were encountered:
Reduced to:
foo ->() do bar.gar do |id| end end
So stabby needs to be an argument for this to fail AND gar needs to be a call and not an fcall.
Sorry, something went wrong.
577c7a5
Update ripper parser for same fix as in #4663. JRuby raises 'syntax e…
daf1a3c
…rror, unexpected kDO_BLOCK' where MRI does not.
No branches or pull requests
Experienced in 9.1.5.0, reproduced in 9.1.9.0 as well.
Patch showing workaround with different block syntax:
eprothro/perform-later@2b7e9ed#diff-27c9b4687d0af0abaa0b859ff0486858
The text was updated successfully, but these errors were encountered: