[libcxx-commits] [libcxx] 6ae1575 - [libc++][doc] Update the Format library status.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 9 08:57:32 PDT 2021
Author: Mark de Wever
Date: 2021-05-09T17:55:50+02:00
New Revision: 6ae15756a5a67b3791e91e2258d17b4dfa0ce87f
URL: https://github.com/llvm/llvm-project/commit/6ae15756a5a67b3791e91e2258d17b4dfa0ce87f
DIFF: https://github.com/llvm/llvm-project/commit/6ae15756a5a67b3791e91e2258d17b4dfa0ce87f.diff
LOG: [libc++][doc] Update the Format library status.
- Move LWG-3218 to the chrono section.
- Mark the several parts 'In progress'.
Added:
Modified:
libcxx/docs/FormatIssuePaperStatus.csv
libcxx/docs/FormatProposalStatus.csv
Removed:
################################################################################
diff --git a/libcxx/docs/FormatIssuePaperStatus.csv b/libcxx/docs/FormatIssuePaperStatus.csv
index e1fa9c1bb1696..9a901495c46ad 100644
--- a/libcxx/docs/FormatIssuePaperStatus.csv
+++ b/libcxx/docs/FormatIssuePaperStatus.csv
@@ -1,13 +1,12 @@
Number,Name,Assignee,Patch,Status,First released version
`P0645 <https://wg21.link/P0645>`_,"Text Formatting",Mark de Wever,,|partial|,
-`P1652 <https://wg21.link/P1652>`_,"Printf corner cases in std::format",,,,
+`P1652 <https://wg21.link/P1652>`_,"Printf corner cases in std::format",Mark de Wever,,In progress,
`P1892 <https://wg21.link/P1892>`_,"Extended locale-specific presentation specifiers for std::format",,,,
`P1862 <https://wg21.link/P1862>`_,"width: clarifying units of width and precision in std::format (Implements the unicode support.)",,,,
-`LWG-3218 <https://wg21.link/LWG3218>`_,"Modifier for %d parse flag does not match POSIX and format specification",,,,
`LWG-3242 <https://wg21.link/LWG3242>`_,"std::format: missing rules for arg-id in width and precision",Mark de Wever,,In progress,
`LWG-3243 <https://wg21.link/LWG3243>`_,"std::format and negative zeroes",,,,
`LWG-3246 <https://wg21.link/LWG3246>`_,"What are the constraints on the template parameter of basic_format_arg?",,,,
-`LWG-3248 <https://wg21.link/LWG3248>`_,"std::format #b, #B, #o, #x , and #X presentation types misformat negative numbers",,,,
+`LWG-3248 <https://wg21.link/LWG3248>`_,"std::format #b, #B, #o, #x , and #X presentation types misformat negative numbers",Mark de Wever,,In progress,
`LWG-3250 <https://wg21.link/LWG3250>`_,"std::format: # (alternate form) for NaN and inf",,,,
`LWG-3327 <https://wg21.link/LWG3327>`_,"Format alignment specifiers vs. text direction",,,,
`LWG-3340 <https://wg21.link/LWG3340>`_,"Formatting functions should throw on argument/format string mismatch in [format.functions]",,,,
@@ -16,6 +15,7 @@ Number,Name,Assignee,Patch,Status,First released version
`LWG-3373 <https://wg21.link/LWG3373>`_,"{to,from}_chars_result and format_to_n_result need the 'we really mean what we say'",,,,
`P1361 <https://wg21.link/P1361>`_,"Integration of chrono with text formatting",,,,
+`LWG-3218 <https://wg21.link/LWG3218>`_,"Modifier for %d parse flag does not match POSIX and format specification",,,,
`LWG-3230 <https://wg21.link/LWG3230>`_,"Format specifier %y/%Y is missing locale alternative versions",,,,
`LWG-3241 <https://wg21.link/LWG3241>`_,"chrono-spec grammar ambiguity in [time.format]",,,,
`LWG-3262 <https://wg21.link/LWG3262>`_,"Formatting of negative durations is not specified",,,,
diff --git a/libcxx/docs/FormatProposalStatus.csv b/libcxx/docs/FormatProposalStatus.csv
index d9ffd464dda94..6bba1ba0b0777 100644
--- a/libcxx/docs/FormatProposalStatus.csv
+++ b/libcxx/docs/FormatProposalStatus.csv
@@ -15,9 +15,9 @@ Section,Description,Dependencies,Assignee,Patch,Status,First released version
[format.formatter.spec],"Formatter specializations - integral types",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,Review,
[format.formatter.spec],"Formatter specializations - floating-point types",`D70631 <https://llvm.org/D70631>`__,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,Review,
[format.formatter.spec],"Formatter specializations - pointer types",,,,,,
-[format.string.std],"Standard format specifiers - character types",,Mark de Wever,,,,
+[format.string.std],"Standard format specifiers - character types",,Mark de Wever,,In progress,,
[format.string.std],"Standard format specifiers - string types",,Mark de Wever,,In progress,,
-[format.string.std],"Standard format specifiers - boolean type",,Mark de Wever,,,,
+[format.string.std],"Standard format specifiers - boolean type",,Mark de Wever,,In progress,,
[format.string.std],"Standard format specifiers - integral types",,Mark de Wever,,In progress,,
[format.string.std],"Standard format specifiers - floating-point types",,Mark de Wever,,,,
[format.string.std],"Standard format specifiers - pointer types",,Mark de Wever,,,,
@@ -43,6 +43,6 @@ Section,Description,Dependencies,Assignee,Patch,Status,First released version
[format.functions],"Format functions - formatted_size(wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,Review,
[format.functions],"Format functions - formatted_size(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,Review,
[format.functions],"Format functions - formatted_size(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,Review,
-[format.functions],"Format functions - Implement locale support",,,,,,
+[format.functions],"Format functions - Implement locale support",,Mark de Wever,,In progress,,
[format.functions],"Format functions - Improve performance format_to_n",,Mark de Wever,,,,
[format.functions],"Format functions - Improve performance formatted size",,Mark de Wever,,,,
More information about the libcxx-commits
mailing list