<html><head><style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}

p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head><body><div data-externalstyle="false" dir="ltr" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;"><blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px;" dir="ltr"><div>Just FYI, Sage (www.sagemath.org) project<br>tests a distribution of ECL as a part of Sage, mainly used to build/run<br>Maxima (as a library callable from Python, as well as a standalone<br>Maxima version). </div><div> </div></blockquote><div dir="ltr">I am afraid we are confused about what “testing” here means. ECL has not broken any of its own tests for the last couple of years, except for minor mistakes on my commits. Thus ANSI tests and regression tests become quickly useless.</div><div dir="ltr"> </div><div dir="ltr">The problem is Common Lisp library testing, which is the only thing that hindrances adoption. This is a major issue and it is only solved by Anton’s testing platform, that checks for regressions among different versions of a lisp implementation using Quicklisp to test for all libraries.</div><div dir="ltr"> </div><div dir="ltr">Given that it typically takes about 12 hours to run such tests vs. the bare 5 minutes of running “make check” on ECL (something any developer can do after making a couple of changes), I would say it is not a task for regular users to do. OTOH it becomes essential to keep the lisp implementation up and running and useful for the general public.</div></div></body></html>