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 mistake in merging #1047 and #1083 #1121

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

hoodmane
Copy link
Member

#1083 changed the signature of eval_code and #1047 cares about the method signature of eval_code. Due to a merging race condition these both got merged into master even though they don't like each other. This adjusts #1047 to reflect the change in #1083.

Copy link
Member

@rth rth left a comment

Choose a reason for hiding this comment

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

Thanks for investigating this!

@hoodmane
Copy link
Member Author

It's nice also that nobody even made a mistake here -- this sort of problem is more or less unavoidable because "commits change different files" does not imply "commits are orthogonal."

@rth rth merged commit 3635b88 into pyodide:master Jan 11, 2021
@hoodmane hoodmane deleted the fix-merge-1047-and-1083 branch January 12, 2021 19:23
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