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

Is there a method to update patches for go1.23 ? (Wip included) #224

Closed
pmalhaire opened this issue Aug 29, 2024 · 1 comment
Closed

Is there a method to update patches for go1.23 ? (Wip included) #224

pmalhaire opened this issue Aug 29, 2024 · 1 comment

Comments

@pmalhaire
Copy link

pmalhaire commented Aug 29, 2024

Hello,
I have updated my best patches for go1.23
I made a simple update of patches doing git apply one by one by files and fixing the files were it does not work.

git apply --check patch
# fix patch for file.go
git diff file.go > file.patch
# replace file.go diff in the patch
# iterate until the patch works

Is there a more clever approach ?

Here is the result.
Note patches 14 and 16 are not needed anymore if I am not mistaken. That is why they are not there.
It's building on first tests I could run.

patches.zip

@pmalhaire
Copy link
Author

Done in an other mr

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

No branches or pull requests

1 participant