-
-
Notifications
You must be signed in to change notification settings - Fork 0
Improve settings loading and input remap safety, update CI actions #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ikostan
merged 38 commits into
main
from
parse-error-could-not-resolve-external-class-member-settings
Mar 4, 2026
Merged
Changes from 5 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
477dc97
Bump actions/upload-artifact from 6 to 7
dependabot[bot] 9650b11
Bump github/codeql-action from 4.32.3 to 4.32.4
dependabot[bot] 21e5a02
[BUG] SCRIPT ERROR: Parse Error: Could not resolve external class mem…
ikostan 6ce492a
Merge pull request #449 from ikostan/dependabot/github_actions/action…
ikostan 8306897
Merge pull request #450 from ikostan/dependabot/github_actions/github…
ikostan f990af2
Update settings.gd
ikostan b238b07
Merge branch 'parse-error-could-not-resolve-external-class-member-set…
ikostan 0deb225
Update globals.gd
ikostan 4b977b9
Update input_remap_button.gd
ikostan 67ea986
Update settings.gd
ikostan 25c9a0e
issue (bug_risk): Guard for Globals/Globals.settings still calls Glob…
ikostan ecef73b
Version comment is incorrect and creates inconsistency across workflows.
ikostan 1328cd9
Update scripts/globals.gd
ikostan 71e7fd8
Merge branch 'parse-error-could-not-resolve-external-class-member-set…
ikostan 03a1dd6
Update game_settings_resource.gd
ikostan b136e3c
Update test_globals.gd
ikostan 5d002c6
Update scripts/input_remap_button.gd
ikostan 1266ea2
Update input_remap_button.gd
ikostan 33c348b
suggestion: Exported settings is always overwritten in _ready, which …
ikostan cdbfbaf
Create no_error_logs_test.py
ikostan 1124a5c
style: format code with Black and isort
deepsource-autofix[bot] 92fa42f
Create validate_clean_load_test.py
ikostan dea4852
Merge branch 'parse-error-could-not-resolve-external-class-member-set…
ikostan 3eea81e
style: format code with Black and isort
deepsource-autofix[bot] 86d79c6
Unused import json
ikostan 42616f5
Apply Ruff RUF010 explicit f-string conversion.
ikostan 4660c53
Use explicit UTF-8 when writing artifacts and coverage files.
ikostan a627706
Use f-string conversion flag instead of str()
ikostan 5815b49
style: format code with Black and isort
deepsource-autofix[bot] 2fe5314
question (bug_risk): Guarding modifiers behind physical_keycode != 0 …
ikostan 8f0136a
Remove redundant commented debug prints in tests
ikostan 0d02fc2
suggestion (testing): Also capture pageerror events to catch uncaught…
ikostan e0f590f
style: format code with Black and isort
deepsource-autofix[bot] 8aa0bbc
suggestion (testing): Consider making the timeouts less brittle or co…
ikostan 57ced50
Merge branch 'parse-error-could-not-resolve-external-class-member-set…
ikostan b483a2d
style: format code with Black and isort
deepsource-autofix[bot] eff433f
question (testing): Clarify whether matching critical error patterns …
ikostan 98e6d12
style: format code with Black and isort
deepsource-autofix[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,7 +62,7 @@ jobs: | |
| run: | | ||
| bash ./.github/scripts/patch_index_js.sh "export/web" | ||
| - name: "Initialize CodeQL" | ||
| uses: "github/codeql-action/[email protected].3" | ||
| uses: "github/codeql-action/[email protected].4" | ||
| with: | ||
| # yamllint disable rule:quoted-strings | ||
| languages: ${{ matrix.language }} | ||
|
|
@@ -74,10 +74,10 @@ jobs: | |
| debug: "false" | ||
|
|
||
| - name: "Autobuild (optional for JS but included for completeness)" | ||
| uses: "github/codeql-action/[email protected].3" | ||
| uses: "github/codeql-action/[email protected].4" | ||
|
|
||
| - name: "Perform CodeQL Analysis" | ||
| uses: "github/codeql-action/[email protected].3" | ||
| uses: "github/codeql-action/[email protected].4" | ||
|
|
||
| - name: "Post-scan summary (optional)" | ||
| if: "always()" # Run even if previous steps fail | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.