#293 closed defect (fixed)
Loop and default value for of-type problem
Reported by: | stassats | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 1.1.1 |
Component: | java | Version: | 1.2.0-dev |
Keywords: | loop | Cc: | stassats@… |
Parent Tickets: |
Description
(loop with x of-type (float 0) = 0.0)
0 cannot be converted to type (FLOAT 0).
Here's a patch adapted from SBCL.
Attachments (1)
Change History (5)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Component: | other → java |
---|---|
Keywords: | loop added |
Milestone: | → 1.2.0 |
Version: | → 1.2.0-dev |
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Milestone: | 1.2.0 → 1.1.1 |
---|
Note: See
TracTickets for help on using
tickets.
(In [14355]) Fix loop and default value for of-type problem.
Patch and (most of) test by Stas.
Fixes #293.