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

Improve hash maps #5632

Closed
wants to merge 5 commits into from
Closed

Conversation

Akirathan
Copy link
Member

Pull Request Description

Follow-up PR of #3878.

Important Notes

  • Functions are not comparable.
  • NaNs are not comparable.
  • Refactor Incomparable_Values to a builtin error.
  • Improve API of Map to throw Illegal_Argument for incomparable keys.

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the
    Scala,
    Java,
    and
    Rust
    style guides.
  • All code has been tested:
    • Unit tests have been written where possible.
    • If GUI codebase was changed: Enso GUI was tested when built using BOTH
      ./run ide build and ./run ide watch.

@Akirathan Akirathan linked an issue Feb 10, 2023 that may be closed by this pull request
8 tasks
@Akirathan Akirathan self-assigned this Mar 6, 2023
@Akirathan
Copy link
Member Author

Declining as too outdated. There are even no commits that are useful and could be cherry-picked now.

@Akirathan Akirathan closed this Apr 18, 2023
@Akirathan Akirathan deleted the wip/akirathan/hashmap-follow-up-5233 branch December 21, 2023 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of TruffleBoundary in Map.insert and Map.get
1 participant