cleanup: ROUND-NUMERIC-BOUND issue
Bug #308955 reported by
Nikodemus Siivola
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Confirmed
|
Low
|
Unassigned |
Bug Description
ROUND-
specifying whether they're SINGLE or DOUBLE. This is true for types
computed by the type system itself, but the compiler type derivation
short-circuits this and constructs non-canonical types. A temporary
fix was made to ROUND-NUMERIC-BOUND for the sbcl-0.9.6 release, but
the right fix is to remove the abstraction violation in the
compiler's type deriver.
Changed in sbcl: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.
Reprioritize as LOW: not user-observable.