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: normalizing a relative path returns an absolute path #251

Merged
merged 6 commits into from
Oct 21, 2021

Commits on Oct 5, 2021

  1. path: fix for normalizing files including ...

    This still doesn't work for paths containing both .. parts as well as
    ...
    itmecho committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    d6526e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e7cc90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2f6cf6 View commit details
    Browse the repository at this point in the history
  4. Add check for absolute path

    itmecho committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    25125e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Linting fixes

    itmecho committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    683ed37 View commit details
    Browse the repository at this point in the history
  2. Update _normalize_path to check initial .. parts

    This should return an absolute path if the initial .. count matches the
    number of parts in the cwd (Path:_cwd)
    itmecho committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    47c64d8 View commit details
    Browse the repository at this point in the history