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

run change tracker even when config parse fails #121787

Merged
merged 2 commits into from
Mar 17, 2024

Commits on Feb 29, 2024

  1. run change tracker even when config parse fails

    Please note that we are currently validating the build configuration
    on two entry points (e.g., profile validation is handled on the python side),
    and change-tracker system is handled on the rust side. Once rust-lang#94829 is
    completed (scheduled for 2024), we will be able to handle this more effectively.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    83bbb55 View commit details
    Browse the repository at this point in the history
  2. add unit tests on unknown fields

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c36f493 View commit details
    Browse the repository at this point in the history