diff options
author | Ben Sima <ben@bsima.me> | 2024-04-10 19:24:51 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-10 20:31:27 -0400 |
commit | 544bf574297b5bcca765e9f495a6bace9d9866cd (patch) | |
tree | 38a000c79ae97c34a314eeca38319d29b65038df /Biz/Bild/Deps/inspekt3d.nix | |
parent | 9bc97d8b5da953761052ca142bdea0662ddb3445 (diff) |
Report cli errors on run
This is mostly helpful when debugging or writing programs, not during usage, but
I shouldn't be suppressing errors anyway.
My first version of this patch used `Biz.Log` instead of `panic`. Unfortunately
this exposed a bug in bild: Control/Concurrent/Go.hs (and others) failed to
build because it imported `Biz.Cli` which imported `Biz.Log`, and bild couldn't
find `Biz/Log.hs`. So apparently my function `detectHaskellImports` doesn't
detect all Haskell imports, somewhere along the lines I cut the graph short
instead of recursing. I guess that will be a project for another day.
Diffstat (limited to 'Biz/Bild/Deps/inspekt3d.nix')
0 files changed, 0 insertions, 0 deletions