This is an archive of the discontinued LLVM Phabricator instance.

[libc++][chrono] Implements formatter weekday.
ClosedPublic

Authored by Mordante on Oct 16 2022, 5:22 AM.

Details

Reviewers
ldionne
vitaut
Group Reviewers
Restricted Project
Commits
rG566868cd8255: [libc++][chrono] Implements formatter weekday.
Summary

Partially implements:

  • P1361 Integration of chrono with text formatting
  • P2372 Fixing locale handling in chrono formatters

Depends on D134742

Diff Detail

Event Timeline

Mordante created this revision.Oct 16 2022, 5:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 16 2022, 5:22 AM
Mordante updated this revision to Diff 468073.Oct 16 2022, 8:04 AM

CI fixes.

Mordante updated this revision to Diff 468077.Oct 16 2022, 8:37 AM

CI fixes.

Mordante updated this revision to Diff 468081.Oct 16 2022, 9:16 AM

CI fixes.

Mordante updated this revision to Diff 468085.Oct 16 2022, 9:48 AM

Enable all CI runners.

Mordante updated this revision to Diff 468099.Oct 16 2022, 1:05 PM

CI fixes.

Mordante published this revision for review.Oct 17 2022, 9:29 AM
Mordante added reviewers: ldionne, vitaut.
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2022, 9:29 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Oct 18 2022, 9:00 AM
This revision is now accepted and ready to land.Oct 18 2022, 9:00 AM
This revision was automatically updated to reflect the committed changes.
thakis added a subscriber: thakis.Oct 18 2022, 12:05 PM

Thanks for the quick build fix! Was just about to mention it :)