-
Notifications
You must be signed in to change notification settings - Fork 16
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
Replaced webmozart/path-util
dependency with @internal
Path::isAbsolute()
#60
Conversation
…bsolute()` This imports sources from `webmozart/path-util`: since the license and authors are the same, no further license additions are necessary. Ref: https://github.com/webmozart/path-util/blob/6099b5238073f87f246863fd58c2e447acfc0d24/tests/PathTest.php Ref: https://github.com/webmozart/path-util/blob/6099b5238073f87f246863fd58c2e447acfc0d24/src/Path.php Fixes #59 Fixes #57
9040891
to
e4553dd
Compare
Interesting: tests failing on windows due to the Really annoying overall - composer replacing everything is getting really painful. |
e4553dd
to
1d7dbf7
Compare
This is effectively re-introducing `Path::normalize()` from `webmozart/path-util`, but without the dependency requirement
Nice one. I'm fine with it, just some notice you may want to take a look at. But you can merge it. Thank you very much @Ocramius . |
I'll roll it as-is (in a release) for now: #28 should highlight these redundant casts in future, and we can adapt there 👍 |
Thanks for the review, @Nek-! |
Hi @Ocramius |
This imports sources from
webmozart/path-util
: since the licenseand authors are the same, no further license additions are necessary.
Ref: https://github.com/webmozart/path-util/blob/6099b5238073f87f246863fd58c2e447acfc0d24/tests/PathTest.php
Ref: https://github.com/webmozart/path-util/blob/6099b5238073f87f246863fd58c2e447acfc0d24/src/Path.php
Fixes #59
Fixes #57