>> =================================== >> >> The following is what I did. >> >> git clone [email protected]:hemmecke/fricas.git >> cd fricas >> git checkout i-output-to-spad >> ./configure >> make > > Somehow github refuses to provide me the files.
Ooops. I provided the RW access that only works for me. You should either use https://github.com/hemmecke/fricas.git or git://github.com/hemmecke/fricas.git >> ==================================== >> https://github.com/hemmecke/fricas/commit/9b45463623451a377d59f350e9d75019427d7b51 >> https://github.com/hemmecke/fricas/commit/742431abaabc5cb597ab4f5685df05f945773627 >> >> Main idea was to create LispExpression which is SExpression, but only >> with BasicType, i.e. not coerce: %->OutputForm, extension to SetCategory >> is then done in SExpression. >> OutputForm itself, does only depend on LispExpression, but not on >> SExpression anymore. > > Error during documentation build are nasty to debug. I would > suggest first compile affected Spad files in earlier FriCAS > and then ply around to see if something is broken (in particular > try 'coverex.ht'). Seemingly small error may cause hang during > ducumentation build. OK. Nevertheless, I'd be happy if you have a look at the patches. In particular this part here. New: https://github.com/hemmecke/fricas/blob/i-output-to-spad/src/algebra/sex.spad.pamphlet#L53 Old: https://github.com/hemmecke/fricas/blob/master/src/algebra/sex.spad.pamphlet#L115 I had to add typing information to the original function, because otherwise (i.e. with the original coerce) it refused to compile. Playing around will probably cost me my weekend. :-( Ralf -- 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 http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
