Lisp-Stat / lisp-stat

Lisp-Stat main system
https://lisp-stat.github.io/lisp-stat
Microsoft Public License
140 stars 11 forks source link

Are tests currently disabled because of #+ignore? #22

Closed jgarte closed 11 months ago

jgarte commented 1 year ago

Hi, are tests currently disabled because of this line?

https://github.com/Lisp-Stat/lisp-stat/blob/master/lisp-stat.asd#L39

Symbolics commented 1 year ago

Yes. Prior to to introduction of the new systems, like distributions and statistics, a few temporary systems were here. Now, Lisp-Stat is primarily a name space that brings selected functions into LS-USER. One example of this is mean, a wheel that's been reinvented in many individual statistical systems in the ecosystem.

So, in short, there's nothing to test in the LISP-STAT system itself; all the functionality is in the dependent systems. I suppose someday it may make sense to have all of the dependent systems called from LISP-STAT, which is why the ignore is there rather than deleting it.