refactor(asio): make module package canonical#109
Open
wellwei wants to merge 1 commit into
Open
Conversation
wellwei
force-pushed
the
refactor/asio-module
branch
from
July 21, 2026 07:31
3972203 to
239531f
Compare
Sunrisepeak
requested changes
Jul 21, 2026
| -- `asio/coroutine.hpp`、`asio/streambuf.hpp`。 | ||
| package = { | ||
| spec = "1", | ||
| namespace = "", |
Member
There was a problem hiding this comment.
缺少命名空间 以及文件名命名 chriskohlhoff.asio.lua
package = {
spec = "1",
namespace = "chriskohlhoff",
name = "asio",
description = "Standalone asio exposed as the C++23 module asio (separate compilation)",
licenses = {"BSL-1.0"},
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
compat.asio@1.38.1header-only package and its consumer testschriskohlhoff.asiopackage identity with canonical default-rootasio@1.38.1Consumer contract
compat.asio@1.38.1andchriskohlhoff.asio@1.38.1are removed without aliases. The canonical package is module-only.Validation
mcpp 0.0.101mcpp test -p asio-module: 5 passed, 0 failedLinux and Windows module coverage is delegated to PR CI.
No archive URL, SHA-256, mirror, generated wrapper, source list, feature, define, platform flag, mcpp core behavior, or unrelated documentation changes.