erlang: exit-signal propagation + trap_exit (+11 tests)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-25 02:51:32 +00:00
parent c363856df6
commit 1a5a2e8982
6 changed files with 193 additions and 8 deletions

View File

@@ -572,6 +572,7 @@
(= name "unlink") (er-bif-unlink vs)
(= name "monitor") (er-bif-monitor vs)
(= name "demonitor") (er-bif-demonitor vs)
(= name "process_flag") (er-bif-process-flag vs)
:else (error
(str "Erlang: undefined function '" name "/" (len vs) "'")))))