summary refs log tree commit diff stats
path: root/tests/vm/tnilclosurecallstacktrace.nim
Commit message (Collapse)AuthorAgeFilesLines
* proper error for calling nil closure in VM (#24059)metagn2024-09-041-0/+23
fixes #24057 Instead of crashing the compiler, the VM now gives a stacktrace if a nil closure is attempted to be called.