-
Couldn't load subscription status.
- Fork 6.1k
8370633: Remove dead code for Windows file path canonicalization functions #27981
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
Conversation
|
👋 Welcome back bpb! A progress list of the required criteria for merging this PR into |
|
@bplb This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 41 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
I think this dates from needing both a Win32FileSystem and WinNTFileSystem, so shouldn't be needed anymore. Can you make sure to do a test run with the changes? (a build test isn't enough). |
|
/integrate |
|
Going to push as commit 4e8e55db602702715135d28a3a3b160e2101593b.
Your commit was automatically rebased without conflicts. |
Tier 1-3 tests passed. I also previously did a find+grep on the code base and didn't spot anything. |
Remove the unused, vestigial functions
wcanonicalizeWithPrefixandJava_java_io_WinNTFileSystem_canonicalizeWithPrefix0. With this change, the build in the CI succeeds on Windows.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/27981/head:pull/27981$ git checkout pull/27981Update a local copy of the PR:
$ git checkout pull/27981$ git pull https://git.openjdk.org/jdk.git pull/27981/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 27981View PR using the GUI difftool:
$ git pr show -t 27981Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/27981.diff
Using Webrev
Link to Webrev Comment