[Haskell-cafe] Hugs sources WITH TESTS?
Anthony Clayden
anthony_clayden at clear.net.nz
Wed Apr 29 06:09:07 UTC 2020
Hi Siddharth,
Hugs dates from a different age, when testing was something of an
afterthought.
I can suggest some places to look:
* The hugs-bugs mailing list is the only way to (possibly) contact the
original developers.
* There's a couple of repos on github: Franklin Chen, Chris Done.
Franklin has also grabbed the 2009 developer snapshot.
But I suspect the answer is: there are no tests/never were.
AntC
> I got interested in hugs thanks to the surrounding discussion and went
spelunking in their codebase. Weirdly, I can't find a test suite!
- The November 2003 version
<https://github.com/bollu/hugs/blob/master/src/Makefile.in#L280> has a rule
in the makefile to cd ../tests . However, such a folder does not exist in
the source tree.
- the September 2006 version
<https://github.com/haskell-implementations/hugs/blob/master/src/Makefile.in>,
doesn't have a test / check rule at all.
I find this baffling. Where did the tests go?!
If you have access to them --- or if you the story behind where the tests
are, please do let me know!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20200429/cfa2bdf6/attachment.html>
More information about the Haskell-Cafe
mailing list