aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-14 04:10:38 +0900
committernsfisis <nsfisis@gmail.com>2026-06-14 04:24:37 +0900
commit4116323e9d55745c17b2d8008affa3394b726f6b (patch)
treeb829253d58d546d4c8b95ca90e9e2cc2ae6e4652 /Cargo.lock
parent78157ab3ffeca37023381a422fccda2d4a0c64af (diff)
downloadphp-shirabe-4116323e9d55745c17b2d8008affa3394b726f6b.tar.gz
php-shirabe-4116323e9d55745c17b2d8008affa3394b726f6b.tar.zst
php-shirabe-4116323e9d55745c17b2d8008affa3394b726f6b.zip
refactor(pcre): drop PcreException
Composer never feeds a pattern that fails to compile at runtime, so a preg_*() failure is a programming error rather than a recoverable condition. Replace the PcreException path with a panic. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2dc9f89..0268a1c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1002,6 +1002,7 @@ version = "0.0.1"
dependencies = [
"anyhow",
"indexmap",
+ "regex",
"shirabe-php-shim",
"shirabe-semver",
]