Skip to content

SBCL needs to trap division by zero errors #30

Description

@vindarel

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions