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

use relative paths in config file #78

Merged
merged 9 commits into from
Nov 8, 2023
Merged

use relative paths in config file #78

merged 9 commits into from
Nov 8, 2023

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    187323f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73b220a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b5db9d View commit details
    Browse the repository at this point in the history
  4. save relative paths to config file, if possible

    Although using paths that are *not* relative to the current working directory (cwd) is discouraged,
    this *should* still be possible. So, if the path is not relative to cwd, we just save the absolute path.
    dennisvang committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a101ece View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d460947 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0769051 View commit details
    Browse the repository at this point in the history
  2. add _patched_resolve() as workaround for cpython #82852

    for python <3.10 on windows
    dennisvang committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    da8ff95 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

    dennisvang committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5e9c185 View commit details
    Browse the repository at this point in the history