[plt-dev] lessons learned
On May 22, Matthias Felleisen wrote:
>
> Saddest fact is that I was stupid enough to think that our nightly
> tests actually executed each piece of code once. That would have
> revealed the code. I am just totally stupid and naive here.
The only thing that gets executed are the tests (in
tests/run-automated-tests.ss). To touch more code, the build also
starts drscheme and checks to see that it actually was started.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!