You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: