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

Stop using archived go-homedir repo #2665

Closed
wants to merge 5 commits into from
Closed

Stop using archived go-homedir repo #2665

wants to merge 5 commits into from

Commits on Sep 23, 2024

  1. Stop using archived go-homedir repo

    The go-homedir repo is unnecesary now that there is go support for getting a user's home directory.
    
    - Add `fsutil.Expand` function to replace "~" at start of path with user's home directory
    - Config calls expand in additional places to ensure that config paths with "~" are handled.
    gammazero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1a9d2c5 View commit details
    Browse the repository at this point in the history
  2. additional error checks

    gammazero committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2e75152 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fix windows test

    gammazero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dea5716 View commit details
    Browse the repository at this point in the history
  2. Fix windows test

    gammazero committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6f735bf View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. ensure ~ expansion

    gammazero committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d111eca View commit details
    Browse the repository at this point in the history