Releases: bocchino/redo
v1.0 of bocchino/redo
This release is based on redo-0.11 of apenwarr/redo. It incorporates the following fixes and improvements:
-
Improved the installation procedure.
-
Fixed the problem of multiple inconsistent .redo directories.
-
Improved the behavior when running a
.do
script would clobber an existing directory. -
Improved the error reporting when a remove or rename operation fails
(e.g., when attempting to create a target in a directory that doesn't exist). -
Added cycle detection, so that
redo
prints an error message and halts instead of hanging when it encounters a cyclic build dependence. -
Added a command
redo-remove
for removing dependency informationabout a file. This is useful, for example, if a file gets marked as generated but you later decide you want to maintain it by hand. -
Fixed bugs that caused spurious warnings about updated files on
some systems. -
Removed the deprecated "old-args" feature.
-
Refactored the code.