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

Fix crash while parsing malformed manifest files and make errors prettier #1219

Merged

Commits on Sep 28, 2023

  1. Fix crash while parsing malformed manifest files.

    Alternative to microsoft#1211
    
    Fixes microsoft/vcpkg#33973
    
    I'm not entirely happy with this because it emits extra 'mismatched type' warnings like $.dependencies[0].features[0]: mismatched type: expected a feature in a dependency .
    BillyONeal committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    68122ce View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    b04a5b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80fa913 View commit details
    Browse the repository at this point in the history
  3. Burninate Expr::Empty

    BillyONeal committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    918269b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    7f9ac40 View commit details
    Browse the repository at this point in the history
  2. Code review feedback

    BillyONeal committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    582382f View commit details
    Browse the repository at this point in the history