egallesio / STklos

STklos Scheme
http://stklos.net
GNU General Public License v2.0
68 stars 17 forks source link

(tiny fix) Include missing argument to `compiler-error` #606

Closed jpellegrini closed 10 months ago

jpellegrini commented 10 months ago

A tiny fix...

jpellegrini commented 10 months ago

Doesn't really change STklos in terms of functionality, but it brings up a more informative error message than the current one:

stklos> (%%in-scheme)
**** Error:
compiler-error: `#[closure compiler-error]' requires at least 3 argument (2 provided)

:)

egallesio commented 10 months ago

Merged for 2.00 release. Thanks @jpellegrini.