Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the GameMaker Testing Library from version v1.1.0 to v1.1.1, including various bug fixes and improvements to the input mocking system and code consistency.
Key changes include:
- Type annotation consistency updates throughout the codebase (changing lowercase to capitalized types)
- Enhanced input handling for keyboard, mouse, and gamepad functions
- Added new initialization state tracking functionality
Reviewed Changes
Copilot reviewed 12 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates last modified date from 2025-06-10 to 2025-08-30 |
| GMTL_remove_unused_msg.gml | Adds Feather ignore/restore directives for GM2047 warnings |
| GMTL_internal.gml | Major refactoring of input handling logic and type annotations |
| GMTL_init.gml | Updates version number and release date in header comment |
| GMTL_dependencies.gml | Updates type annotations to use capitalized format |
| GMTL_definitions.gml | Adds new macro definitions and reorganizes input function redefinitions |
| GMTL_core_test_simulations.gml | Updates type annotations and adds key cleanup logic |
| GMTL_core_test_setup.gml | Updates type annotations for function parameters |
| GMTL_core_test_events.gml | Updates type annotations for function parameters |
| GMTL_core_TimeSource.gml | Updates type annotations for constructor parameters |
| GMTL_core_TestCase.gml | Updates type annotations and fixes string interpolation issues |
| o_gmtl_demo_draw/Step_0.gml | Updates macro usage for initialization state checking |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.