-
Notifications
You must be signed in to change notification settings - Fork 5
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
More tests tmp #355
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0ad4ac2 - Browse repository at this point
Copy the full SHA 0ad4ac2View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 9641577 - Browse repository at this point
Copy the full SHA 9641577View commit details
Commits on Jul 26, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 17f8012 - Browse repository at this point
Copy the full SHA 17f8012View commit details -
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.
1Configuration menu - View commit details
-
Copy full SHA for df21123 - Browse repository at this point
Copy the full SHA df21123View commit details
Commits on Jul 27, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 3b01617 - Browse repository at this point
Copy the full SHA 3b01617View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 168dfc1 - Browse repository at this point
Copy the full SHA 168dfc1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 04b2ca1 - Browse repository at this point
Copy the full SHA 04b2ca1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for da360dd - Browse repository at this point
Copy the full SHA da360ddView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f7d9033 - Browse repository at this point
Copy the full SHA f7d9033View commit details -
Configuration menu - View commit details
-
Copy full SHA for dac4e34 - Browse repository at this point
Copy the full SHA dac4e34View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 4814214 - Browse repository at this point
Copy the full SHA 4814214View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 32637a4 - Browse repository at this point
Copy the full SHA 32637a4View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 56b28ea - Browse repository at this point
Copy the full SHA 56b28eaView commit details -
trivial implementation of
int
conversion. It does nothing, so it on……ly works for int->int conversion
1Configuration menu - View commit details
-
Copy full SHA for f028966 - Browse repository at this point
Copy the full SHA f028966View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.