refactor(asio): make module package canonical#109
Merged
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"},
wellwei
added a commit
to wellwei/mcpp-index
that referenced
this pull request
Jul 24, 2026
- Replace chriskohlhoff.asio descriptor with PR mcpplibs#109 content (namespace="chriskohlhoff", name="asio" for dual resolution: mcpp add chriskohlhoff.asio@1.38.1 / mcpp add asio@1.38.1) - Remove compat.asio@1.38.1 header-only package and its consumer tests - Remove tests/examples/asio from workspace members - Update asio-module test comments to remove mirror references
wellwei
force-pushed
the
refactor/asio-module
branch
2 times, most recently
from
July 24, 2026 16:57
17f3d5c to
239531f
Compare
wellwei
added a commit
to wellwei/mcpp-index
that referenced
this pull request
Jul 24, 2026
…ontent Move pkgs/a/asio.lua -> pkgs/c/chriskohlhoff.asio.lua with namespace="chriskohlhoff" so consumers can use both: mcpp add chriskohlhoff.asio@1.38.1 (fully qualified) mcpp add asio@1.38.1 (short form) Update asio-module test project index accordingly.
wellwei
force-pushed
the
refactor/asio-module
branch
from
July 24, 2026 17:03
3233ade to
239531f
Compare
…ontent Move pkgs/a/asio.lua -> pkgs/c/chriskohlhoff.asio.lua with namespace="chriskohlhoff" so consumers can reference it as both chriskohlhoff.asio@1.38.1 and asio@1.38.1. Update asio-module test project index accordingly.
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.