Version 0.1.3 of Hacé is out
A new release
of Hacé
my make-like tool backed by Croupier
is out!
New in this version
Features
- Set variables from the command line
- Allow passing output files as arguments
- Auto mode works better
- Handle bogus arguments better
- Made
--question
more verbose, and only report stale tasks matching arguments - New
-k
option to keep going after errors. - Switched to croupier main, supports depending on directories
- Automatically build binaries for release
- General housekeeping
- Build itself using a Hacefile instead of a Makefile
- Reject if two tasks share outputs (limitation of croupier for now)
Bugs Fixed:
- Warn about unknown tasks used in command line
- Tasks with outputs passed wrong target to croupier
- Command output was not visible in the log.
Full Changelog: v0.1.2...v0.1.3