Revision 09cbae8fe03315288c1bb53ba7ce24061bfb9f26 authored by Gunnar Farnebäck on 03 November 2023, 14:53:33 UTC, committed by GitHub on 03 November 2023, 14:53:33 UTC
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
   #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 #19695 (Julia 0.5).

Co-authored-by: Jameson Nash <vtjnash@gmail.com>
1 parent 746cfdf
History
File Mode Size
man
src
.gitignore -rw-r--r-- 55 bytes
Makefile -rw-r--r-- 2.1 KB
Manifest.toml -rw-r--r-- 3.1 KB
NEWS-update.jl -rw-r--r-- 486 bytes
Project.toml -rw-r--r-- 59 bytes
README.md -rw-r--r-- 900 bytes
make.jl -rw-r--r-- 13.5 KB

README.md

back to top