feat: add compat.fmt 12.2.0 (C++ source compat)#62
Open
1115040131 wants to merge 1 commit into
Open
Conversation
fmt is built as a C++-source compat lib (same shape as compat.gtest): compile src/format.cc + src/os.cc into the `fmt` lib and expose include/ for `#include <fmt/format.h>`. src/fmt.cc (C++20 module unit) is excluded; src/fmt-c.cc is source-gated behind an optional `c-api` feature. Verified locally on mcpp 0.0.81 (== CI): `mcpp test -p fmt` builds compat.fmt from source and the behavioral assertions pass. No mcpp-res write access, so the download url is a plain upstream string (CN mirror to be added by a maintainer). Co-Authored-By: Claude <noreply@anthropic.com>
c32f093 to
6e0496f
Compare
Member
|
保留下面模块化支持的 PR 即可 |
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.
新增 compat.fmt 12.2.0
compat.fmt 源码并运行行为断言,通过;本地复现 CI lint 全过。
验证输出
format_test ... ok
test result ok. 1 passed; 0 failed