Richard Lupton

Results 10 issues of 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...

enhancement
usability
needs investigation

e.g. `git submodule update --init` is bound to fail since it uses absolute paths.

enhancement
needs investigation

`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...

bug
needs investigation

good first issue
code quality
toil

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...

enhancement

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...

usability

The interfaces in the `interpret` module are a little bizarre. Investigate and make them simpler.

code quality

Also look at `failure::format_err`, to remove unnecessary error types

code quality