Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement debug-enabled formatter specializations #3913

Merged
merged 5 commits into from
Sep 21, 2023

Conversation

JMazurkiewicz
Copy link
Contributor

@JMazurkiewicz JMazurkiewicz commented Jul 30, 2023

* This PR implements debug-enabled standard `formatter` specializations,
* Drive-by: rename tests added in microsoft#3656 - use `text_formatting_` prefix instead of `formatting_ranges_` (for consistency),
* Towards microsoft#2919.
@JMazurkiewicz JMazurkiewicz requested a review from a team as a code owner July 30, 2023 21:45
@StephanTLavavej StephanTLavavej added ranges C++20/23 ranges format C++20/23 format labels Jul 31, 2023
@StephanTLavavej StephanTLavavej self-assigned this Jul 31, 2023
stl/inc/format Outdated Show resolved Hide resolved
@StephanTLavavej StephanTLavavej removed their assignment Aug 3, 2023
@StephanTLavavej

This comment was marked as resolved.

@StephanTLavavej

This comment was marked as resolved.

Copy link
Member

@barcharcraz barcharcraz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I'm not sure we should be compiling out all the internal stuff on pre-23 mode, but it's consistent with the other parts of this feature and I can't really think of a great reason to not do it this way.

@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit ddebb7b into microsoft:main Sep 21, 2023
35 checks passed
@StephanTLavavej
Copy link
Member

Thanks for implementing part of this C++23 <format> feature! 🎉 😻 🚀

@JMazurkiewicz JMazurkiewicz deleted the format/set_debug_format branch September 21, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
format C++20/23 format ranges C++20/23 ranges
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants