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

Recognize more pass-through constructor signatures #92

Closed
wants to merge 1 commit into from

Conversation

flash-gordon
Copy link
Member

Recently, ruby introduced more ways to express method parameters that you're not going to use explicitly. We should have updated our pass_through? check accordingly.

@flash-gordon flash-gordon force-pushed the recognize-more-pass-through-signatures branch 5 times, most recently from f1df138 to e2a22f6 Compare November 12, 2023 15:02
@flash-gordon flash-gordon force-pushed the recognize-more-pass-through-signatures branch from e2a22f6 to 9ecab4c Compare November 12, 2023 18:11
@flash-gordon flash-gordon changed the title Recognize more pass-through constructor signatures (fix #91) Recognize more pass-through constructor signatures Nov 12, 2023
@flash-gordon
Copy link
Member Author

At first, I hoped it'd fix #91 but now I think it can't be fixed generally. Generalizing .pass_through? still makes sense, though; but I had a hard time figuring out all signature changes across ruby versions. I decided not to merge it now and wait until 3.1 or even 3.2 is a minimally compatible version.

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 this pull request may close these issues.

1 participant