Skip to content
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

Fix methods with array parameters with mismatched bounds #8

Merged

Conversation

madmiraal
Copy link
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