Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fboundp - cool #425

Closed
vlad-km opened this issue Feb 13, 2022 · 2 comments
Closed

fboundp - cool #425

vlad-km opened this issue Feb 13, 2022 · 2 comments
Labels

Comments

@vlad-km
Copy link
Member

vlad-km commented Feb 13, 2022

(defun fboundp (x)

CL-USER> (fboundp '(what the f..k ?))
T
CL-USER> 
@vlad-km vlad-km added the bug label Feb 13, 2022
@davazp
Copy link
Member

davazp commented Feb 13, 2022

The (buggy) implementation is at

(define-builtin fboundp (x)

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

@vlad-km
Copy link
Member Author

vlad-km commented Sep 1, 2022

Closed.
Thanks @davazp.
See #439

@vlad-km vlad-km closed this as completed Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants