Replies: 1 comment 1 reply
-
Thanks for pointing this out and raising the associated parsing bug. I've opened a PR that fixes some bugs and adds It doesn't change the object representation, though - but it might make sense to do that in the same test. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like there are no continous integration tests for
MICROPY_LONGINT_IMPL_LONGLONG
.Would it make sense to create a variant using
MICROPY_OBJ_REPR_C
andMICROPY_LONGINT_IMPL_LONGLONG
, which would be typical for a small embedded system, and run the basic tests on it ? Except foructypes
tests, all would be expected to work corectly in this configuration.Beta Was this translation helpful? Give feedback.
All reactions