Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-10 | Add git-branchless | Ben Sima | |
After using this for a while, I've decided that git-branchless will be the default tool for doing trunk-based development in the omnirepo. | |||
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. |