| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
The change to test-path-resolve is, in my opinion, a bugfix and not a semver-major change. In all other cases, calling path.posix.resolve() returns a POSIX-y path. In these two (really one) edge cases in the test, it results in a Windows-y path on Windows and a POSIX-y path elsewhere. I think path.posix.resolve() should always return a POSIX-y path and the fact that it doesn't in some cases is surprising and a bug. |
Sorry, something went wrong.
|
@nodejs/path @nodejs/platform-windows |
Sorry, something went wrong.
|
@nodejs/path @nodejs/platform-windows @nodejs/tsc This could use some reviews. |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good minus one nit.
Sorry, something went wrong.
Sorry, something went wrong.
|
@mcollina I believe your request for changes has been addressed. Can you take a look? |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Fixes: nodejs#13683 PR-URL: nodejs#37747 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
| Back | FazBrowse Home | New Git URL |
First commit is #37744. Second commit will be rebased to be the only commit in this PR once that other pull request lands.
Fixes: #13683