Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-27 | CI script improvements | Ben Sima | |
Added BILD_ARGS and removed the unused 'while read' so you can just call it directly without having to supply arguments. | |||
2023-10-10 | Don't swallow namespace-parsing errors | Ben Sima | |
Previously, if there was a problem with the inputs and bild failed to determine the namespace, 'fromPath' would return 'Nothing' and then 'catMaybes' would drop the error-causing input altogether. In the one time that I had a bad input, this made debugging incredibly difficult. It's always a bad idea to swallow errors silently, so instead lets just kill the program if we have bad inputs. |