rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

maxima forever calculating on a simple neglect to close quote #2252

Open rtoy opened 4 months ago

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-05 22:34:35 Created by zmth on 2016-08-21 21:41:25 Original: https://sourceforge.net/p/maxima/bugs/3200


(for i thru length(lisnp) do ldisp(["i",i,"length(lisnp[i][2])]))

left off the closing quotation mark and instead of giving a parse error It is forever "maxima is calculating"

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-05 22:34:36 Created by tomasriker on 2016-08-22 06:13:37 Original: https://sourceforge.net/p/maxima/bugs/3200/#6e58


Can't reproduce. In wxMaxima, I get the message "Refusing to send cell to maxima: Unterminated string.". Maxima via command line doesn't do anything but waits for me to complete the input.

rtoy commented 4 months ago

Imported from SourceForge on 2024-07-05 22:34:39 Created by kjak on 2017-06-29 05:43:40 Original: https://sourceforge.net/p/maxima/bugs/3200/#82c0


rtoy commented 4 months ago

Imported from SourceForge on 2024-07-05 22:34:43 Created by kjak on 2017-06-29 05:43:40 Original: https://sourceforge.net/p/maxima/bugs/3200/#cbb2


Leaving off a quotation mark should not cause a parse error. Strings can span multiple lines.

I'm closing this as wont-fix.