Removed unavailable submodules#261
Removed unavailable submodules#261hexmode merged 4 commits intoMWStake:masterfrom alex-mashin:master
Conversation
|
Out of interest, how come the three submodules besides CockLock were removed? AFAICS, they're still available at https://github.com/MWStake/MABS, https://github.com/jeblad/Pickle & https://github.com/SemanticMediaWiki/SemanticCompoundQueries. (Apologies if I'm missing something here!) |
|
They are non cloneanle as submodules themselves or have uncloneable submodules. Once this is corrected, the extensions can be returned.
--
Отправлено из Mail для Android понедельник, 10 ноября 2025г., 16:07 +07:00 от A-smart-kitten ***@***.*** :
…A-smart-kitten left a comment (MWStake/nonwmf-extensions#261)
Out of interest, how come the three submodules besides CockLock were removed? AFAICS, they're still available at https://github.com/MWStake/MABS , https://github.com/jeblad/Pickle & https://github.com/SemanticMediaWiki/SemanticCompoundQueries . (Apologies if I'm missing something here!)
—
Reply to this email directly, view it on GitHub , or unsubscribe .
You are receiving this because you authored the thread. Message ID: @ github . com>
|
|
And Pickle has been confirmed as discontinued.
--
Отправлено из Mail для Android понедельник, 10 ноября 2025г., 16:07 +07:00 от A-smart-kitten ***@***.*** :
…A-smart-kitten left a comment (MWStake/nonwmf-extensions#261)
Out of interest, how come the three submodules besides CockLock were removed? AFAICS, they're still available at https://github.com/MWStake/MABS , https://github.com/jeblad/Pickle & https://github.com/SemanticMediaWiki/SemanticCompoundQueries . (Apologies if I'm missing something here!)
—
Reply to this email directly, view it on GitHub , or unsubscribe .
You are receiving this because you authored the thread. Message ID: @ github . com>
|
I'll try and look into this more fully later on; but at first glance, I don't know if this (ie., having unclonable submodules) should be a reason to remove extensions from this repo (which e.g. is used as an input to Codesearch; which IIUC is often used as part of the MediaWiki deprecation process). But maybe @hexmode can speak to that.
Huh, has it?[/genq] It's still receiving translation updates. |
The reason for removal was that recursive cloning this whole repository was aborted due to a broken dependency in Pickle; and no-one is going to fix it. It's likely to be related to https://phabricator.wikimedia.org/T409519. |
|
If SemanticCompundQueries has been fixed by SemanticMediaWiki/SemanticCompoundQueries#85; we could return it to the repository (it needs to be checked). |
Thanks for the link & the info!
Running Re MABS, it looks like the submodule cloning error originates from https://github.com/MWStake/Git-Mediawiki/blob/3cf82953b4a3cbf997da55f82c27e8282a108ae6/.gitmodules#L3. If that's resolved (e.g. by changing |
Removed unavailable and no longer needed submodules CockBlock, MABS, Pickle and SemanticCompundQueries.
Fixes #259.