On Thursday, 13 February 2020 15:18:34 UTC-7, William Stein wrote: > > I just tried looking at > > https://wiki.sagemath.org/interact > > and it was difficult to find anything that was NOT broken. E.g., I > tried many of the interacts under "miscellaneous" and every single one > I tried was broken. I don't know if that is due to Python3 or other > issues though. > > It's possible that a large amount of usage of sagecell is broken, but > people don't complain via email to you about the problems. Do you > log whether or not a sage cell evaluation works or produces a > traceback? If so, did the percentage of tracebacks go up dramatically > after the switch? > > William >
There is no logging of what happens with the output and in general tracebacks are quite natural when you are writing code, but indeed they can be more frequent now. I do, however, receive emails about things not working and there was no significant change in their frequency. About a day after deployment I also got an email about other languages not working - I fixed it and it was the only "real bug" that I didn't catch in transition. -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/afbb2f17-ef6c-4edb-a332-e78209d5d45d%40googlegroups.com.
