[libcxx-commits] [libcxx] 9f99a9f - [libc++][doc] Update the Format library status.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 2 04:15:33 PDT 2021


Author: Mark de Wever
Date: 2021-05-02T13:13:55+02:00
New Revision: 9f99a9faa35521d7c8d367de59a5029c9eef11cc

URL: https://github.com/llvm/llvm-project/commit/9f99a9faa35521d7c8d367de59a5029c9eef11cc
DIFF: https://github.com/llvm/llvm-project/commit/9f99a9faa35521d7c8d367de59a5029c9eef11cc.diff

LOG: [libc++][doc] Update the Format library status.

- Use the proper review for 'Fix integral conformance'.
- Mark 'Fix integral conformance' as completed.
- Move some tasks to 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 428c0cf4ef0fb..e1fa9c1bb1696 100644
--- a/libcxx/docs/FormatIssuePaperStatus.csv
+++ b/libcxx/docs/FormatIssuePaperStatus.csv
@@ -4,7 +4,7 @@ Number,Name,Assignee,Patch,Status,First released version
 `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",,,,
+`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",,,,

diff  --git a/libcxx/docs/FormatProposalStatus.csv b/libcxx/docs/FormatProposalStatus.csv
index fe7dd7118b8ba..d9ffd464dda94 100644
--- a/libcxx/docs/FormatProposalStatus.csv
+++ b/libcxx/docs/FormatProposalStatus.csv
@@ -1,6 +1,6 @@
 Section,Description,Dependencies,Assignee,Patch,Status,First released version
-[charconv.to.chars],"Fix integral conformance",,Mark de Wever,`D97705 <https://llvm.org/D97705>`__,In progress,
-[charconv.to.chars],"Add floating-point conversion",`D97705 <https://llvm.org/D97705>`__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 <https://llvm.org/D70631>`__,In progress,
+[charconv.to.chars],"Fix integral conformance",,Mark de Wever,`D100722 <https://llvm.org/D100722>`__,|Complete|,Clang 13
+[charconv.to.chars],"Add floating-point conversion",`D100722 <https://llvm.org/D100722>`__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 <https://llvm.org/D70631>`__,In progress,
 [format.error],"Class format_error",,Mark de Wever,`D92214 <https://llvm.org/D92214>`__,|Complete|,Clang 13
 [format.parse.ctx],"Class template basic_format_parse_context",,Mark de Wever,`D93166 <https://llvm.org/D93166>`__,|Complete|,Clang 13
 [format.context],"Class template basic_format_context",,Mark de Wever,`D93593 <https://llvm.org/D93593>`__,Review,
@@ -16,9 +16,9 @@ Section,Description,Dependencies,Assignee,Patch,Status,First released version
 [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 - string types",,Mark de Wever,,,,
+[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 - integral types",,Mark de Wever,,,,
+[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,,,,
 [format.functions],"Format functions - format(string_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,Review,


        


More information about the libcxx-commits mailing list