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

More tests tmp #355

Merged
merged 14 commits into from
Jul 27, 2022
Merged

More tests tmp #355

merged 14 commits into from
Jul 27, 2022

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    0ad4ac2 View commit details
    Browse the repository at this point in the history
  2. fix indentation in idea

    dours committed Jul 25, 2022
    1 Configuration menu
    Copy the full SHA
    9641577 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. forgotten change

    dours committed Jul 26, 2022
    1 Configuration menu
    Copy the full SHA
    17f8012 View commit details
    Browse the repository at this point in the history
  2. add a hack to support complicated in and enable a test:

    each object, which supports `is` should have both `__contains__`, which is a regular python method and `contains-hack`, which does the same but is just a EO method. This is needed because currently it is only possible to use an identifier to address a python method. That is, calling "sring literal".__contains__(...) does not work now because of a limitation of a pass, which adds `self` to each method call. On the other hand, calling EO method is possible in any context, like `(pystring "sring literal").contains-hack ...` is ok.
    dours committed Jul 26, 2022
    1 Configuration menu
    Copy the full SHA
    df21123 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. support not in, enable a test

    dours committed Jul 27, 2022
    1 Configuration menu
    Copy the full SHA
    3b01617 View commit details
    Browse the repository at this point in the history
  2. this one also passes

    dours committed Jul 27, 2022
    1 Configuration menu
    Copy the full SHA
    168dfc1 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    04b2ca1 View commit details
    Browse the repository at this point in the history
  4. enable a passing test

    dours committed Jul 27, 2022
    1 Configuration menu
    Copy the full SHA
    da360dd View commit details
    Browse the repository at this point in the history
  5. enable a passing test

    dours committed Jul 27, 2022
    1 Configuration menu
    Copy the full SHA
    f7d9033 View commit details
    Browse the repository at this point in the history
  6. intermediate

    dours committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    dac4e34 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    4814214 View commit details
    Browse the repository at this point in the history
  8. forgotten file

    dours committed Jul 27, 2022
    1 Configuration menu
    Copy the full SHA
    32637a4 View commit details
    Browse the repository at this point in the history
  9. should pass

    dours committed Jul 27, 2022
    1 Configuration menu
    Copy the full SHA
    56b28ea View commit details
    Browse the repository at this point in the history
  10. trivial implementation of int conversion. It does nothing, so it on…

    …ly works for int->int conversion
    dours committed Jul 27, 2022
    1 Configuration menu
    Copy the full SHA
    f028966 View commit details
    Browse the repository at this point in the history