-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
throw doesn't work as expected with xeus-cpp #254
Comments
I'm sorry, this still works One might ask why do I see the kernel restarting above ? |
That being said there is still an error here ! I shall be changing the issue title to make a note of it. This was discovered while playing around with
So this segfaults and crashes the clang-repl instance. Whereas I would expected it to gracefully fail giving back a parsing error. Just like what I see below
|
I am guessing something changed in clang/clang-repl/llvm after version 17
We could achieve this I think using CppInterOp 1.3.0 (part of our example notebook)
I know throw basically should end "erroring" out ..... but we would prefer something like the above where we error out through the console and not our kernel crashing and restarting
The text was updated successfully, but these errors were encountered: