Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |