Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2023-10-03 | Rename BIZ_ROOT to CODEROOT | Ben Sima | |
BIZ_ROOT was too specific. CODEROOT allows for other (non-biz) projects to live in the root of the repo. I didn't want to call it GIT_ROOT because maybe someday I won't want to use git. But I'll never not use code. | |||
2023-01-03 | Add nl to push logging output | Ben Sima | |
2022-08-08 | Ensure BIZ_ROOT is set in shell scripts | Ben Sima | |
2022-08-08 | Remove some TODOs | Ben Sima | |
I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually I need a linter that prevents all TODOs from getting into code. | |||
2021-11-26 | Move commands and add ns function | Ben Sima | |