diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-18 01:07:23 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-18 01:07:23 +0900 |
| commit | dee7a8ad1ba80eafee746a6af2bfec578ca60d4e (patch) | |
| tree | 56d6feedff136712c1203bfd00f12b01644052f5 /crates/shirabe/src/command/base_dependency_command.rs | |
| parent | d1960a8b7488dffe161080714447120fa6f85db1 (diff) | |
| download | php-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/command/base_dependency_command.rs')
0 files changed, 0 insertions, 0 deletions
