Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-07 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 1 | -1/+6 | |
These are only used for type checking, so don't bother importing them at runtime. Generally add future annotations at the same time, to make sure that existing uses of these imports don't need to be quoted. | |||||
2021-09-01 | interpreter: Simplify Disabler logic | Daniel Mensinger | 1 | -7/+5 | |
2021-06-18 | interpreter: Add a new MesonInterpreterObject for non-elementary objects | Daniel Mensinger | 1 | -2/+2 | |
2021-06-11 | interpreter: Split Disabler from interpreterbase.py | Daniel Mensinger | 1 | -0/+42 | |