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

[JRuby 9.4.0.0]warning: parentheses after method name is interpreted as an argument list, not a decomposed argument #30

Open
8exBCYJi5ATL opened this issue Nov 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@8exBCYJi5ATL
Copy link

Describe the bug
The following warnings occur in JRuby 9.4.0.0.

warning: parentheses after method name is interpreted as an argument list, not a decomposed argument

To Reproduce
1.install JRuby 9.4.0.0.

2.install rethinkdb-ruby(rethinkdb-2.4.0.0)
gem install rethinkdb

3.require rethinkdb-ruby
require 'rethinkdb'

The problem
1.rethinkdb-2.4.0.0/lib/rethinkdb.rb

line: 21

    def unbound_if (x, name = nil)
    
   => def unbound_if(x, name = nil)

2.rethinkdb-2.4.0.0/lib/rpp.rb

line: 96

    def self.can_prefix (name, args)

    => def self.can_prefix(name, args)
@8exBCYJi5ATL 8exBCYJi5ATL added the bug Something isn't working label Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant