Changes between Version 1 and Version 14 of Ticket #23112
- Timestamp:
- Jun 12, 2017, 12:29:56 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23112
-
Property
Status
changed from
new
toneeds_work
-
Property
Authors
changed from
to
Jeroen Demeyer, Matthias Koeppe
- Property Cc John Palmieri Matthias Köppe Dima Pasechnik Miguel Marco Volker Braun Jakob Kroeker Salvatore Stella added
-
Property
Component
changed from
scripts
tointerfaces
-
Property
Summary
changed from
math-readline script is broken
toRepair math-readline script for interactive use, mathematica_console and make Mathematica pexpect work without helper script
-
Property
Branch
changed from
to
u/jdemeyer/math_readline_script_is_broken
-
Property
Commit
changed from
to
cfa1c551ae754f59a48886f9b390fcc095d8e83b
-
Property
Status
changed from
-
Ticket #23112 – Description
v1 v14 11 11 }}} 12 12 (as with the immediate failures) and then it waits for input. 13 14 The patch on this ticket: 15 - makes `math-readline` useful again for interactive use (this also repairs echoing of `mathematica_console`). 16 - Changes the `Mathematica` pexpect interface so that it does not rely on a helper script any more. 17 18 19