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 runtime panics on self assignment #387

Merged
merged 1 commit into from
Jul 20, 2022
Merged

fix runtime panics on self assignment #387

merged 1 commit into from
Jul 20, 2022

Conversation

geseq
Copy link
Collaborator

@geseq geseq commented Jul 10, 2022

fixes #386

I'm not sure this is the best solution to the problem, but it's fairly minimal. I can't really think of anything other than functions that might need this recursive definition.

@d5 thoughts?

@geseq geseq requested a review from d5 July 10, 2022 14:07
Copy link

@beoran beoran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@geseq
Copy link
Collaborator Author

geseq commented Jul 20, 2022

@d5 any chance you can review this and #388 soon, especially this one as it's a bugfix?

@d5
Copy link
Owner

d5 commented Jul 20, 2022

Sorry. Reviewing this now.

@geseq geseq merged commit 6fc8053 into master Jul 20, 2022
@geseq geseq deleted the self-assignment-fix branch July 20, 2022 15:09
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.

Runtime panic on self assignment
3 participants