Skip to content

Commit 1bbba2f

Browse files
authored
Merge pull request #19684 from github/nickrolfe/ruby-overlay-extraction
Ruby: add support for extracting overlay databases
2 parents 3d9e2f5 + c6ff07a commit 1bbba2f

File tree

22 files changed

+6400
-34
lines changed

22 files changed

+6400
-34
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/dbscheme-fragments.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"/*- Diagnostic messages -*/",
1212
"/*- Diagnostic messages: severity -*/",
1313
"/*- Source location prefix -*/",
14+
"/*- Database metadata -*/",
1415
"/*- Lines of code -*/",
1516
"/*- Configuration files with key value pairs -*/",
1617
"/*- YAML -*/",
@@ -31,4 +32,4 @@
3132
"/*- Python dbscheme -*/",
3233
"/*- Empty location -*/"
3334
]
34-
}
35+
}

misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ql/extractor/src/generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ pub fn run(options: Options) -> std::io::Result<()> {
3636
},
3737
];
3838

39-
generate(languages, options.dbscheme, options.library)
39+
generate(languages, options.dbscheme, options.library, false)
4040
}

ruby/codeql-extractor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ display_name: "Ruby"
33
version: 0.1.0
44
column_kind: "utf8"
55
legacy_qltest_extraction: true
6+
overlay_support_version: 20250108
67
build_modes:
78
- none
89
github_api_languages:

0 commit comments

Comments
 (0)