fix(backup): accept Operit package variants - #939
Merged
Conversation
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.
变更说明 / Description
背景与动机 / Context and motivation
文件快照导入会按备份清单中的包名与当前安装包名完全相等校验,导致正式包与
com.ai.assistance.operit.debug等同一 Operit 命名空间的构建变体之间无法互相导入。改动范围 / Changes
com.ai.assistance.operit开头的快照清单包名.debug、.clone允许,以及非 Operit 前缀拒绝的 JVM 单元测试兼容性与风险 / Compatibility and risks
快照格式没有变化。正式包和同一 Operit 命名空间的构建变体可以互相导入;其他包名仍会被拒绝。
关联 Issue / Related issue
N/A - 修复已报告的文件快照导入包名校验问题。
验证方式 / Verification
检查清单 / Checklist
Candidate checks覆盖改动范围,并会处理技术失败项 /Candidate checkscovers the change scope and technical failures will be addressed