-
**EDITED:**
Any `for` loop crashes the kernel. Example:
```c++
In [1]: for (int i = 0; i < 5; i++) {}
```
---
**ORIGINAL ISSUE FILED:**
The following code snippet crashes the kernel with …
-
Few days back I had opened https://github.com/compiler-research/xeus-cpp/issues/159 to discuss the above topic.
I hope `xeus-cpp` is expected to be abstracted away from any libraries coming out of…
-
A conda-forge recipe would make it even easier to install dynamorio on many platforms
**Is your feature request related to a problem? Please describe.**
need: install a specific versions of dynamo…
-
We were trying to introduce a testing framework to test out the example notebooks in xeus-cpp and confirm the cell outputs.
- An issue for the same was raised here https://github.com/compiler-rese…
-
### Describe the bug
With a recent (as of 2024-04-25) `nixos-unstable`, the executable provided in `xeus-cling`, `xcpp`, errors out immediately after launch with the following error:
```
❯ xcpp
…
-
I am using a few kernels along with Jupyterlite. I understand the architecture differences between xeus-python and pyodide-kernel as an end user.
Just curious, is it needed and possible to have a P…
-
While rebuilding `xeus-sqlite` 0.6.2 against `xeus` 4.0.0 under MacPorts (macOS 13.6.5 22G621 arm64; Xcode 15.2 15C500b) I saw the following errors:
> /usr/bin/clang++ -DGUID_CFUUID -DSQLITE_DEBUG=…
-
Context for anyone interested.
@argentite was able to run `clang-repl` in the browser and this is how we was able to accomplish this
1) He built `llvm` (clang, lld) for `emscripten-wasm32`
2) He…
-
IPyflow for JuypterLite
- Jupyterlite docs > Howto > Create a custom kernel:
https://jupyterlite.readthedocs.io/en/stable/howto/extensions/kernel.html
- https://github.com/jupyterlite/xeus
- h…
-
## Description
I am trying to build the xeus-python-demo locally but I am getting this strange error (extracted from much larger traceback, included below).
```
conda.auxlib.exceptions.Val…