Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reject casts to builtin typeclasses (#14788) | Danil Yarantsev | 2020-06-24 | 1 | -1/+8 |
| | | | | | * Closes #14231, closes #14452 * Merge test to tcast.nim | ||||
* | make megatest green again | Andreas Rumpf | 2019-03-05 | 1 | -0/+1 |
| | |||||
* | restrict casting for closure. (#5948); fixes #5742 | Parashurama | 2017-06-07 | 1 | -0/+23 |
* restrict casting for closure. This commit forbid casting a closure to anything other than another closure. use rawEnv/rawProc to access underlaying pointers. * better error message for closure cast * fixes #5742 |