Include timestamp and span-compatible attributes in done files #23
+156
−46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
so that we can pass along more context through
director
and generally depend on more than an empty file.Please note: this also includes a behavior change tois_done
that no longer deletes the directory tree when.done
is not present. I couldn't come up with a reason for why we would want this outside of testing. I'm happy to learn that it's important and we should keep it that way 😇 (although if it needs to be kept that way then I'd like it to have a different name).Update: What was previously
monobase.util:is_done
is nowmonobase.util:require_done_or_rm
Connected to PLAT-555