Make apenwarr/redo installable on windows and work with uv tool install
Find a file
Avery Pennarun 662f53896a _try_read: hacky fix to make GNU make less angry.
We'll have to stop using nonblocking reads, unfortunately.  But this seems
to work better than nothing.  There's still a race condition that could
theoretically make GNU make angry, unfortunately, since we briefly set the
socket to nonblocking.
2010-11-13 04:50:53 -08:00
t t/*.do: add some time delays. 2010-11-13 02:17:22 -08:00
.gitignore 'make clean' can now safely remove .redo dirs. 2010-11-12 22:50:23 -08:00
all.do Basic locking infrastructure. 2010-11-13 02:50:39 -08:00
clean.do When auto-choosing a .redo dir, prefer ones uphill that already exist. 2010-11-12 23:23:06 -08:00
helpers.py Fix log() output so you can cut-and-paste it verbatim into a command line. 2010-11-13 01:55:07 -08:00
jwack Add jwack, a GNU make-like jobserver. 2010-11-12 20:10:21 -08:00
jwack.py _try_read: hacky fix to make GNU make less angry. 2010-11-13 04:50:53 -08:00
Makefile Change the default rule name from 'it' to 'all'. 2010-11-13 01:40:37 -08:00
options.py Extremely basic first crack at implementing djb's redo. 2010-11-12 05:25:03 -08:00
redo Extremely basic first crack at implementing djb's redo. 2010-11-12 05:25:03 -08:00
redo-ifchange Move 'redo --ifchange' into 'redo-ifchange' to match djb's style. 2010-11-13 00:47:49 -08:00
redo-ifchange.py Handle KeyboardInterrupt with less annoying spew to stderr. 2010-11-13 02:09:42 -08:00
redo-ifcreate Add redo-ifcreate to match djb's design. 2010-11-13 01:10:43 -08:00
redo-ifcreate.py Handle KeyboardInterrupt with less annoying spew to stderr. 2010-11-13 02:09:42 -08:00
redo.py redo.py: shuffle the list of targets. 2010-11-13 04:42:13 -08:00
runtests.do Change the default rule name from 'it' to 'all'. 2010-11-13 01:40:37 -08:00
test.do Change the default rule name from 'it' to 'all'. 2010-11-13 01:40:37 -08:00
vars.py Fix log() output so you can cut-and-paste it verbatim into a command line. 2010-11-13 01:55:07 -08:00
wvtest.sh Extremely basic integration of wvtest for testing. 2010-11-12 17:19:42 -08:00
wvtestrun Extremely basic integration of wvtest for testing. 2010-11-12 17:19:42 -08:00