https://bugs.kde.org/show_bug.cgi?id=465277

            Bug ID: 465277
           Summary: Cantor doesn't handle multi-command cells very well
    Classification: Applications
           Product: cantor
           Version: 22.12.1
          Platform: openSUSE
                OS: Linux
            Status: REPORTED
          Severity: crash
          Priority: NOR
         Component: maxima-backend
          Assignee: cantor-b...@kde.org
          Reporter: jackhill3...@gmail.com
  Target Milestone: ---

SUMMARY
Multiple commands in a cell don't always print their output.


STEPS TO REPRODUCE
1. Enter the following into a cell:

a: 1;
b: 2;
c: 3;

2. Run the cell multiple times

OBSERVED RESULT
A few things can happen:
1. Cantor hangs (seemingly) forever
2. The variable explorer thinks there's a variable with Name "3" and Value "23"
3. The only output is "1"
4. The variable and output are correct, but the syntax highlighting doesn't
think a, b, c are variables
5. If the entry had been copied & pasted, then Cantor may crash (haven't been
able to reproduce this without copy&paste)

EXPECTED RESULT
The output should be:
1
2
3

The variables "a", "b", "c", should be listed in the variable explorer with
values "1", "2", "3" respectively.

The variables "a", "b", "c" should be highlighted as variables in all cells.

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.

Reply via email to