[libcxx-commits] [PATCH] D115999: [libc++][format] Finish P0645 Text Formatting.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 25 10:32:45 PST 2022


Mordante added a comment.

Thanks all!

A big thanks to @vitaut for reviewing. Your insights have helped to improve the implementation!
A big thanks to @ldionne to make sure I didn't overload some libc++ coding issues.

In D115999#3268066 <https://reviews.llvm.org/D115999#3268066>, @h-vetinari wrote:

> Just a nit/note before LLVM 14 branches: a few bullets in `FormatPaper.csv` should probably now be updated as well.
>
> Confusingly, this CSV contains the actual chunks of the work, whereas `FormatIssues.csv` contains only the papers. Might be worth updating the names there, à la:
>
> - `FormatPaper.csv` -> `FormatTasks.csv` (or `FormatSections.csv`)
> - `FormatIssues.csv` -> `FormatPapers.csv`

That was indeed on my todo list and I just updated them. I agree the naming of the files could be better. For now I keep them as is.

- The number of open C++20 papers is quite limited.
- For chrono and C++23 format/print related papers I hope/expect to use GitHub projects.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115999/new/

https://reviews.llvm.org/D115999



More information about the libcxx-commits mailing list