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

SBCL needs to trap division by zero errors #30

Open
vindarel opened this issue May 15, 2019 · 1 comment
Open

SBCL needs to trap division by zero errors #30

vindarel opened this issue May 15, 2019 · 1 comment

Comments

@vindarel
Copy link

It's all documented since you do document to run with

#-sbcl (hello)

#+sbcl
(sb-int:with-float-traps-masked
    (:divide-by-zero :invalid)
  (callback))

but this is not ideal, hence the issue.
Do you know the reason ?

@lispnik
Copy link
Owner

lispnik commented May 16, 2019

https://bugs.launchpad.net/sbcl/+bug/1519630

I'm not sure what to do about it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants