Re: ECL 16.1.2

2016-02-29 Thread Daniel Kochmański
Hello, Alexander Artemenko writes: > Cool! > > I've added ECL's repository to AllMyChanges and tuned parser to process > org-mode style release notes. > Now everybody can subscribe on ECL updates: > https://allmychanges.com/p/common-lisp/ECL/ nice :-) > > Daniel, could you please, explain, why v

Re: ECL 16.1.2

2016-02-29 Thread Alexander Artemenko
Cool! I've added ECL's repository to AllMyChanges and tuned parser to process org-mode style release notes. Now everybody can subscribe on ECL updates: https://allmychanges.com/p/common-lisp/ECL/ Daniel, could you please, explain, why versions in the CHANGELOG are not sequential, and stated like

Re: ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Raymond Toy
> "Andrey" == Andrey G Grozin writes: Andrey> maxima-5.37.3 built with ecl-16.0.0 runs its testsuite without unexpected Andrey> errors. When buils with ecl-16.1.2, it fails in Andrey> Running tests in rtest8: Andrey> ** Problem 104 *** An

Re: ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Daniel Kochmański
Thanks, I'll try investigate it today. Is this file a correct instruction on building and testing Maxima: https://sourceforge.net/p/maxima/code/ci/master/tree/INSTALL.lisp or should I perform some other steps? Regards, Daniel Andrey G. Grozin writes: > maxima-5.37.3 built with ecl-16.0.0 runs

Re: ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Andrey G. Grozin
On Mon, 29 Feb 2016, Daniel Kochmański wrote: I'll try investigate it today. Is this file a correct instruction on building and testing Maxima: https://sourceforge.net/p/maxima/code/ci/master/tree/INSTALL.lisp or should I perform some other steps? I simply do ./configure --enable-ecl make Af