Geoffrey White
|
d7d4658aae
|
Rust: Add % of files extractor without errors to summary stats.
|
2024-12-06 14:54:21 +00:00 |
|
Paolo Tranquilli
|
4bd5cc458b
|
Rust: accept test changes
|
2024-12-02 16:07:00 +01:00 |
|
Paolo Tranquilli
|
50c917d2eb
|
Rust: restrict extracted files queries
|
2024-11-28 12:02:57 +01:00 |
|
Geoffrey White
|
1090164b77
|
Merge branch 'main' into sourcemodels
|
2024-11-25 21:12:24 +00:00 |
|
Geoffrey White
|
e9a13aec1d
|
Merge branch 'main' into resolvable
|
2024-11-25 14:33:56 +00:00 |
|
Geoffrey White
|
d38f0eec7b
|
Merge branch 'main' into sourcemodels
|
2024-11-25 09:59:08 +00:00 |
|
Geoffrey White
|
fa7c6f8b5e
|
Merge branch 'main' into resolvable
|
2024-11-22 11:45:47 +00:00 |
|
Geoffrey White
|
ca424d1e61
|
Rust: Add a count of flow sources to rust/summary/summary-statistics.
|
2024-11-22 09:13:39 +00:00 |
|
Paolo Tranquilli
|
4d04c5af83
|
Rust: fix non-existent string representations
|
2024-11-20 12:08:51 +01:00 |
|
Paolo Tranquilli
|
fce13aeb35
|
Rust: accept test changes
|
2024-11-19 17:50:14 +01:00 |
|
Paolo Tranquilli
|
b11388c49b
|
Rust: accept test changes
|
2024-11-18 12:06:25 +01:00 |
|
Simon Friis Vindum
|
6a3d417836
|
Rust: Implement enclosing callable for additional classes
|
2024-11-11 11:11:29 +01:00 |
|
Geoffrey White
|
ede72b2680
|
Rust: Add unresolved macro calls count as well.
|
2024-11-08 13:59:05 +00:00 |
|
Geoffrey White
|
7b265b2df3
|
Rust: Add a deliberately unresolvable macro call to the test.
|
2024-11-08 09:53:32 +00:00 |
|
Geoffrey White
|
7279cc42f8
|
Rust: Add resolved macros to rust/summary/summary-stats.
|
2024-11-08 09:49:47 +00:00 |
|
Geoffrey White
|
c8c747a110
|
Rust: Add total data flow inconsistencies to rust/summary/summary-statistics.
|
2024-11-04 19:10:44 +00:00 |
|
Geoffrey White
|
e01ecd1b79
|
Rust: Calculate a total of AST inconsistencies.
|
2024-10-15 14:19:42 +01:00 |
|
Geoffrey White
|
7b712f3d65
|
Rust: Calculate a total of CFG inconsistencies.
|
2024-10-11 17:01:41 +01:00 |
|
Arthur Baars
|
b4bb24aa43
|
Merge remote-tracking branch 'upstream/main' into aibaars/rust-macros
|
2024-10-11 13:33:50 +02:00 |
|
Arthur Baars
|
1135bf6bcd
|
Rust: improve QL test script
|
2024-10-10 15:53:09 +02:00 |
|
Arthur Baars
|
796da126b8
|
Rust: update expected output
|
2024-10-10 15:52:57 +02:00 |
|
Geoffrey White
|
3c777b7605
|
Merge branch 'main' into warnings
|
2024-10-03 12:54:56 +01:00 |
|
Geoffrey White
|
32dbdb3913
|
Rust: Update summary stats .expected file.
|
2024-10-03 12:50:59 +01:00 |
|
Geoffrey White
|
88abc8f72f
|
Rust: Add to summary stats.
|
2024-10-02 18:43:26 +01:00 |
|
Geoffrey White
|
01abcf8537
|
Rust: Use just end locations for now, to avoid all false positive lines caused by attached comments.
|
2024-10-02 16:54:02 +01:00 |
|
Geoffrey White
|
8c87b66bea
|
Rust: Add more test cases for comments.
|
2024-10-02 16:52:19 +01:00 |
|
Geoffrey White
|
3a54c10f36
|
Rust: For now exclude top-level AST elements from LOC counts. This is not ideal.
|
2024-10-01 17:35:30 +01:00 |
|
Geoffrey White
|
74826032ef
|
Merge branch 'main' into loc2 and accept new test results.
|
2024-10-01 16:10:39 +01:00 |
|
Arthur Baars
|
d3c50727ed
|
Rust: exclude Comment nodes from lines of code counts
|
2024-09-30 15:39:00 +02:00 |
|
Geoffrey White
|
caca4950e6
|
Rust: Revert the change to FileSystem.qll.
|
2024-09-26 11:10:32 +01:00 |
|
Geoffrey White
|
f8ce11b3a7
|
Rust: Improve File.getNumberOfLinesOfCode().
|
2024-09-25 16:42:29 +01:00 |
|
Geoffrey White
|
7da2845cad
|
Rust: Uncomment two lines from the test that should now behave deterministically.
|
2024-09-25 16:42:28 +01:00 |
|
Arthur Baars
|
1c0f60fa2e
|
Rust: lines of code, exclude 'SourceFile' node
|
2024-09-19 13:00:52 +02:00 |
|
Arthur Baars
|
24f24855f0
|
Rust: update expected output
|
2024-09-19 13:00:51 +02:00 |
|
Geoffrey White
|
83376afd15
|
Rust: Improve layout locality in summary stats.
|
2024-09-17 17:45:09 +01:00 |
|
Geoffrey White
|
07fccf8064
|
Rust: Add extracted + unextracted elements to summary stats.
|
2024-09-17 17:42:50 +01:00 |
|
Geoffrey White
|
6ebc615fd4
|
Rust: Add extracted files to summary stats.
|
2024-09-17 17:36:43 +01:00 |
|
Geoffrey White
|
7a21b3ba46
|
Rust: Accept the new results.
|
2024-09-16 13:42:18 +01:00 |
|
Geoffrey White
|
4656b3a43d
|
Revert "Rust: Only test the 'user code' queries, as the non-user stuff is not stable between platforms."
This reverts commit 00b9647aa1.
|
2024-09-16 13:39:50 +01:00 |
|
Geoffrey White
|
00b9647aa1
|
Rust: Only test the 'user code' queries, as the non-user stuff is not stable between platforms.
|
2024-09-16 11:49:27 +01:00 |
|
Geoffrey White
|
551c4e83f4
|
Rust: Improve getNumberOfLinesOfCode (in particular, it will now include the closing of blocks { } ).
|
2024-09-13 18:23:11 +01:00 |
|
Geoffrey White
|
6e01270fec
|
Rust: Better (still incomplete) results on latest main.
|
2024-09-13 15:06:22 +01:00 |
|
Geoffrey White
|
fdf079265d
|
Rust: Add test.
|
2024-09-13 15:05:20 +01:00 |
|