Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement (#14114) | cooldome | 2020-04-25 | 1 | -0/+6 |
| | | | Co-authored-by: cooldome <ariabushenko@bk.ru> | ||||
* | Pervasive replacement of nkRecWhen in generic types | LemonBoy | 2018-10-19 | 1 | -0/+51 |
Long story short, even if the type contains no reference at all to its generic parameters we still have to walk its AST and evaluate any nkRecWhen nodes that semRecordNodeAux skipped due to the type being a generic one. We also must be careful to modify the type `n` node in place since it may be referenced by the caller as seen in the tillegaltyperecursion test. Moreover we also can't have the nkSym drift away from their original values in order not to break the JS nkObjConstr codegen. |