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

Remove cba hash #1458

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Remove cba hash #1458

wants to merge 5 commits into from

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented May 22, 2021

When merged this pull request will:

  • Replaces CBA Hash with the actual HashMap commands.
  • Refactors some terrible Versioning component code.

DICT_X macros are un-used so far. No idea if these are worth it. I may need them since HashMap is scrambled, while CBA Hash is insertion sorted and usage may rely on that.

@commy2 commy2 added this to the 3.15.4 milestone May 22, 2021
_result = "";
{
_result = _result + format ["%1=%2;", _x, _y];
} DICT_FOR_EACH(_dict);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Missing semi-colon ... according to the test. The test is broken.

@PabstMirror PabstMirror modified the milestones: 3.15.4, Ongoing Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants