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

<ranges>: Fix truncation warnings and improve overflow check for repeat_view #4255

Merged
merged 6 commits into from
Jan 17, 2024

Conversation

frederick-vs-ja
Copy link
Contributor

Fixes #4251.

@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner December 10, 2023 12:00
@StephanTLavavej StephanTLavavej added bug Something isn't working ranges C++20/23 ranges labels Dec 11, 2023
@StephanTLavavej StephanTLavavej self-assigned this Dec 11, 2023
stl/inc/ranges Outdated Show resolved Hide resolved
tests/std/tests/P2474R2_views_repeat/test.cpp Outdated Show resolved Hide resolved
tests/std/tests/P2474R2_views_repeat_death/test.cpp Outdated Show resolved Hide resolved
@StephanTLavavej
Copy link
Member

Thanks for fixing this libcxx failure! I pushed a conflict-free merge with main followed by a couple of style nitpicks and correcting a duplicated test line.

@StephanTLavavej StephanTLavavej removed their assignment Jan 13, 2024
@StephanTLavavej StephanTLavavej self-assigned this Jan 17, 2024
@StephanTLavavej
Copy link
Member

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

@StephanTLavavej
Copy link
Member

I've pushed a merge with main to resolve a trivial adjacent-edit conflict in tests/libcxx/expected_results.txt.

@StephanTLavavej StephanTLavavej merged commit c902810 into microsoft:main Jan 17, 2024
35 checks passed
@StephanTLavavej
Copy link
Member

Thanks for repeatedly fixing these libcxx failures! 🔁 😹 🎉

@frederick-vs-ja frederick-vs-ja deleted the repeat_view-off-check branch January 17, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ranges C++20/23 ranges
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<ranges>: repeat_view<T, unsigned int> emits truncation warnings
2 participants