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
Each applied patch is tracked individually. This has the benefit of
being able to handle situations where multiple patches touch the same
file.
Also remove the check if the patch is still applied. This proved to be
unreliable, especially if multiple patches touch the same file. We now
solely rely on the tracked applied patches and compare them to the
desired ones. If they match, the class will assume the patch is still
applied.
FixesBobBuildTool#55. FixesBobBuildTool#180.
if the order of patchfiles is relevant, the revert patching doesn't work:
basement/classes/patch.yaml
Lines 26 to 48 in f4a53e1
I guess, we have to write the patches in reverted order into the
.applied
file?!The text was updated successfully, but these errors were encountered: