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

Fix: No crash anymore on the IDE when using the elephant operator #2668

Merged
merged 4 commits into from
Sep 1, 2022

Commits on Aug 31, 2022

  1. Fix: No crash anymore on the IDE when using the elephant operator

    Fixes #2667 by remarking that sometimes, Tok is before EndTok for an obscure reason.
    In the case of the elephant operator in `var x :- Parse()`, Tok designates `:-` and EndTok designates `x`, probably because the declaration is the same as the update.
    I fixed the generation of faulty rangeToken like this for all statements.
    Tested in the language server tests directly.
    MikaelMayer committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    8ba4bcc View commit details
    Browse the repository at this point in the history
  2. Update RELEASE_NOTES.md

    MikaelMayer authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    4639a16 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    88bc928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    506f09c View commit details
    Browse the repository at this point in the history