gap-packages / JupyterKernel

Native Jupyter kernel for GAP
https://gap-packages.github.io/JupyterKernel/
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

Syntax errors shouldn't printed as normal output #78

Closed ssiccha closed 3 years ago

ssiccha commented 6 years ago

I guess this happens because the functions that print the syntax errors still print to "*errout*".

markuspf commented 6 years ago

This is true, and it is technically not a bug in the JupyterKernel, but in GAP, and I expect it to be fixed there.

ssiccha commented 5 years ago

This is resolved by the yet-to-be-merged PR gap-system/gap#3043.

olexandr-konovalov commented 3 years ago

Seems to be fixed by now, indeed. Screenshot 2021-08-04 at 20 05 09