完善 v1 发布验收门禁 - #12
Merged
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.
概要
Windows 门禁
mcpp
2026.8.28.1的 Windows LLVM 后端不会生成 GNU depfile,--strict会在 CMP 测试开始前将这条已知增量构建降级升级为失败。当前 workflow 使用精确严格探针:仅当 warning/error 集合恰好是该 depfile 降级及对应 strict 汇总时才继续;任何新增诊断仍会失败。实际 Windows 门禁使用
--cache=off完整重建,因此不会复用旧 BMI 或目标文件。mcpp 未来修复该限制后,探针会直接严格通过。边界
main上重新生成。验证
examples/basic运行输出预期十行,Release 构建通过。49,000/1,000/0、file I/O1,000/100/0、network20,000/100/0的成功/预期失败/非预期失败硬计数。b2c0911的完整日志确认 Linux、macOS、Windows 各自的 Dev/Release 均为 161/161,示例完整通过;耗时分别为 2m53s、3m08s、5m22s。