aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/primitives/string.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz1-3/+2
2022-01-27fix some flake8 violations for unused importsEli Schwartz1-1/+0
2021-11-04fix regression that broke string.format with list objectsEli Schwartz1-0/+2
2021-10-26interpreter: Revert old path joining behavior (fixes #9450)Daniel Mensinger1-1/+2
2021-10-10Revert "interpreter: Add FeatureNew check"Eli Schwartz1-12/+0
2021-10-04fix extra whitespaceEli Schwartz1-2/+0
2021-09-25interpreter: Add FeatureNew checkDaniel Mensinger1-0/+12
2021-09-25Remove helpers.check_stringlist()Daniel Mensinger1-0/+8
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger1-0/+174