Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upisAbsolutePath obsolete? #179
Closed
Comments
This comment has been minimized.
This comment has been minimized.
yes, you're right about isAbsolutePath and I would definitely accept a PR removing it If you can figure out a fix for the uniqueFilename stuff I'd be happy to merge that as well (as a separate PR), but we don't currently have automated testing for windows so we'll need to be careful there. Do you recall exactly what it is that fails? |
This comment has been minimized.
This comment has been minimized.
I will take a look and submit 2 PRs for these |
This comment has been minimized.
This comment has been minimized.
Feel free to PR https://github.com/hapijs/inert as well, as it still uses this method. |
This comment has been minimized.
This comment has been minimized.
Ok will do |
This comment has been minimized.
This comment has been minimized.
PR for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This method is now include with all supported node versions so will you accept a PR to remove it? The method's tests currently break on Windows. Also another issue with testing on Windows are some of the tests for uniqueFilename fail.