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

Display position in TransformDuplicate errors #775

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 10, 2023

  1. Display position in TransformDuplicate errors

    Previously when TransformDuplicate errors occured, we just left a note
    specifying the duplicate name of the transform. Now we can specify the
    locations where the duplicates occur.
    
    Modifies taintTransform to have a new type that holds location
    information (for parsed transforms, it is made None). The location
    information will only be present for transform node definitions in
    taint.config.
    
    Modifies and updates tests to confirm and check the new type of
    TransformDuplicate error.
    
    Signed-off-by: Abishek V Ashok <[email protected]>
    abishekvashok committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    46d4af8 View commit details
    Browse the repository at this point in the history