aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/dlang.py
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04various python neatness cleanupsEli Schwartz1-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-16dlang module: allow all configuration types when generating dub.jsonFFY001-37/+2
2018-06-17dlang module: add a method to generate a dub fileFFY001-0/+176