Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise Windows implementation of splitdrive (JuliaLang#42204)
This PR makes three improvements to the Windows `splitdrive` implementation: 1. The matched regex is split into pieces and annotated. 2. Forward and backward slashes are considered equivalent. This fixes JuliaLang#38492. 3. The patterns in the regex are reordered so that long UNC paths and long drive letters are once more recognized. This has been broken since JuliaLang#19695 (Julia 0.5). Co-authored-by: Jameson Nash <[email protected]>
- Loading branch information