jscl icon indicating copy to clipboard operation
jscl copied to clipboard

fboundp - cool

Open vlad-km opened this issue 3 years ago • 1 comments

https://github.com/jscl-project/jscl/blob/98376589572908d26c33ad536228abd6672a1dfd/src/boot.lisp#L158

CL-USER> (fboundp '(what the f..k ?))
T
CL-USER> 

vlad-km avatar Feb 13 '22 19:02 vlad-km

The (buggy) implementation is at https://github.com/jscl-project/jscl/blob/98376589572908d26c33ad536228abd6672a1dfd/src/compiler/compiler.lisp#L1223

We should be checking for it to exist but not being that value.

davazp avatar Feb 13 '22 20:02 davazp

Closed. Thanks @davazp. See https://github.com/jscl-project/jscl/pull/439

vlad-km avatar Sep 01 '22 15:09 vlad-km