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

pathconverter: Add file:// prefix to paths converted to absolute #1620

Merged
merged 9 commits into from
Mar 3, 2022
Merged

pathconverter: Add file:// prefix to paths converted to absolute #1620

merged 9 commits into from
Mar 3, 2022

Commits on Feb 24, 2022

  1. pathconverter: Add file:// prefix to paths converted to absolute

    This is useful if a post-processing program is unable to understand
    absolute non-URI locations, e.g. by interpreting them relative to a
    host and erroring out instead of defaulting to the local filesystem,
    if no host (base URI) is known.
    mtdcr committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8c7cbb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c24ec View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. pathconverter: Don't force a slash on absolute windows paths

    normpath should already return an absolute path, unless base_path is not
    absolute, which would seem like a user error and guessing paths wouldn't
    have helped there anyway.
    mtdcr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    94124d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a3f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4abd695 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d377994 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec7653e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb577c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

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