Skip to content

Extension manager rewrite#467

Merged
tomlin7 merged 14 commits intomainfrom
extension-manager-rewrite
Mar 14, 2025
Merged

Extension manager rewrite#467
tomlin7 merged 14 commits intomainfrom
extension-manager-rewrite

Conversation

@tomlin7
Copy link
Copy Markdown
Owner

@tomlin7 tomlin7 commented Dec 4, 2024

fixes (partially): #466 (check issue for details)

@tomlin7 tomlin7 changed the title Clone extension repository directly Extension manager rewrite Dec 4, 2024
@tomlin7 tomlin7 force-pushed the extension-manager-rewrite branch from 436406e to ed72437 Compare March 2, 2025 07:49
@tomlin7 tomlin7 force-pushed the extension-manager-rewrite branch from ed72437 to 0d4745c Compare March 13, 2025 08:25
tomlin7 added 7 commits March 13, 2025 13:56
Following steps are taken:
git submodule deinit -f -- a/submodule
git submodule deinit -f -- a/srm -rf .git/modules/a/submodule

rmdir a/submodule fails
because git still holds this empty sm directory, we can't remove it. side effect: you can't install -> uninstall -> install the same extension
@tomlin7 tomlin7 merged commit 9fe2ad2 into main Mar 14, 2025
5 of 7 checks passed
@tomlin7 tomlin7 deleted the extension-manager-rewrite branch March 14, 2025 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uninstallation Installation Fetch list

1 participant