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
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
> "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
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
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