You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://github.com/QuantStack/xeus-cling, we changed a little bit the way to process the input given in a cell notebook in order to write the output cleanly.
To do that, we use the flag disableValuePrinting in the process method of the MetaProcessor and we found a bug.
Here is a simple example which illustrates the issue in the cling interpreter
In https://github.com/QuantStack/xeus-cling, we changed a little bit the way to process the input given in a cell notebook in order to write the output cleanly.
To do that, we use the flag
disableValuePrinting
in the process method of theMetaProcessor
and we found a bug.Here is a simple example which illustrates the issue in the cling interpreter
The error message is
Note that if you add a semicolon at the end of the
myinput
string, the problem is solved.It's a critical issue for
xeus-cling
and we hope that you can fix it soon in order to add a patch in your build process.The text was updated successfully, but these errors were encountered: