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 unknown paths to diags for debugging #31111

Merged
merged 1 commit into from May 24, 2022
Merged

Commits on May 23, 2022

  1. add unknown paths to diags for debugging

    When a user reports a "Configuration contains unknown value" error,
    there is no information on what might have been unknown during apply.
    Add unknown attribute paths to the diagnostic message to provide some
    more information when a reproduction may not be possible. Sine this is
    one of those "should never happen" types of errors which will be
    reported to the developers directly, we can leave the format as the raw
    internal representation for simplicity.
    jbardin committed May 23, 2022
    Copy the full SHA
    4830983 View commit details
    Browse the repository at this point in the history