Tom Hvitved
|
c6cd2d66f8
|
Update ruby/ql/lib/change-notes/2022-09-14-ruby-qll.md
Co-authored-by: Nick Rolfe <nickrolfe@github.com>
|
2022-09-14 20:00:34 +02:00 |
|
Tom Hvitved
|
5cfed75e4c
|
Ruby: Fix bad join-order in DB upgrade script
Before
```
Evaluated relational algebra for predicate #select#query#ffffff@3e1dedi5 with tuple counts:
30411461 ~0% {6} r1 = locations_default AND NOT #select#query#ffffff#antijoin_rhs(Lhs.0, Lhs.1, Lhs.2, Lhs.3, Lhs.4, Lhs.5)
30840645 ~4% {2} r2 = SCAN #select#query#ffff OUTPUT In.0, In.3
515559 ~1% {3} r3 = JOIN r2 WITH #select#query#ffffff#join_rhs ON FIRST 1 OUTPUT Rhs.1, Lhs.0, Lhs.1
515559 ~0% {5} r4 = JOIN r3 WITH locations_default ON FIRST 1 OUTPUT Rhs.1, Lhs.1, Lhs.2, Rhs.4, Rhs.5
2397708060 ~0% {9} r5 = JOIN r4 WITH locations_default_1023#join_rhs ON FIRST 1 OUTPUT Lhs.1, 0, Rhs.1, Lhs.2, Lhs.0, Lhs.3, Lhs.4, Rhs.2, Rhs.3
515559 ~4% {6} r6 = JOIN r5 WITH query#f0820431::body_statement#3#bff ON FIRST 3 OUTPUT Lhs.3, Lhs.4, Lhs.7, Lhs.8, Lhs.5, Lhs.6
30927020 ~0% {6} r7 = r1 UNION r6
return
```
After
```
Evaluated relational algebra for predicate #select#query#ffffff@8810e071 with tuple counts:
30411461 ~0% {6} r1 = #select#query#ffffff#shared AND NOT #select#query#ffffff#antijoin_rhs(Lhs.0, Lhs.1, Lhs.2, Lhs.3, Lhs.4, Lhs.5)
30840645 ~4% {2} r2 = SCAN #select#query#ffff OUTPUT In.0, In.3
515559 ~1% {3} r3 = JOIN r2 WITH #select#query#ffffff#join_rhs ON FIRST 1 OUTPUT Rhs.1, Lhs.0, Lhs.1
515559 ~0% {6} r4 = JOIN r3 WITH locations_default ON FIRST 1 OUTPUT Lhs.1, 0, Lhs.2, Rhs.1, Rhs.4, Rhs.5
515559 ~0% {5} r5 = JOIN r4 WITH query#f0820431::body_statement#3#bff ON FIRST 2 OUTPUT Rhs.2, Lhs.3, Lhs.2, Lhs.4, Lhs.5
515559 ~0% {6} r6 = JOIN r5 WITH locations_default ON FIRST 2 OUTPUT Lhs.1, Lhs.2, Lhs.3, Lhs.4, Rhs.2, Rhs.3
515559 ~4% {6} r7 = JOIN r6 WITH files ON FIRST 1 OUTPUT Lhs.1, Lhs.0, Lhs.4, Lhs.5, Lhs.2, Lhs.3
30927020 ~0% {6} r8 = r1 UNION r7
return r8
```
|
2022-09-14 19:27:49 +02:00 |
|
Ian Lynagh
|
8a5bc3b635
|
Kotlin: Don't use hasQuestionMark
1.7.0 warns:
'hasQuestionMark: Boolean' is deprecated. hasQuestionMark has
ambiguous meaning. Use isNullable() or isMarkedNullable() instead
|
2022-09-14 17:56:27 +01:00 |
|
Dave Bartolomeo
|
6a0e4805dc
|
Merge pull request #10418 from dbartol/dbartol/swift-fail/work
Add lock files for Swift packs
|
2022-09-14 12:01:05 -04:00 |
|
Ian Lynagh
|
fce111bebe
|
Kotlin: Compile with -Werror, and fix warnings
|
2022-09-14 16:42:57 +01:00 |
|
Philip Ginsbach
|
c5703898b0
|
remove upper-case NamedExpression variable names
|
2022-09-14 16:35:24 +01:00 |
|
Ian Lynagh
|
8f2a718787
|
Kotlin: Remove an unused method
|
2022-09-14 16:31:11 +01:00 |
|
James Fletcher
|
f3a4ba39a8
|
Update docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
|
2022-09-14 16:20:07 +01:00 |
|
Andrew Eisenberg
|
3102a444bb
|
Merge pull request #10389 from github/aeisenberg/suites-docs
Tweak the query suites documentation
|
2022-09-14 08:15:28 -07:00 |
|
Jeroen Ketema
|
6e74c32dc6
|
Merge pull request #10417 from github/ginsbach/RemoveUpperCaseVariable
remove upper-case variable name from `HubClasses`
|
2022-09-14 16:50:43 +02:00 |
|
Dave Bartolomeo
|
c5622135a6
|
Add lock files for Swift packs
|
2022-09-14 10:21:40 -04:00 |
|
Andrew Eisenberg
|
3c1f67d7de
|
Apply suggestions from code review
Co-authored-by: Felicity Chapman <felicitymay@github.com>
|
2022-09-14 07:15:23 -07:00 |
|
Chris Smowton
|
1478f61897
|
Merge pull request #10407 from RasmusWL/go-instanceof
Go: Rewrite `::Range` patterns to use `instanceof`
|
2022-09-14 15:06:30 +01:00 |
|
Philip Ginsbach
|
8f7f631211
|
upper-case variable names are deprecated
|
2022-09-14 14:50:26 +01:00 |
|
Rasmus Wriedt Larsen
|
3d0f786247
|
docs: grammar fix
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
|
2022-09-14 15:39:48 +02:00 |
|
Tom Hvitved
|
7ecfe8daba
|
Address review comments
|
2022-09-14 15:30:51 +02:00 |
|
Tamás Vajk
|
e4a712c9d6
|
Merge pull request #10402 from tamasvajk/kotlin-comp-args
Kotlin: Add integration test for compiler argument extraction
|
2022-09-14 15:27:18 +02:00 |
|
Tamas Vajk
|
16836de02b
|
Code quality improvment to simplify test QL
|
2022-09-14 15:15:06 +02:00 |
|
Tom Hvitved
|
40e77a0c67
|
Merge pull request #10415 from hvitved/code-block-fix
Change two ```codeql to ```ql
|
2022-09-14 15:07:55 +02:00 |
|
Ian Lynagh
|
b3b1efb1a1
|
Merge pull request #10414 from igfoo/igfoo/getQualifiedName
Java: Tweak Member.getQualifiedName()
|
2022-09-14 13:30:22 +01:00 |
|
Tom Hvitved
|
4ea1c0050b
|
Change two ``codeql to ``ql
|
2022-09-14 13:53:34 +02:00 |
|
Anders Schack-Mulligen
|
ba3ebeec2c
|
Java: Remove low confidence dispatch for which we have a manual summary.
|
2022-09-14 13:39:31 +02:00 |
|
Anders Schack-Mulligen
|
d713910714
|
Merge pull request #10334 from aschackmull/java/uniontypeflow
Java: Implement union type flow and replace ad-hoc variable tracking in dispatch
|
2022-09-14 13:34:28 +02:00 |
|
Tamas Vajk
|
a68b61f50a
|
Kotlin: adjust expected test results after fixing compiler argument interception
|
2022-09-14 13:15:29 +02:00 |
|
Tamas Vajk
|
6eccb5e99c
|
Kotlin: Add integration test to show missing compiler arguments
|
2022-09-14 13:15:29 +02:00 |
|
Ian Lynagh
|
4ac0ecbc61
|
Java: Mark the getQualifiedName change as breaking
|
2022-09-14 12:10:50 +01:00 |
|
Ian Lynagh
|
d735b9e6f2
|
Java: Format QL
|
2022-09-14 11:56:13 +01:00 |
|
Rasmus Lerchedahl Petersen
|
33b508d6e6
|
Python: undo change to --max-import-depth
This is not necessary as long as `LibraryCall` only
includes unresolved calls.
|
2022-09-14 12:52:27 +02:00 |
|
Ian Lynagh
|
fec6c35f21
|
Java: Accept test output for getQualifiedName change
|
2022-09-14 10:52:43 +01:00 |
|
Erik Krogh Kristensen
|
2ece9773be
|
Merge pull request #10410 from erik-krogh/nonAsciiRange
JS: don't report every non-ascii range in js/overly-large-range
|
2022-09-14 11:51:22 +02:00 |
|
erik-krogh
|
8b3ba38887
|
changes based on review
|
2022-09-14 11:49:26 +02:00 |
|
Rasmus Lerchedahl Petersen
|
245baa51a3
|
Python: rename summary map -> list_map,
since map resolves to a class call
also fix test expectation
|
2022-09-14 11:21:16 +02:00 |
|
Michael Nebel
|
b05a1f4f39
|
C#: Support for type based model generation via python script.
|
2022-09-14 11:16:22 +02:00 |
|
Paolo Tranquilli
|
d7cdeb8ac0
|
Merge pull request #10412 from github/revert-10399-redsun82/swift-macos-arm
Revert "Swift: print a helpful message on macOS ARM"
|
2022-09-14 11:08:24 +02:00 |
|
Michael Nebel
|
4e57b40c2a
|
C#: Update test expected output.
|
2022-09-14 11:06:24 +02:00 |
|
Michael Nebel
|
0f22828cb6
|
C#: Add test cases corresponding to the System.Linq.Enumerable extensions methods.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
cdb892da43
|
C#: Update test expected output.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
20cb5daeb1
|
C#: Add testcase for implicit set.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
262c28b77a
|
C#: Update expected test output.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
001d3571ec
|
C#: Restructure test cases.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
c5949fad75
|
C#/Java: Rename to Typed based summary model generation.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
5f161dfaad
|
C#: Update expected test output with further models.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
055072b1c0
|
C#: Add more test examples.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
1b7339aa1e
|
C#: Rewrite the typed based model generator.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
2d57b7d56a
|
Java: Sync files.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
d580a8a078
|
C#: Update expected test output.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
372a6107d6
|
C#: Use typeparameter index to generate synthetic field names in summaries.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
f6e9013435
|
C#: Update expected output of tests.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
e66dce1524
|
C#: Update test relevant test cases.
|
2022-09-14 11:06:23 +02:00 |
|
Michael Nebel
|
bb65485497
|
C#: Address some review comments.
|
2022-09-14 11:06:23 +02:00 |
|