-
Notifications
You must be signed in to change notification settings - Fork 13.4k
modules;json: inconsistent keys: is-standard-library
vs is-std-library
#82879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Milestone
Comments
mordante
added a commit
to mordante/llvm-project
that referenced
this issue
Feb 26, 2024
The modules used is-standard-library and is-std-library. The latter is the name used in the SG15 proposal, Fixes: llvm#82879
ldionne
pushed a commit
that referenced
this issue
Feb 27, 2024
The modules used is-standard-library and is-std-library. The latter is the name used in the SG15 proposal, Fixes: #82879
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Feb 27, 2024
The modules used is-standard-library and is-std-library. The latter is the name used in the SG15 proposal, Fixes: llvm#82879 (cherry picked from commit b50bcc7)
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Mar 11, 2024
The modules used is-standard-library and is-std-library. The latter is the name used in the SG15 proposal, Fixes: llvm#82879 (cherry picked from commit b50bcc7)
@mathstuf actually it seems I copied this correctly. The proposal on the SG15 reflector uses both. (I'll mail the reflector.) |
blueboxd
pushed a commit
to blueboxd/libcxx
that referenced
this issue
May 4, 2024
The modules used is-standard-library and is-std-library. The latter is the name used in the SG15 proposal, Fixes: llvm/llvm-project#82879 NOKEYCHECK=True GitOrigin-RevId: b50bcc7ffb6ad6caa4c141a22915ab59f725b7ae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mordante In
libc++.modules.json
, there are two spellings for "is this a standard library module":is-standard-library
andis-std-library
. This should be resolved before 18.0.0 is released. Introduced in #75741.Pinging release managers to get this marked as a blocker for 18.0: @llvm/llvm-release-managers
The text was updated successfully, but these errors were encountered: