Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-19 | split program related classes and functions out of dependencies | Dylan Baker | 1 | -4/+2 | |
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. | |||||
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -1/+1 | |
All changes were created by running "pyupgrade --py3-only --keep-percent-format" and committing the results. I have not touched string formatting for now. - use set literals - simplify .format() parameter naming - remove __future__ - remove default "r" mode for open() - use OSError rather than compatibility aliases - remove stray parentheses in function(generator) scopes | |||||
2018-07-16 | dlang module: allow all configuration types when generating dub.json | FFY00 | 1 | -37/+2 | |
2018-06-17 | dlang module: add a method to generate a dub file | FFY00 | 1 | -0/+176 | |