[pony-build] pony-build Cache Dir

C. Titus Brown ctb at msu.edu
Sun Jan 24 18:05:23 PST 2010


On Sun, Jan 24, 2010 at 07:06:44PM -0400, Max Laite wrote:
> Yes, I will move the .pony-build dir creation to its own function.
> 
> I took the lazy way out at the time, I just ran through a few build scripts,
> deleting the main cache_dir and the repo dirs after each run to test the
> different cases.....

Nothing wrong with lazy, as long as we go back and fix it :).  Check
out the term "technical debt"...

> Yes, I need to work on standardizing my indents and comments. Have no fear,
> I will get some consistency by the end of the semester!

Many editors will help you out the indent level -- I use emacs, which takes
care of a lot of that myself.

> I will look at your script, I need to do some catching up on testing stuff
> the proper way (easy way?).

It's a mildly sticky problem; if it were trivial, I would have set up at least
some client test scripts myself.  What I've decided to start doing is what I've
done with test-git: develop some simple scripts to run obvious tests, and then
integrate them into an automated test suite later.

cheers,
--titus



More information about the pony-build mailing list