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

Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems #6398

Merged
merged 6 commits into from
Jan 30, 2020

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    f1ac150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d31cbf6 View commit details
    Browse the repository at this point in the history
  3. use .as_posix() to keep Meson's posix-like path convention.

    update unit test since /someabs is NOT absolute path on Windows
    scivision committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    9fa7866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a4aae View commit details
    Browse the repository at this point in the history
  5. accomodate non-path values

    scivision committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    b1aa4dc View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. more windows test skip

    scivision committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    c0b9381 View commit details
    Browse the repository at this point in the history