P2675R1 <format> generator converted from C++ to Python#3994
Merged
StephanTLavavej merged 24 commits intomicrosoft:mainfrom Oct 6, 2023
Merged
P2675R1 <format> generator converted from C++ to Python#3994StephanTLavavej merged 24 commits intomicrosoft:mainfrom
<format> generator converted from C++ to Python#3994StephanTLavavej merged 24 commits intomicrosoft:mainfrom
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: achabense <60953653+achabense@users.noreply.github.com>
<format> generator converted from C++ to Python
barcharcraz
reviewed
Sep 13, 2023
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
achabense
reviewed
Sep 19, 2023
achabense
reviewed
Sep 21, 2023
> add comment for `fill_range` > rename some variables > type: bool~>int > refine names for the two function; simplify comments > better message
This comment was marked as resolved.
This comment was marked as resolved.
pr3994 review suggestions
achabense
reviewed
Sep 22, 2023
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
for pr3994 2
StephanTLavavej
approved these changes
Sep 24, 2023
Member
|
I've pushed a merge with
Because this table is changing over time, it's important to capture the filename/timestamp (with version info) so we can easily see when the table was last regenerated. The other changes allow the output to be copy-pasted into C++ and then clang-formatted, which is how the other generators behave too. |
achabense
reviewed
Sep 25, 2023
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
tools/unicode_properties_parse/format_width_estimate_intervals.py
Outdated
Show resolved
Hide resolved
strega-nil-ms
approved these changes
Oct 5, 2023
Contributor
|
@StephanTLavavej, I've pushed changes (to change a comment explanation) after you approved. |
StephanTLavavej
approved these changes
Oct 5, 2023
Member
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Member
📖 ⚡ 🐍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3908