Backport this patch from axiom: https://github.com/daly/axiom/commit/b34d65c1542c6f76e0dd326e3e3fb8b2bc29225a
Although currently I don't have an example to show this "missing space" error, this looks like a good patch, here is the patch for FriCAS: diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot index e9ebcca..c09db1c 100644 --- a/src/interp/c-util.boot +++ b/src/interp/c-util.boot @@ -81,7 +81,7 @@ displayComp level == $bright:= " << " $dim:= " >> " if $insideCapsuleFunctionIfTrue=true then - sayBrightly ['"error in function",'%b,$op,'%d,'%l] + sayBrightly ['"error in function ",'%b,$op,'%d,'%l] --mathprint removeZeroOne mkErrorExpr level pp removeZeroOne mkErrorExpr level sayBrightly ['"****** level",'%b,level,'%d,'" ******"] -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
