[libcxx-commits] [PATCH] D148928: [libc++][chrono] Adds formatter file_time.

H. Vetinari via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 22 15:04:49 PDT 2023


h-vetinari added a comment.

In D148928#4289619 <https://reviews.llvm.org/D148928#4289619>, @Mordante wrote:

> No not really. Some information is here https://libcxx.llvm.org/Status/Format.html (dependency "A <chrono> implementation"). I know there are no parse functions too. However I haven't spend time investigating the exact status. I still intend to work on chrono in the future, at which time I probably will create a status page. But for now I'm focusing on format and modules.

Not everything has to fall on you! But the combination of showing it "in progress" and not having a dedicated issue drastically lowers the visibility and thus the chance that someone would pick this up otherwise. Perhaps we should just open an issue?

I'm mainly curious about getting format out of experimental status, which at the time was blocked on chrono (well not exactly blocked, but you said you preferred to wait for chrono).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148928



More information about the libcxx-commits mailing list