jss: invoke-restargs compiled was evaluating the first argument twice
(Alan Ruttenberg) Example to show bug: (defun foo () (#"replaceAll" (progn (print 'hi) "foo") "foo" "bar")) Before fix, hi printed twice, after once. Merges <https://github.com/armedbear/abcl/pull/77>
Showing
Please register or sign in to comment