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
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
Currently patches just get skipped if they fail to apply. This is potentially hazardous to a core update (or others) in which a patch provided by OpenY may no longer apply but is allowed to pass installation and update.
I will put in a PR when I get a minute, but wanted this documented so I don't forget.
just need to add "composer-exit-on-patch-failure": true,
This technically should apply to the main package as well for development, but is more important on the project for now.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently patches just get skipped if they fail to apply. This is potentially hazardous to a core update (or others) in which a patch provided by OpenY may no longer apply but is allowed to pass installation and update.
I will put in a PR when I get a minute, but wanted this documented so I don't forget.
just need to add
"composer-exit-on-patch-failure": true,
This technically should apply to the main package as well for development, but is more important on the project for now.
The text was updated successfully, but these errors were encountered: