Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -1/+1 | |
2021-06-18 | holders: Move get_version from directly to ExternalProgram | Daniel Mensinger | 1 | -1/+22 | |
2021-06-18 | holders: Introduce HoldableObject | Daniel Mensinger | 1 | -1/+1 | |
2021-03-19 | Move OverrideProgram to programs | Dylan Baker | 1 | -0/+5 | |
2021-03-19 | programs: add type annotations | Dylan Baker | 1 | -21/+27 | |
2021-03-19 | split program related classes and functions out of dependencies | Dylan Baker | 1 | -0/+351 | |
Dependencies is already a large and complicated package without adding programs to the list. This also allows us to untangle a bit of spaghetti that we have. |