🐛 Fix tag: specifier in batch paths & update docs#264
Merged
Conversation
- Fix PluginUpdateServiceImpl to handle tag: specifiers in installAll/update/checkOutdated paths (was silently failing) - Add isTagFormat/extractTag helpers to VersionSpecifierParser - Fix PluginInfoServiceImpl.checkOutdated to use tag-specific latest - Add tag: version specifier docs to mpm-config.mdx - Add adopt command workflow section to manage.mdx - Update manage.json with missing flags (--pin, --force, --dry-run) - Fix mpm-config.json typo to mpm.json in manage.json
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
🚀 Preview of mpmThis preview file are availalble for 7 days. (until 2026-04-07)
|
Contributor
🚀 Preview of mpmThis preview file are availalble for 7 days. (until 2026-04-07)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tag:バージョン指定子がmpm install/mpm updateの一括パスで動作しないバグを修正PluginInfoServiceImpl.checkOutdatedでtag:指定時にチャンネル別の最新バージョンを取得するように修正コード修正
PluginUpdateServiceImpl.resolveExpectedVersion—tag:をlatestと同様に動的解決として処理PluginUpdateServiceImpl.installPluginWithVersion—tag:指定時にgetLatestVersionByTagを使用PluginUpdateServiceImpl.installSinglePlugin—tag:指定のプラグインのlatestVersionDataをチャンネル別に取得PluginInfoServiceImpl.checkOutdated—tag:指定時にチャンネル別の最新バージョンで比較VersionSpecifierParser—isTagFormat/extractTagヘルパーを追加ドキュメント更新
mpm-config.mdx—tag:バージョン指定子の説明・プラットフォーム別対応表を追加manage.mdx—adoptコマンドのワークフロー説明を追加manage.json—--pin,--force,--dry-runフラグの記載漏れを修正、mpm-config.json→mpm.jsonのtypo修正Test plan
./gradlew checkパスpnpm build(docs) パスtag:beta指定のプラグインがmpm installで正しくインストールされることmpm updateでtag:プラグインがチャンネル内の最新に更新されることmpm outdatedでtag:プラグインが正しく比較されること