xeus-cling icon indicating copy to clipboard operation
xeus-cling copied to clipboard

[cling] Introspection crashes on std namespace when <iostream> is included

Open SylvainCorlay opened this issue 6 years ago • 3 comments

Cf upstream issue https://github.com/vgvassilev/cling/issues/152 by @gouarin

SylvainCorlay avatar Aug 08 '17 16:08 SylvainCorlay

using jupyter notebook on Windows and got this when I was trying to print to std::cout image image Any thoughts?

ruihangdu avatar Jan 31 '18 05:01 ruihangdu

There is a limitation of cling which does not support yet printing to std::cout on Windows (you can however ask for the value of a variable by typing the name of the variable in a cell, without semicolon at the end).

On cling, an exception is raised, it does not crash the interpreter. We need to investigate why the behavior is different in xeus-cling.

JohanMabille avatar Jan 31 '18 06:01 JohanMabille

@JohanMabille i am getting this error on manjaro linux

tbhaxor avatar Apr 07 '20 13:04 tbhaxor