Commit 7e81f8c
Bump JsRuntimeHost and arcana.cpp to latest (#1657)
[Created by Copilot on behalf of @bghgary]
Bump JsRuntimeHost, arcana.cpp, and AndroidExtensions to latest.
## JsRuntimeHost (8086014)
- **#147**: Fix WorkQueue destructor deadlock (cancel + no-op wake)
- **#149**: Merge WorkQueue into AppRuntime (eliminates split-lifetime
issues)
- **#150**: Fix WebSocket test flake + update UrlLib/AndroidExtensions
for consistent onClose-after-onError
- **#151**: Clean up deadlock regression test (one-shot hook, expanded
comments)
- **#152**: Fix performance test flake (remove upper-bound setTimeout
assertion)
- **#154**: Hide arcana behind pimpl pattern in AppRuntime (arcana
headers no longer exposed publicly)
- **#155**: Update package-lock.json
## arcana.cpp (b9bf9d8)
Includes test hooks for the deadlock regression test
(`ARCANA_TEST_HOOKS` / `arcana::test_hooks::blocking_concurrent_queue`).
## AndroidExtensions (2e85a8d)
Removes the redundant `errorCallback` from `onClose` in the Java
WebSocket wrapper (AndroidExtensions#16). Matches the version
JsRuntimeHost depends on via UrlLib.
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ce2edf0 commit 7e81f8c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments