summary refs log tree commit diff stats
path: root/tests/misc/tcast.nim
Commit message (Collapse)AuthorAgeFilesLines
* make megatest green againAndreas Rumpf2019-03-051-0/+1
|
* restrict casting for closure. (#5948); fixes #5742Parashurama2017-06-071-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