sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.35k stars 462 forks source link

Mathematica hangs on multiline input #29187

Open mwageringel opened 4 years ago

mwageringel commented 4 years ago

The following hangs indefinitely:

sage: %%mathematica
....: 1 + 2 +
....: 4

This format does not work either:

sage: %%mathematica
....: (1 + 2
....: + 4)

Component: interfaces

Keywords: mathematica

Issue created by migration from https://trac.sagemath.org/ticket/29187

mkoeppe commented 4 years ago
comment:1

Moving tickets to milestone sage-9.2 based on a review of last modification date, branch status, and severity.

mkoeppe commented 3 years ago
comment:3

Moving this ticket to 9.4, as it seems unlikely that it will be merged in 9.3, which is in the release candidate stage