-
Notifications
You must be signed in to change notification settings - Fork 27
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
Release v4.2.3 #280
Comments
FYI, getting an error running composer update on your latest bump to core 9.2.16 via last patch: Cannot apply patch https://www.drupal.org/files/issues/2019-10-11/Move_Seven_block_config_into_the_Seven_theme-2632132-42.patch |
Hmm that is odd its applying for me in the CI and on my local. https://github.com/drupalwxt/wxt/runs/5890871864?check_suite_focus=true#step:5:1059 |
Possibly to have more information what version of Composer, Patch, and OS are you running? |
composer 2.1.5, Cannot apply patch 2632132 , MacOS Montery 12.3.1 - have 3 projects using the drupalwxt all failing on same patch |
I'm currently running into an issue with patching, where patches created with git diff include renames which are not understood by patch. You need GNU Patch >= 2.7. From their News page (https://savannah.gnu.org/forum/forum.php?forum_id=7361) about 2.7: Support for most features of the "diff --git" format, including renames and copies, permission changes, and symlink diffs. Binary diffs are not supported yet; patch will complain and skip them. |
Can you try @thomascraig : brew install gpatch |
@sylus the gpatch resolved the issue. thanks. |
See the full release documentation for more detail.
The text was updated successfully, but these errors were encountered: