.. |
1 project not first
|
Created new suite of tests that should fail when executed.
|
2013-08-10 23:02:51 +03:00 |
2 missing file
|
Check that non-existing source files cause errors.
|
2013-08-10 23:17:11 +03:00 |
3 missing subdir
|
Check that missing subdirs cause an error.
|
2013-08-11 00:35:55 +03:00 |
4 missing meson.build
|
Check that missing subdirs cause an error.
|
2013-08-11 00:35:55 +03:00 |
5 misplaced option
|
Preserve option function for option files.
|
2013-10-16 21:23:29 +03:00 |
6 missing incdir
|
After an actual, factual bug report from a user, fixed include_directories so that it checks that the specified directories exist.
|
2014-01-18 23:11:59 +02:00 |
7 go to subproject
|
Added failing test.
|
2014-02-24 00:37:07 +02:00 |
8 recursive
|
Test for recursive instantiations of subprojects.
|
2014-02-24 00:43:45 +02:00 |
9 missing extra file
|
Can specify extra files that show up in IDEs as parts of a target.
|
2014-04-25 22:13:15 +03:00 |
10 out of bounds
|
Add support for subscripting array objects with [].
|
2015-08-19 23:34:49 +03:00 |
11 object arithmetic
|
More strict type checking for arithmetic operations.
|
2014-11-16 19:56:22 +02:00 |
12 string arithmetic
|
More strict type checking for arithmetic operations.
|
2014-11-16 19:56:22 +02:00 |
13 array arithmetic
|
More strict type checking for arithmetic operations.
|
2014-11-16 19:56:22 +02:00 |
14 invalid option name
|
Verify that option names do not have invalid characters.
|
2014-12-21 21:34:26 +02:00 |
15 kwarg before arg
|
Test for posargs being before kwargs.
|
2015-03-15 22:02:11 +02:00 |
16 extract from subproject
|
Fixed broken subdir object extraction and moved tests.
|
2015-06-17 20:50:03 +03:00 |
17 same name
|
Can create top level targets that have the same name but different type.
|
2015-07-05 01:47:34 +03:00 |
18 wrong plusassign
|
Created the += operator.
|
2015-08-14 16:05:58 +03:00 |
19 target clash
|
Prevent generation of Ninja files with target ambiguities.
|
2015-09-11 23:24:56 +03:00 |