Git Product home page Git Product logo

Comments (4)

soutaro avatar soutaro commented on May 27, 2024

I confirmed what is happening with curry. The automatically defined method has var-args *args, which doesn't work with curry without explicitly specifying rarity.

method(:on_object).curry(2)[1]   # This works

The solution is to define arguments depending on the arity of the original method. Thinking of if it should be done now...

from rbs.

HoneyryderChuck avatar HoneyryderChuck commented on May 27, 2024

Just confirmed that it works. Honestly, your suggestion (passing arity to "curry" call) seems like a decent enough compromise, so I agree that it can be solved another time.

from rbs.

HoneyryderChuck avatar HoneyryderChuck commented on May 27, 2024

@soutaro can you reopen this? These changes seem to have caused syntax errors, at least when curry is used:

/usr/local/bundle/ruby/3.0.0/bundler/gems/rbs-b07243f0f5ae/lib/rbs/test/hook.rb:184:in `module_eval': /usr/local/bundle/ruby/3.0.0/bundler/gems/rbs-b07243f0f5ae/lib/rbs/test/hook.rb:81: duplicated argument name (SyntaxError)
...ck, *rest_args_59607f4a, &block)
...                          ^~~~~
        from /usr/local/bundle/ruby/3.0.0/bundler/gems/rbs-b07243f0f5ae/lib/rbs/test/hook.rb:184:in `hook_instance_method'
        from /usr/local/bundle/ruby/3.0.0/bundler/gems/rbs-b07243f0f5ae/lib/rbs/test/tester.rb:64:in `block (2 levels) in install!'
        from /usr/local/bundle/ruby/3.0.0/bundler/gems/rbs-b07243f0f5ae/lib/rbs/test/tester.rb:53:in `each'
        from /usr/local/bundle/ruby/3.0.0/bundler/gems/rbs-b07243f0f5ae/lib/rbs/test/tester.rb:53:in `block in install!'
        from <internal:kernel>:90:in `tap'
        from /usr/local/bundle/ruby/3.0.0/bundler/gems/rbs-b07243f0f5ae/lib/rbs/test/tester.rb:45:in `install!'
        from /usr/local/bundle/ruby/3.0.0/bundler/gems/rbs-b07243f0f5ae/lib/rbs/test/setup.rb:69:in `block in <top (required)>'

from rbs.

soutaro avatar soutaro commented on May 27, 2024

@HoneyryderChuck Oh... 🙇‍♂️

from rbs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.