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

Cleanup private ARRAY #941

Merged
merged 9 commits into from
Jun 30, 2018
Merged

Cleanup private ARRAY #941

merged 9 commits into from
Jun 30, 2018

Conversation

dedmen
Copy link
Contributor

@dedmen dedmen commented Jun 24, 2018

... and modernize vectCross

@commy2 commy2 added the Cleanup label Jun 25, 2018
@commy2 commy2 added this to the 3.8 milestone Jun 25, 2018
@commy2 commy2 self-assigned this Jun 25, 2018

{ // forEach
private ["_params", "_menuSource", "_menuParams", "_array", "_menuDef"]; // declare locally to safe guard variables after _menuSource call, which is beyond our control of correctness.
private ["_menuDef"]; // declare locally to safe guard variables after _menuSource call, which is beyond our control of correctness.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function is broken before and after. _menuDef at the eof will always report [].

@commy2 commy2 merged commit 667299c into CBATeam:master Jun 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants