https://bugs.kde.org/show_bug.cgi?id=465278
Bug ID: 465278 Summary: Inconsistent printing of dollar-terminated commands Classification: Applications Product: cantor Version: 22.12.1 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: maxima-backend Assignee: cantor-b...@kde.org Reporter: jackhill3...@gmail.com Target Milestone: --- SUMMARY STEPS TO REPRODUCE 1. Open a Cantor sheet in Maxima mode 2. Make a cell with the following content: a: 3$ b: 4$ c: a+b; d: 123$ e: d+c; 3. Run the cell multiple times OBSERVED RESULT First possible output (only possible in a new session, not possible in an existing session after restarting backend): No output Second possible output: <cantor-prompt>(%i2) </cantor-prompt> <cantor-prompt>(%i3) </cantor-prompt> 7 Third possible output: <cantor-prompt>(%i7) </cantor-prompt> <cantor-prompt>(%i8) </cantor-prompt> 7 130 After an output is achieved, it seems like the preceding outputs will no longer be reproducible. I.e. getting output 2 means you can no longer get output 1 but can still get output 3; and getting output 3 means you can no longer get output 3. EXPECTED RESULT Regardless of whether it's the 1st or 2nd time running the cell: 7 130 SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20230201 KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.8 Kernel Version: 6.1.8-1-default (64-bit) Graphics Platform: Wayland ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.