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: field in super should not be interpreted with standalone-super concept. #154

Merged
merged 1 commit into from
Mar 21, 2024

Commits on Mar 20, 2024

  1. fix: field in super should not be interpreted with standalone-super c…

    …oncept.
    
    Jsonnet spec defines special behavior for `super.field` and
    `field in super` expressions, while in jrsonnet it is implemented by
    standalone-super concept, with optimizations in case of `super.field`.
    
    However, standalone-super is conflicting with `field in super` behavior,
    so special handling is needed for this expression.
    
    Fixes: #153
    CertainLach committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d1e2f8e View commit details
    Browse the repository at this point in the history