Skip to content

Commit d3a5a85

Browse files
authored
Merge pull request #120643 from Repiteo/ci/api-validation-fix
CI: Fix API validation of removed dummy methods
2 parents 048cf06 + 7507a6e commit d3a5a85

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/changed_files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sources:
1010
- .github/{actions/*,workflows}/*.yml
1111
- "**/{SConstruct,SCsub,*.py}"
1212
- "**/*.{h,hpp,hh,hxx,c,cpp,cc,cxx,m,mm,inc,glsl}"
13+
- misc/extension_api_validation/**
1314
- modules/mono/**/*.{cs,csproj,sln,props,targets}
1415
- platform/android/java/{gradle*,**/*.{jar,java,kt,gradle}}
1516
- platform/web/{package{,-lock}.json,js/**/*.js}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
GH-114533
2+
--------------
3+
Validate extension JSON: API was removed: classes/GDScriptTextDocument/methods/codeLens
4+
Validate extension JSON: API was removed: classes/GDScriptTextDocument/methods/colorPresentation
5+
Validate extension JSON: API was removed: classes/GDScriptTextDocument/methods/foldingRange
6+
7+
Removed dummy endpoints from an unstable interface. Compatibility methods deliberately excluded.

0 commit comments

Comments
 (0)