[libcxx-commits] [PATCH] D146902: [libc++][spaceship[NFC] P1614R2 `operator<=>` moves misplaced tests to correct location
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 27 02:49:55 PDT 2023
philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.
Please mention in the commit message that you also update the status page.
================
Comment at: libcxx/docs/Status/SpaceshipProjects.csv:34-35
| `[charconv.syn] <https://wg21.link/charconv.syn>`_,| `from_chars_result <https://reviews.llvm.org/D112366>`_,None,Mark de Wever,|Complete|
-| `[stacktrace.entry.cmp] <https://wg21.link/stacktrace.entry.cmp>`_,| stacktrace_entry,None,Unassigned,|Not Started|
-| `[stacktrace.basic.cmp] <https://wg21.link/stacktrace.basic.cmp>`_,| basic_stacktrace,[alg.three.way],Unassigned,|Not Started|
+| `[stacktrace.entry.cmp] <https://wg21.link/stacktrace.entry.cmp>`_,| `stacktrace_entry <https://reviews.llvm.org/D123228>`_,None,Nikolas Klauser,|In Progress|
+| `[stacktrace.basic.cmp] <https://wg21.link/stacktrace.basic.cmp>`_,| `basic_stacktrace <https://reviews.llvm.org/D123228>`_,[alg.three.way],Nikolas Klauser,|In Progress|
| `[string.cmp] <https://wg21.link/string.cmp>`_,| `basic_string <https://reviews.llvm.org/D131421>`_,None,Mark de Wever,|Complete|
----------------
H-G-Hristov wrote:
> These are not part of P1614R2. Should I just remove them?
Let's keep them for now. This status page isn't necessarily just about P1614R2.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146902/new/
https://reviews.llvm.org/D146902
More information about the libcxx-commits
mailing list