Files
Matt Godbolt 9e054d53fa maskRootdir: require non-empty path segments in temp regex
Address review feedback: change the segment sub-pattern from `[^/\s]*` to
`[^/\s]+` so each path segment before the marker must be non-empty. Real temp
paths never contain empty `//` segments, so this doesn't change any intended
match; it just removes a redundant nested-quantifier branch (`*` inside a
repeated group) that added needless backtracking on long non-matching input.
2026-07-14 08:41:41 -04:00
..
2026-06-04 23:41:19 +02:00
2026-07-02 18:26:35 +01:00
2026-07-02 18:26:35 +01:00
2025-07-28 10:34:46 -05:00
2026-05-23 14:47:16 +03:00