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: tilde expansion for windows #165

Merged

Conversation

lamweili
Copy link
Contributor

@lamweili lamweili commented Feb 15, 2023

Fixes #164

  1. ~ in ~/ or ~\ will be expanded to os.homedir()
    (~ and ~filename unaffected as these are valid filenames)

@lamweili lamweili added the bug Something isn't working label Feb 15, 2023
@lamweili lamweili added this to the 3.1.5 milestone Feb 15, 2023
@lamweili lamweili linked an issue Feb 15, 2023 that may be closed by this pull request
@lamweili lamweili force-pushed the 164-tilde-expansion-doesnt-properly-support-windows branch 2 times, most recently from f462bdb to 297aa76 Compare February 15, 2023 11:44
@lamweili lamweili force-pushed the 164-tilde-expansion-doesnt-properly-support-windows branch from 297aa76 to 3134d74 Compare February 15, 2023 15:34
@lamweili lamweili merged commit 689b1ae into master Feb 15, 2023
@lamweili lamweili deleted the 164-tilde-expansion-doesnt-properly-support-windows branch February 15, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tilde expansion doesn't properly support Windows
1 participant