It looks like Recipe Robot can get confused about which recipes it's building if the previous app's cache remains in the cache folder (either by using --keep-cache or by interrupting a run).
Steps to reproduce:
Start this, but interrupt it when it gets to the unzipping part:
It looks like Recipe Robot can get confused about which recipes it's building if the previous app's cache remains in the cache folder (either by using
--keep-cache
or by interrupting a run).Steps to reproduce:
Start this, but interrupt it when it gets to the unzipping part:
Run this fully:
Only two hard things in computer science, they say: cache invalidation, naming things, and off-by-one errors.