diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-26 01:14:19 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-26 01:14:19 +0900 |
| commit | ae221675090675604411ce460c7053dba8bd8ec4 (patch) | |
| tree | c6e033569b87bc1facab51abcfe98e1a44ec34a4 /crates/shirabe-php-shim/src/runtime.rs | |
| parent | 36ee45a9aaa5c13ce3e7f7abcce4374e25536224 (diff) | |
| download | php-shirabe-ae221675090675604411ce460c7053dba8bd8ec4.tar.gz php-shirabe-ae221675090675604411ce460c7053dba8bd8ec4.tar.zst php-shirabe-ae221675090675604411ce460c7053dba8bd8ec4.zip | |
fix(dump-autoload-command): borrow Composer immutably in execute
execute only calls &self getters on the Composer, but borrowed it via
composer_full_mut. The held RefMut deadlocked the re-entrant shared borrow
taken by EventDispatcher::dispatch -> get_script_listeners ->
PartialComposerHandle::borrow_partial, panicking on every invocation.
Un-ignores all 12 DumpAutoloadCommandTest cases.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-php-shim/src/runtime.rs')
0 files changed, 0 insertions, 0 deletions
