Skip to content

Fix methods with array parameters with mismatched bounds#8

Merged
madmiraal merged 1 commit into
RebelToolbox:mainfrom
madmiraal:fix-mismatched-bound-warnings
Oct 10, 2023
Merged

Fix methods with array parameters with mismatched bounds#8
madmiraal merged 1 commit into
RebelToolbox:mainfrom
madmiraal:fix-mismatched-bound-warnings

Conversation

@madmiraal
Copy link
Copy Markdown
Contributor

When a function or method is declared with a bounded array as a parameter, the compiler will check that the argument passed, when that function or method is called, has a sufficient size or attempts to access more than the maximum number of elements.
This PR fixes array parameter bounds mismatches between the method declarations and the definitions.

@madmiraal madmiraal self-assigned this Jun 19, 2023
@madmiraal madmiraal merged commit ef5bebf into RebelToolbox:main Oct 10, 2023
@madmiraal madmiraal deleted the fix-mismatched-bound-warnings branch October 10, 2023 16:00
@madmiraal madmiraal added the PR Type: Bug Fix Your current game should now work as expected. label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR Type: Bug Fix Your current game should now work as expected.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant