[19:13:26] hmm the patches do not update parsoid so update.php bails demanding I run composer update... curiouser and curiouser [19:13:51] and here I thought I no longer need to use composer haha [19:14:38] MediaWiki 1.44.2 Updater \ wikimedia/parsoid: 0.21.0 installed, 0.21.1 required. \ Error: your composer.lock file is not up to date. Run "composer update --no-dev" to install newer dependencies [19:17:06] Did you apply the .1 patch first? [19:18:51] because in the .1 patch... [19:18:56] --- mediawiki-1.44.0/vendor/composer.json 2025-07-02 20:01:44.223948500 +0100 [19:18:56] +++ mediawiki-1.44.1/vendor/composer.json 2025-10-02 12:19:44.031721400 +0100 [19:19:00] then [19:19:00] @@ -3254,16 +3255,16 @@ [19:19:00] }, [19:19:00] { [19:19:01] "name": "wikimedia/parsoid", [19:19:02] - "version": "v0.21.0", [19:19:05] + "version": "v0.21.1", [19:19:24] Reedy: I applied .1 yesterday and .2 today [19:19:58] https://github.com/wikimedia/mediawiki-vendor/commit/343332a7691bc316b612d30b3919f9f307df6498 [19:20:02] btw I got this on both 1.43 (patched to .4 yesterday as well) and 1.44 [19:20:22] interesting :\ [19:20:31] patches seemed to apply cleanly too [19:22:35] guess I'll extract the full archive tomorrow to be sure nothing is broken [19:25:05] checked shell history and I definitely applied 1.44.1 and 1.43.4 yesterday :\ maybe something went weird in the process [19:25:36] (what I forgot to do yesterday is run update.php...) [19:25:40] heh [19:25:48] update.php shouldn't have been needed [19:25:49] but still [19:26:38] it's weird because the installs are kind of clean, I did not use composer this time at all (used to before, when I followed simplebatchupload installation instructions) [19:28:21] btw wouldn't .2 fail to apply if I did not apply .1? I'd assume it would complain about the MW version constants at the very least [19:28:42] Yeah... [19:35:37] Reedy: tomorrow I'll try extracting a clean 1.44.0 and applying .1 and .2 in sequence to see if I can reproduce this magic, thanks for the help