aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/lib.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-07-18 01:07:23 +0900
committernsfisis <nsfisis@gmail.com>2026-07-18 01:07:23 +0900
commitdee7a8ad1ba80eafee746a6af2bfec578ca60d4e (patch)
tree56d6feedff136712c1203bfd00f12b01644052f5 /crates/shirabe/src/lib.rs
parentd1960a8b7488dffe161080714447120fa6f85db1 (diff)
downloadphp-shirabe-dee7a8ad1ba80eafee746a6af2bfec578ca60d4e.tar.gz
php-shirabe-dee7a8ad1ba80eafee746a6af2bfec578ca60d4e.tar.zst
php-shirabe-dee7a8ad1ba80eafee746a6af2bfec578ca60d4e.zip
fix(require-command): avoid unsupported regex lookahead in dev-branch check
The `regex` crate does not support negative lookahead, so the ported `^dev-(?!main$|master$|trunk$|latest$)` pattern panicked at runtime on any `require` invocation that reached version-selection. Replace it with equivalent hand-written string logic per docs/dev/regex-porting.md.
Diffstat (limited to 'crates/shirabe/src/lib.rs')
0 files changed, 0 insertions, 0 deletions