-
Notifications
You must be signed in to change notification settings - Fork 243
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
split path in unix and windows #332
Comments
As long as the original function name was linked to the platform specific function and Penlight was doing the platform detection I don't see why this would be breaking or require any understanding on the part of the application. The primary place it would make a difference is ease of testing Penlight itself, and that seems like a win. |
@Tieske if you like one of my idea ... maybe you will be interested by the others ...
My experimentation was :
It will be easier for me if the Penlight's code will be more "pickable". I just spoke about the concept. Conclusion of my linepain experimentation :
I'm still open for discuss. Enjoy! |
This issue is relevant I think: lunarmodules/ldoc#387 normalization depends on the use case;
|
as suggested by @tst2005 here: #331 (comment)
instead of the path functions operating on the current system (either Windows or Unix), create 2 namespaces;
path.unix
andpath.windows
that implement their respective versions, and set the system one as the default.Questions;
The text was updated successfully, but these errors were encountered: