-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement Patch Apply #5
Conversation
Sweep: Unit tests are missing. |
Sweep: Document the new functionality in README.md |
GitHub actions yielded the following error. The command that failed is
This is likely a linting or type-checking issue with the source code. |
GitHub actions yielded the following error. The command that failed is
This is likely a linting or type-checking issue with the source code. |
GitHub actions yielded the following error. The command that failed is
Please note that the error message is This is likely a linting or type-checking issue with the source code. |
GitHub actions yielded the following error. The relevant lines from the logs are:
The command that failed is This is likely a linting or type-checking issue with the source code. I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR. |
sweep: you are missing |
Hi @ThomasHambach, I decided to make the following changes:
|
SonarCloud Quality Gate failed. 0 Bugs 29.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Description
This PR implements the missing functionality to apply a patch in the csharpdiff repository. The
Apply
method in thePatchApply
class has been implemented to parse a unified diff string and apply the changes to a given source string.Summary of Changes
Apply
method in thePatchApply
class to parse a unified diff string and apply the changes to a source string.Fixes #3.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.