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

Ruby fixes #632

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Ruby fixes #632

wants to merge 2 commits into from

Commits on Apr 21, 2023

  1. ruby: let varargs functions pass a mal list instead of a ruby array

    Fixes some tests like
    ((fn* (& more) (list? more)) 1 2 3)
    asarhaddon committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9a0f534 View commit details
    Browse the repository at this point in the history
  2. ruby: truncate backtrace to 100 lines in step6 to A

    as already done for step5 because of a ruby-specific test.
    This enables REGRESS=1.
    asarhaddon committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b87d667 View commit details
    Browse the repository at this point in the history