| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-07 | Revert "check if test 33 running under MinGW" | Christoph Reiter | |
| This reverts commit 93f59313e10090bfe6058fabbb235aa549f933c0. | |||
| 2024-11-19 | check if test 33 running under MinGW | MihailJP | |
| 2023-03-01 | interpreter: 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-30 | Added warning if run_command is called without the check kwarg | Volker Weißmann | |
| 2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | |
| and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines. | |||
| 2021-04-26 | Condense test directory names. | Jussi Pakkanen | |
