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 "key not found" error messages for string/symbol keys #3409

Merged
merged 8 commits into from
Aug 22, 2024

Commits on Aug 17, 2024

  1. Improve "key not found" error messages for string/symbol keys

    We don't know how to represent arbitrary objects as strings at this
    low level, but this takes care of two very common cases.
    d-torrance committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    125d3ed View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. simplified lookup1force

    mahrud committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    4195a75 View commit details
    Browse the repository at this point in the history
  2. simplified lookup1Q

    mahrud committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c760daa View commit details
    Browse the repository at this point in the history
  3. simplified lookup

    mahrud committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    6e9032f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a77844b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. uncommented missing operator method errors

    e.g. A+B (where A and B are undefined symbols)
    mahrud committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b2a5e05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a7062 View commit details
    Browse the repository at this point in the history