Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proper error for calling nil closure in VM (#24059) | metagn | 2024-09-04 | 1 | -0/+23 |
fixes #24057 Instead of crashing the compiler, the VM now gives a stacktrace if a nil closure is attempted to be called. |