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

Implement Enso-specific assert #7883

Merged
merged 26 commits into from
Sep 29, 2023
Merged

Implement Enso-specific assert #7883

merged 26 commits into from
Sep 29, 2023

Commits on Sep 25, 2023

  1. Add Runtime.assert method

    Akirathan committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    4d73fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d4d801 View commit details
    Browse the repository at this point in the history
  3. Add simple test

    Akirathan committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8666a67 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Revert "Add --enable-assertions cmdline flag"

    This reverts commit 5d4d801.
    Akirathan committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cffd2e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b435b75 View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    Akirathan committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    be4cbf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1212276 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    Akirathan committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    36423a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72cd836 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    722e58e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e8c192 View commit details
    Browse the repository at this point in the history
  9. Runtime.assert throw panic

    Akirathan committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ae8dc7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    053b07b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    882f777 View commit details
    Browse the repository at this point in the history
  2. Revert "Add jUnit jupiter test framework dependency"

    This reverts commit 882f777.
    Akirathan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6164ce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    858f08e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cace196 View commit details
    Browse the repository at this point in the history
  5. Fix Truffle DSL warning

    Akirathan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8dff150 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9453d24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb9997e View commit details
    Browse the repository at this point in the history
  8. Add rest of the tests

    Akirathan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f48e449 View commit details
    Browse the repository at this point in the history
  9. fmt

    Akirathan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    daca280 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    5f3d6f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fe75ab View commit details
    Browse the repository at this point in the history
  3. Do not use InteropLibrary

    Akirathan committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    013d70e View commit details
    Browse the repository at this point in the history
  4. fmt

    Akirathan committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    309c431 View commit details
    Browse the repository at this point in the history