maxima:GclHintGarbageCollector

Last commit made on 2018-04-28
Get this branch:
git clone -b GclHintGarbageCollector https://git.launchpad.net/maxima

Branch merges

Branch information

Name:
GclHintGarbageCollector
Repository:
lp:maxima

Recent commits

83d734f... by PeterPall

Tried to hint gcl's garbage collector on when to run.

ff86e35... by PeterPall

This test failed in ecl on Ubuntu Trusty.

811e66c... by Robert Dodier <email address hidden>

In ZMTORAT, pay attention to return value of FN1 and return null
if FN1 returns null. In MTOINF, give up if ZMTORAT returns null.
Fixes SF bug #2644: "integrate(1/(1+s^7),s,0,%pi) includes a false term"
and SF bug #3413: "false in definite integral of rational"
in both cases return a noun expression.

74b873c... by Robert Dodier <email address hidden>

Fix up lists of expected test failures for ECL.

b58ae24... by Robert Dodier <email address hidden>

Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code

bdcfc3e... by Robert Dodier <email address hidden>

In KILL1-ATOM and REMOVERULE, be more careful about removing remnants
of rules from symbol property list. This is a partial remedy to get kill to more nearly
restore the status quo ante.

27510aa... by PeterPall

Check for installed maxima flavour before falling back to MAXIMA_DEFAULT_LISP

The nightly linux build is split into maxima-gcl, maxima-sbcl, maxima-ecl,
maxima-clisp and in the future maybe others. If maxima-sbcl isn't
installed currently but was the default at compile time we don't want this
to produce an error but want this to cause maxima to use one of the
installed flavours instead.

a308d09... by PeterPall

Another test that might fail when using ECL in i386, but apparently not on x64.

72a64a2... by PeterPall

The known bad tests order seems to be important.

8b3809f... by PeterPall

More errors we trigger in the ECL nightly build.