feat(host): bind execution to resolved native targets - #7
Open
YayoiNanoka wants to merge 8 commits into
Open
Conversation
added 2 commits
September 2, 2026 13:07
Generated-by: OpenAI Codex
Generated-by: OpenAI Codex
8 tasks
added 6 commits
September 2, 2026 20:31
Generated-by: OpenAI Codex
Generated-by: OpenAI Codex
Generated-by: OpenAI Codex
Generated-by: OpenAI Codex
Generated-by: OpenAI Codex
Generated-by: OpenAI Codex
YayoiNanoka
marked this pull request as ready for review
September 3, 2026 06:06
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
target.resolvecontract for running apps, exact windows, and installed launch targetsmaka.cu/3and remove the obsolete app-target pathThis is the native prerequisite for apache/maka#4012.
Validation
xcrun swiftc -frontend -parsefor all changed Swift files./scripts/check-docs.shgit diff --checkswift testis blocked locally by the installed Swift 6.3.3 compiler / Swift 6.3.2 SDK mismatch and is left to macOS CI中文
摘要
target.resolve,解析运行中的应用、精确窗口和未启动应用maka.cu/3,删除旧的 app target 路径这是 apache/maka#4012 在 native executor 侧的前置改动。
验证
git diff --check通过