fix: 更新 Galay 至 5.0.2 - #285
Merged
Merged
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.1 to 5.0.2.93a93fabcfeb1b0ae160f3082ed472571532ce208c112bf2697f94267b27332a); GitCode CN mirror setup remains deferred, so the documented GLOBAL fallback is preserved.galay.utilsandgalay.kernelmodule surface.Why this reruns CI
The original Linux LLVM failure was reproduced in run 33269750913, job 99146034674, with mcpp 2026.8.27.2 and LLVM 22.1.8. Galay v5.0.1 kept the intrinsic guards that fixed the earlier
intrin.hissue, butasync_aio.hstill definedAioCommitAwaitable::await_suspendwith a globally qualified-id after closingnamespace galay::async. Becausegalay_kernel.cppmincludes it insideexport extern "C++", Clang 22 rejected it as not being at namespace scope.Upstream v5.0.2 (commit
d58976711790e47d5b0ad272e068d516192a1a1e, tagv5.0.2) puts that template definition back insidenamespace galay::async. The declaration, template visibility, ABI, member binding, LinuxUSE_EPOLLbehavior, and traditional header include path remain unchanged.Local validation
mcpp test -p galaywith mcpp 2026.8.27.2 passed on GCC 16.1.0 and LLVM 22.1.8.USE_EPOLL; an LLVM module consumer imported both modules and instantiatedco_await AsyncAio::commit().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.2 declares Linux/macOS only; the no-op example path is retained there.