-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Adding mutex, ranges, functional, any and format visualizers #2191
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
Conversation
f0b82a6 to
4d056be
Compare
This comment was marked as resolved.
This comment was marked as resolved.
strega-nil-ms
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than that, I want to see @StephanTLavavej's comments fixed first before doing a full review.
TODO: figure out if the format_args stuff can be fixed
|
@StephanTLavavej could you re-take a look? |
|
For reference, VS-PR-407223 is still active, porting #2784, #2804, and #2811 (MSVC-PR-407231). Marking this PR as blocked until we either clear the pipeline or decide to add this PR to the triple-mirror. VS-PR-408482 / MSVC-PR-409524 / #2843 are merged. |
|
Let's try mirroring this and sorting out the VS-PR later. I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
|
Thanks @AnjuDel and @strega-nil-ms for visualizing all of these types! 👓 🎉 😸 |
…ft#2191) Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Adding visualizers for missing mutex elements and more.
Fixes #929.
From @strega-nil-ms: additionally, refactor
std::tuple's visualizer.