Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix tests/generics/t8694.nim: runnableExamples were not run because of #9216 ↵ | Timothee Cour | 2018-10-09 | 1 | -3/+3 |
| | | | | (#9262) | ||||
* | Fix regression with runnableExamples in generic expr | LemonBoy | 2018-09-30 | 1 | -0/+31 |
The examples should not enter the generic analysis at all. The regression was introduced in 4cf704bb as a fix for #8694. Fixes #9130 Fixes #8694 |