Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allows for arbitrary ordering of inheritance in type section #6259 (#22070) | Juan M Gómez | 2023-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Allows for arbitrary ordering of inheritance in type section #6259 * prevents ilegal recursion * fixes ilegal recursion. Test passes with a better message * Apply suggestions from code review --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | fix test failure due to "illegal recursion" error message | Aman Gupta | 2015-10-01 | 1 | -1/+1 |
| | | | | | | | | | | FAIL: tillegal_recursion.nim Test "tests/objects/tillegal_recursion.nim" in category "objects" Failure: reMsgsDiffer Expected: illegal recursion in type 'object' Gotten: inheritance only works with non-final objects | ||||
* | fixes #1691 | Araq | 2015-04-11 | 1 | -0/+7 |