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. | |||
2022-07-25 | Add tags support for more languages | Ben Sima | |
Rust seems to not be supported in my ctags version :( Also rename some Ide scripts because these are commands, not really scripts. | |||
2021-01-08 | Note about using vimrc | Ben Sima | |
2020-12-28 | ide: incremental tags and git hooks | Ben Sima | |