From db1b0d167dce3efca33c2761d14810fab64b2b8b Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Mon, 20 Feb 2023 16:04:21 +0100 Subject: [PATCH 1/2] Add the copy-to-globals flag in debug_info response --- src/xdebugger.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xdebugger.cpp b/src/xdebugger.cpp index dd07a33b..967f004f 100644 --- a/src/xdebugger.cpp +++ b/src/xdebugger.cpp @@ -358,7 +358,8 @@ namespace xpyt get_tmp_prefix(), get_tmp_suffix(), true, - {"Python Exceptions"}); + {"Python Exceptions"}, + true); } std::string debugger::get_cell_temporary_file(const std::string& code) const From e68f9870dc760e4f54b768de2219d2ad6e3f338c Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Mon, 8 Jan 2024 16:28:53 +0100 Subject: [PATCH 2/2] Update xeus-zmq required version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 72112373..28450f4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,7 @@ endif() # ============ set(xtl_REQUIRED_VERSION 0.7.0) -set(xeus-zmq_REQUIRED_VERSION 1.0.1) +set(xeus-zmq_REQUIRED_VERSION 1.2.0) set(xeus-lite_REQUIRED_VERSION 1.0.1) set(pybind11_REQUIRED_VERSION 2.6.1) set(pybind11_json_REQUIRED_VERSION 0.2.8) @@ -511,7 +511,7 @@ if (XPYT_BUILD_SHARED) endif () if (EMSCRIPTEN) - + install(FILES "$/xpython.js" "$/xpython.wasm"