[Toybox] [PATCH] bc: Add to pending

Rob Landley rob at landley.net
Tue Aug 7 15:14:38 PDT 2018


On 08/07/2018 10:22 AM, Gavin Howard wrote:
> Hello,
> 
> Since it has been a month, I thought I would ping.

I admit the drama circling around it's been a bit of a turn-off, but mostly I
just forgot. Let's see, why did I not add this immediately...

Because it adds tests/files/bc/{parse,print,arctan}.txt to .gitignore and if
anything goes in there it should be read only, so I had to remember to follow-up
with cleanups after applying it (otherwise it's easy to forget and stumble on it
a year later and wonder what else I missed)...

The tests all run in a scratch directory (if you "make test_bc" it should be
generated/testdir/testdir), so you can put generated files in the current
directory; generated/testdir gets blown away each time you run scripts/test.sh
and the "testdir" under it gets rm -rf'd and recreated between each test if
you're testing multiple commands.

I'll try to get to that this weekend, sorry for the delay.

Rob


More information about the Toybox mailing list