Skip to content

Conversation

hasufell
Copy link
Member

@hasufell hasufell commented Dec 3, 2021

Relevant: #49

@hasufell hasufell added this to the 1.5 milestone Dec 3, 2021
@hasufell hasufell changed the base branch from master to 1.5.0.0 December 3, 2021 17:07
@hasufell
Copy link
Member Author

hasufell commented Dec 3, 2021

Note this behavior:

-- > Posix:   "home" <\> "/bob" == "home//bob"

Comment on lines +636 to +638
if hasLeadingPathSeparator x && not (isDrive x)
then let x' = dropWhile isPathSeparator x
in if null x' then [last x] else x'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not too sure about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant