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

Expand libstd struct case misspelling diagnostics #72988

Closed

Commits on Jun 5, 2020

  1. add libstd struct misspelling type check diagnostics

    add tests
    
    
    broaden libstd support
    
    
    add tests
    
    
    fmt
    
    
    eliminate match attempts on names < 2 chars
    
    addresses CI errors during match attempts against generic type names like "N".  These will not be the correct suggestions.
    
    remove *Debug structs, overlaps with debug macro
    
    
    typo
    
    
    refactor match approach
    
    
    filter on the type namespace and filter out tool mod types
    
    
    update tests
    chrissimpkins committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    731c4ea View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    bf2f78e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9441340 View commit details
    Browse the repository at this point in the history