Skip to content

fix: tilde expansion for windows#165

Merged
lamweili merged 1 commit intomasterfrom
164-tilde-expansion-doesnt-properly-support-windows
Feb 15, 2023
Merged

fix: tilde expansion for windows#165
lamweili merged 1 commit intomasterfrom
164-tilde-expansion-doesnt-properly-support-windows

Conversation

@lamweili
Copy link
Copy Markdown
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