Skip to content

Commit

Permalink
sagemathgh-38894: be explicit about messages
Browse files Browse the repository at this point in the history
    
Fixes sagemath#38890
    
URL: sagemath#38894
Reported by: Martin Rubey
Reviewer(s): Grégory Vanuxem
  • Loading branch information
Release Manager committed Nov 2, 2024
2 parents efe736f + 7bddcb9 commit 5c4f3a9
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/sage/interfaces/fricas.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,26 @@
# between ' and ".
FRICAS_INIT_CODE = (
")set functions compile on",
")set message autoload off",
")set message type off",
")set message any on",
")set message autoload off",
")set message bottomup off",
")set message dropmap off",
")set message expose off",
")set message file off",
")set message frame off",
")set message highlighting off",
")set message instant off",
")set message insteach off",
")set message interponly off",
")set message prompt step",
")set message selection off",
")set message set off",
")set message startup on",
")set message storage off",
")set message testing off",
")set message time off",
")set message type off",
")set message void off",
")set output length " + str(FRICAS_LINE_LENGTH),
")lisp (setf |$ioHook|"
" (lambda (x &optional args)"
Expand Down

0 comments on commit 5c4f3a9

Please sign in to comment.