fix: 更新 Galay 至 5.0.1 - #285
Open
gzj-creator wants to merge 3 commits into
Open
Conversation
新增 gzj-creator.galay Form-A 描述符,使用 GitHub GLOBAL 归档源并固定 SHA256。\n加入 Unix 工作区示例,验证 galay.utils 与 galay.kernel 默认模块的 Base64、字符串、Buffer 和 Host 接口。\n同步更新中英文 README、descriptor catalog、工作区成员和设计文档;GitCode CN 镜像暂按无权限回退规则跳过。\n本次不打 release tag。
Contributor
Author
|
CI rerun result for commit
The v5.0.0 intrinsic-header failure is fixed in v5.0.1. The remaining LLVM failure is in the upstream |
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
gzj-creator.galayForm-A descriptor from 5.0.0 to 5.0.1.be864cf9467188c231cd69baed496c73d7e4bd29234b9349b284238576f14b77). GitCode CN mirror setup remains deferred as requested; the descriptor keeps the documented GLOBAL fallback.galay.utilsandgalay.kernelmodule surface.Why this reruns CI
The previous 5.0.0 run failed in the Linux LLVM and macOS jobs because the generated module prelude unconditionally reached
intrin.h/emmintrin.h. Galay 5.0.1 adds the upstream compiler/architecture guards for those headers.Local validation
mcpp test -p galay(default GCC):test result ok. 1 passed; 0 failedmcpp 2026.8.27.2 test -p galay(GCC 16.1.0):test result ok. 1 passed; 0 failedmcpp xpkg parsepass.The example intentionally does not claim coverage for optional SSL, HTTP, database, RPC, MCP, tracing, or other feature-gated modules. Windows remains absent from the package descriptor because upstream v5.0.1 declares Linux/macOS only; the no-op example path is retained there.