hocker/test
Parnell Springmeyer 14fa8ec148
docker2nix: inprocWithErr -> procStrictWithErr (#57)
* docker2nix: `inprocWithErr` -> `procStrictWithErr`

... because `nix` utilities will sometimes return warnings and other
information to `stderr`. The type of `inprocWithErr` makes it pretty
clear that we should expect a result of _either_ the stderr text _or_
the stdout text. Not both! Normally, this is fine because errors will
be returned on `stderr`, however this is problematic when nix outputs
warnings as the utility will end up treating them as errors.

So we need a function that will give us both and that's
`procStrictWithErr`.

* Fix CI

* Cleanup a lot of annoying compiler warnings

* Fixup prettyprinter deprecation warnings

* One more prettyprinter fix

* Swap the stdout and stderr return field bindings...

* s/Prettyprint/Prettyprinter/

* Strip whitespace from result
2023-05-05 13:21:47 -05:00
..
data Merge master 2019-03-22 18:01:04 -07:00
Tests/Data/Docker docker2nix: inprocWithErr -> procStrictWithErr (#57) 2023-05-05 13:21:47 -05:00
Main.hs Refactoring polish and haddocks documentation refactor (#7) 2017-06-28 13:20:56 -05:00