fix: noconfirm auto-selects first AUR match
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
project('120 subproject version conflict')
|
||||
|
||||
A_dep = subproject('A').get_variable('A_dep')
|
||||
B_dep = subproject('B', version: '1').get_variable('B_dep')
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
project('A')
|
||||
|
||||
B_dep = subproject('B').get_variable('B_dep')
|
||||
A_dep = declare_dependency(dependencies: B_dep)
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
project('B', version: '100')
|
||||
|
||||
B_dep = declare_dependency()
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"stdout": [
|
||||
{
|
||||
"line": "test cases/failing/116 subproject version conflict/meson.build:4:8: ERROR: Subproject B version is 100 but ['1'] required."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user