-
-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Description
I was working on adding unit tests for my fix for issue #1385 and realized that the test would benefit from a path:join
command to accommodate the fact that on UNIX forward slash is used and on Windows backslash is used to separate path components. I worked around that shortcoming by using the equivalent Go function plus string concatenation to construct the test case. Nonetheless, it should be possible for Elvish programs to construct paths using native conventions for separating path components rather than assuming a forward slash works on every platform.
crinklywrappr and aca
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Implement path:join, separator, and list-separator