File tree Expand file tree Collapse file tree 9 files changed +5
-9
lines changed
integration-tests/qltest/failing_cargo_check
library-tests/controlflow Expand file tree Collapse file tree 9 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,7 @@ impl Config {
62
62
. ancestors ( )
63
63
// only travel up while we're within the test pack
64
64
. take_while_inclusive ( |p| !p. join ( "qlpack.yml" ) . exists ( ) )
65
- . flat_map ( |p| {
66
- [
67
- p. join ( "options" ) ,
68
- p. join ( "options.yml" ) ,
69
- p. join ( "options.yaml" ) ,
70
- ]
71
- } )
65
+ . map ( |p| p. join ( "options.yml" ) )
72
66
. filter ( |p| p. exists ( ) )
73
67
. collect_vec ( ) ;
74
68
option_files. reverse ( ) ;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
| main.rs:0:0:0:0 | main.rs | File successfully extracted. |
6
6
| my_macro.rs:0:0:0:0 | my_macro.rs | File successfully extracted. |
7
7
| my_struct.rs:0:0:0:0 | my_struct.rs | File successfully extracted. |
8
+ | options.yml:0:0:0:0 | options.yml | File successfully extracted. |
Original file line number Diff line number Diff line change 5
5
| lib.rs:0:0:0:0 | lib.rs | 5 |
6
6
| does_not_compile.rs:0:0:0:0 | does_not_compile.rs | 3 |
7
7
| error.rs:0:0:0:0 | error.rs | 3 |
8
+ | options.yml:0:0:0:0 | options.yml | 0 |
Original file line number Diff line number Diff line change 2
2
| Elements unextracted | 0 |
3
3
| Extraction errors | 0 |
4
4
| Extraction warnings | 7 |
5
- | Files extracted - total | 7 |
5
+ | Files extracted - total | 8 |
6
6
| Files extracted - with errors | 2 |
7
- | Files extracted - without errors | 5 |
7
+ | Files extracted - without errors | 6 |
8
8
| Inconsistencies - AST | 0 |
9
9
| Inconsistencies - CFG | 0 |
10
10
| Inconsistencies - data flow | 0 |
File renamed without changes.
You can’t perform that action at this time.
0 commit comments