Skip to content

Commit 7e81f8c

Browse files
bghgaryCopilot
andauthored
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

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ include(FetchContent)
1919

2020
FetchContent_Declare(AndroidExtensions
2121
GIT_REPOSITORY https://github.com/BabylonJS/AndroidExtensions.git
22-
GIT_TAG 2d5af72259cc73e5f249d3c99bee2010be9cb042
22+
GIT_TAG 2e85a8d43b89246c460112c9e5546ad54b6e87b4
2323
EXCLUDE_FROM_ALL)
2424
FetchContent_Declare(arcana.cpp
2525
GIT_REPOSITORY https://github.com/microsoft/arcana.cpp.git
26-
GIT_TAG 53e5b05eaf53154b60dff8ffb45e52a417cf5020
26+
GIT_TAG b9bf9d85fce37d5fc9dbfc4a4dc5e1531bee215a
2727
EXCLUDE_FROM_ALL)
2828
FetchContent_Declare(arcore-android-sdk
2929
GIT_REPOSITORY https://github.com/google-ar/arcore-android-sdk.git
@@ -54,7 +54,7 @@ FetchContent_Declare(ios-cmake
5454
EXCLUDE_FROM_ALL)
5555
FetchContent_Declare(JsRuntimeHost
5656
GIT_REPOSITORY https://github.com/BabylonJS/JsRuntimeHost.git
57-
GIT_TAG 598f004457cf7a340a9acbe7138fcc3196b80674)
57+
GIT_TAG 808601482588b7f806d91231288310b94766dc84)
5858
FetchContent_Declare(libwebp
5959
GIT_REPOSITORY https://github.com/webmproject/libwebp.git
6060
GIT_TAG 57e324e2eb99be46df46d77b65705e34a7ae616c

0 commit comments

Comments
 (0)