egallesio / STklos

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

(tiny fix) set names of two procedures #600

Closed jpellegrini closed 10 months ago

jpellegrini commented 1 year ago

base64-decode-string and base64-encode-string had no names. We can't use the (lambda (...) #:name ...) method, since it's a single lambda defining both procedures, so we force the name with %set-procedure-name!.

egallesio commented 10 months ago

As explained in PR #598, this is automatically done now when setting or defining a variable to an anonymous lambda. So I close this issue (to give me the impression that the PR list shrink :smile: )