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 patches moving a line to the top of the file. #353

Conversation

guillaumebrunerie
Copy link
Contributor

RCS patches containing a 'a0' instruction are not handled properly.
This pull request fixes the handling of 'a0' instructions and adds an integration test that fails otherwise.
Fixes #299.

RCS patches containing a 'a0' instruction are not handled properly.
This commit fixes the handling of 'a0' instructions and adds an integration test that fails otherwise.
Fixes radian-software#299.
Copy link
Member

@raxod502 raxod502 left a comment

Choose a reason for hiding this comment

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

Beautiful! Thank you! I'm glad the framework I started was easy enough to extend.

You mentioned that you had trouble running the tests on macOS - if you feel like it, go ahead and file another issue with the error message from that, I suspect it's easy to fix.

@raxod502 raxod502 merged commit 2c8e822 into radian-software:main Mar 8, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

RCS patch wrongly applied results in incorrect file
2 participants