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: subpath bad matching #202

Merged
merged 7 commits into from
Aug 17, 2023

Commits on May 12, 2023

  1. fix: add test exposing issue with subpaths

    Any base path matched by a subpath with a different root will also return the nodes
    of the subpath (which is obviously erroneous)
    Remy Noel committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1af70bf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. fix: prevent matching subpaths upon introspections

    Remy Noel committed May 15, 2023
    Configuration menu
    Copy the full SHA
    9107ff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    6755a06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf872b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    6abe98e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6757f6b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    2ce068d View commit details
    Browse the repository at this point in the history