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

Fix forwarded kwrestarg #1401

Closed
wants to merge 2 commits into from
Closed

Fix forwarded kwrestarg #1401

wants to merge 2 commits into from

Conversation

dgollahon
Copy link
Collaborator

@dgollahon dgollahon commented Oct 4, 2023

@mbj Seems like this can also fail too but I'm not sure I have time to look into it today but I thought I'd throw up a failing test at least. I assume it probably makes sense to define the AST structure but not sure exactly where that is used.

- Allows `def foo(*); bar(*); end` to work without crashing `mutant`.
@mbj
Copy link
Owner

mbj commented Oct 8, 2023

@dgollahon This is at minimum, first level an unparser issue patching unparser to round trip this first.

@mbj
Copy link
Owner

mbj commented Oct 8, 2023

Unparser fixed in 0.6.9: https://github.com/mbj/unparser/blob/main/Changelog.md#v068-2023-10-08

@dgollahon I'm centralizing these changes in #1402, closing this PR, will add you as co-author to my commit.

@mbj mbj closed this Oct 8, 2023
@dgollahon dgollahon deleted the fix-forwarded_kwrestarg branch October 8, 2023 03:27
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.

2 participants