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

Add Natvis visualizations for the Url type #783

Merged
merged 2 commits into from
Aug 18, 2022

Commits on Aug 17, 2022

  1. Add Natvis definitions for url types and create tests to ensure visua…

    …lizations do not become stale or broken.
    
    Add a README for documenting how the debugger visualizers and how to embed/ test them.
    Update the github actions CI workflow to manually enable features, in addition to the default features, to allow for testing unstable features separately.
    
    Cleanup running tests with the serde feature enabled.
    
    Update documentation noting the debugger_visualizer crate feature is an unstable feature.
    
    Respond to PR comments. Fix unused variables warnings.
    
    Fix lint errors
    
    Enable features via `member:feature` syntax.
    ridwanabdillahi authored and Ridwan Abdilahi committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0de12fb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Update natvis type definitions after latest changes to debuginfo type…

    … names in the Rust compiler.
    Ridwan Abdilahi committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    435c0ca View commit details
    Browse the repository at this point in the history