summaryrefslogtreecommitdiff
path: root/test cases/common/33 run program
AgeCommit message (Collapse)Author
2025-01-07Revert "check if test 33 running under MinGW"Christoph Reiter
This reverts commit 93f59313e10090bfe6058fabbb235aa549f933c0.
2024-11-19check if test 33 running under MinGWMihailJP
2023-03-01interpreter: report FeatureNew for kwargs to project()Eli Schwartz
We need to know the project minimum version before evaluating the rest of the function. There's three basic approaches: - try to set it inside KwargInfo - just run a minimal version of func_project for this, then load everything after - drop down to the AST and set it before anything else In order to handle FeatureNew emitted by a FunctionNode evaluated before project() due to being inlined, such as `version: run_command()`, only option 3 suffices, the rest all happen way too late. Since we have just added AST handling support for erroring out, we can do that to set the version as well.
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2021-04-26Condense test directory names.Jussi Pakkanen