The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
637 B
30 lines
637 B
3 years ago
|
{
|
||
|
"stdout": [
|
||
|
{
|
||
|
"line": ".*DEPRECATION: Option 'o1' is deprecated",
|
||
|
"match": "re",
|
||
|
"count": 1
|
||
|
},
|
||
|
{
|
||
|
"line": ".*DEPRECATION: Option 'o2' value 'a' is deprecated",
|
||
|
"match": "re",
|
||
|
"count": 1
|
||
|
},
|
||
|
{
|
||
|
"line": ".*DEPRECATION: Option 'o3' value 'a' is replaced by 'c'",
|
||
|
"match": "re",
|
||
|
"count": 1
|
||
|
},
|
||
|
{
|
||
|
"line": ".*DEPRECATION: Option 'o4' value 'true' is replaced by 'enabled'",
|
||
|
"match": "re",
|
||
|
"count": 1
|
||
|
},
|
||
|
{
|
||
|
"line": ".*DEPRECATION: Option 'o5' value 'auto' is replaced by 'false'",
|
||
|
"match": "re",
|
||
|
"count": 1
|
||
|
}
|
||
|
]
|
||
|
}
|