Richard Lupton
Richard Lupton
#497 found a regression in validator function of fields in 2.0.1 dependent on prior fields. #499 purported to both fix this, and add tests to prevent future regressions. I've produced...
Signed-off-by: Richard Lupton Subcommand to provide information on volumes. e.g. ``` $ ./target/x86_64-unknown-linux-musl/debug/floki volumes NAME MOUNT HOSTPATH cache /cache /home/richard/.floki/volumes/26c9c57f7c619e3d06f9c4df03e7fd881e59d0986128b6b68af1dd2fb49ee508-cache global-cache /global-cache /home/richard/.floki/volumes/global-cache ```
It would be nice to have a more ergonomic way to configure shell aliases. Maybe something like ``` aliases: - name: build command: make - name: clean command: make clean...
e.g. `git submodule update --init` is bound to fail since it uses absolute paths.
`floki` sets up some environment variables by default, but doesn't set these in the docker-in-docker container. Possibly a good chance to unify the `dind` and standard container runner code a...
Some build tools like to persist build data to disk. It would be nice if `floki` allowed build caches created inside the container to persist between container launches, and even...
Being dropped out of `floki` when an init step fails is kind of annoying, but also kind of useful. This boils down to whether the inner commands are linked with...
The interfaces in the `interpret` module are a little bizarre. Investigate and make them simpler.
Also look at `failure::format_err`, to remove unnecessary error types