| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-11 | WIP: after merge; before testing | Dan Halbert | |
| 2018-05-30 | py/objtype: Fix assertion failures in super_attr by checking type. | Jeff Epler | |
| Fixes assertion failures and segmentation faults when making calls like: super(1, 1).x | |||
| 2018-04-05 | tests/basics/class_super.py: Add tests for store/delete of super attr. | Damien George | |
| 2018-03-29 | Fix assertion failures in super_attr | Jeff Epler | |
| micropython: ../../py/objtype.c:1100: super_attr: Assertion `MP_OBJ_IS_TYPE(self->type, &mp_type_type)' failed. e.g., when making calls like super(1, 1).x | |||
| 2017-04-22 | tests: Add tests for calling super and loading a method directly. | Damien George | |
| 2015-08-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George | |
| 2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
| From now on, all new tests must use underscore. Addresses issue #727. | |||
