Skip to content

Commit e120e5c

Browse files
authored
Merge pull request #20337 from d10c/d10c/python-overlay-compilation-plus-extractor
Python: enable overlay compilation + extractor overlay support
2 parents 75a34a4 + c749607 commit e120e5c

File tree

41 files changed

+10814
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+10814
-11
lines changed

config/dbscheme-fragments.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"fragments": [
1010
"/*- Compilations -*/",
1111
"/*- External data -*/",
12+
"/*- Overlay support -*/",
1213
"/*- Files and folders -*/",
1314
"/*- Diagnostic messages -*/",
1415
"/*- Diagnostic messages: severity -*/",

python/codeql-extractor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "python"
22
display_name: "Python"
33
version: 1.22.1
44
column_kind: utf32
5+
overlay_support_version: 20250626
56
build_modes:
67
- none
78
default_queries:

0 commit comments

Comments
 (0)