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

add support for numeric keys in map literal #1152

Merged
merged 3 commits into from
Mar 22, 2024

Commits on Jan 30, 2024

  1. add support for numeric keys in dictionary

    This is a hack to support numeric keys declared in map literals.
    Most of such usages typically use the keys as if they were strings, so this
    hack is likely safe.
    
    A hack is used as opposed to overhauling all maps used since full support would
    require overhauling all maps types to `Map<Object, Object>` which seems
    overkill.
    chrisirhc authored and ccutrer committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f6f3563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2335c05 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    5259a8d View commit details
    Browse the repository at this point in the history