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

Fail to parse def foo(...) #167

Closed
aryx opened this issue Mar 22, 2021 · 1 comment · Fixed by #191
Closed

Fail to parse def foo(...) #167

aryx opened this issue Mar 22, 2021 · 1 comment · Fixed by #191

Comments

@aryx
Copy link
Contributor

aryx commented Mar 22, 2021

This does not currently parse correctly:

 def perform_later(...)
        job = job_or_instantiate(...)
        enqueue_result = job.enqueue
        foo()
end

It's because it's using a recent Ruby extension about arguments forwarding with '...'.

@aibaars
Copy link
Contributor

aibaars commented Nov 3, 2021

Should be fixed by #191

@aibaars aibaars linked a pull request Nov 3, 2021 that will close this issue
5 tasks
@aibaars aibaars closed this as completed Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants