Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-28 | refactor a few subsystem-relative imports that imported the wrong location | Eli Schwartz | 1 | -1/+1 | |
Inside of mesonbuild.ast.* we can and should import from .foobar, rather than importing from .__init__'s re-exported version of that object. Failing to do so results in an extremely brittle codebase where simply changing the order of lines in __init__.py can result in ImportError. | |||||
2022-07-03 | move various unused typing-only imports into type-checking blocks | Eli Schwartz | 1 | -1/+4 | |
2020-09-08 | typing: completely type ast | Daniel Mensinger | 1 | -3/+3 | |
2020-03-02 | types: Remove redundant __init__() -> None annotation | Daniel Mensinger | 1 | -3/+3 | |
2020-03-02 | types: Use import typing as T | Daniel Mensinger | 1 | -2/+2 | |
2020-03-02 | types: Annotate the AST visitors | Daniel Mensinger | 1 | -17/+18 | |
2019-03-03 | mintro: Dependencies from source | Daniel Mensinger | 1 | -0/+30 | |
2019-01-22 | AST post processing | Daniel Mensinger | 1 | -0/+86 | |