[std] Fix std.addRunnable()
possibly clobbering files in brioche-run.d
#126
Labels
bug
Something isn't working
When
std.addRunnable()
is called, it assumes nothing else is underbrioche-run.d
, and will add recipes to this folder starting with the namerecipe-0
. This can cause problems ifstd.addRunnable()
is called more than once. We need a scheme to add files in a way where callingstd.addRunnable()
more than once uses separate paths for each runnableThe text was updated successfully, but these errors were encountered: