-
Notifications
You must be signed in to change notification settings - Fork 120
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
Main - Matching case for case-sensitive keys #1322
Conversation
Need to change use of setVar and make sure this works correctly |
getter was always lowercase, setting uppercase, standardized on setter case
List of hashmap key constants based on a case-sensitive deduplicated grep of the codebase (this does not include any keys from vars/macros or at runtime, will make an attempt to get this data later) Used for HASH_SET:
Used for HASH_GET:
|
… macro" This reverts commit c13a011.
I'm shifting this into just being changes for mismatched case between getter/setter, I think this is most or all of the differences resolved. It should be good to go with no dependencies on any other branch or commit. |
HEMTT 1.13 can now "optimize" away so
|
Fixes 152 referring to lowercase variants of hashmap keys
Still need to look into what to do to resolve the some of the issues brought up here: #1320 (comment)