-
Notifications
You must be signed in to change notification settings - Fork 2
Reapply "Yuyuyu/relocation" #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vhjcgja-789
wants to merge
11
commits into
main
Choose a base branch
from
yuyuyu/reloc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
6705703
relocalize
vhjcgja-789 dc67c45
reloc ready
vhjcgja-789 88076fd
reloc
vhjcgja-789 b04bac7
fix git cli error
vhjcgja-789 0770eed
去除local和wide的耦合
vhjcgja-789 58b2a32
Merge pull request #14 from Alliance-Algorithm/yuyuyu/relocation
vhjcgja-789 ca013ee
Revert "Yuyuyu/relocation"
vhjcgja-789 b938e7b
Merge pull request #15 from Alliance-Algorithm/revert-14-yuyuyu/reloc…
vhjcgja-789 719403d
Reapply "Yuyuyu/relocation"
vhjcgja-789 3370655
Revert "Reapply "Yuyuyu/relocation""
vhjcgja-789 0f7dd4d
Reapply "Yuyuyu/relocation"
vhjcgja-789 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabled 分支返回的
state是IDLE而非终态RelocalizeStatus{.message = "disabled"}会得到默认的state = IDLE,但语义上"功能被关闭"应该是一个终态(FAILED 或新增的 DISABLED)。Lua 端send_and_await不会走到这里(disabled 时relocalize_*已直接返回 false),但任何只查询relocalize_status()的调用方会看到state==IDLE / message=="disabled"的奇怪组合。🛠️ 建议
🤖 Prompt for AI Agents