Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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)

loop.diff (1.3 KB) - added by stassats 11 years ago.

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by stassats

Attachment: loop.diff added

comment:1 Changed 11 years ago by Mark Evenson

Resolution: fixed
Status: newclosed

(In [14355]) Fix loop and default value for of-type problem.

Patch and (most of) test by Stas.

Fixes #293.

comment:2 Changed 11 years ago by Mark Evenson

Component: otherjava
Keywords: loop added
Milestone: 1.2.0
Version: 1.2.0-dev

comment:3 Changed 11 years ago by Mark Evenson

(In [14356]) Backport r14355 | mevenson | 2013-01-16 11:45:54 +0100 (Wed, 16 Jan 2013) | 5 lines.

Fix loop and default value for of-type problem.

Patch and (most of) test by Stas.

Fixes #293.

comment:4 Changed 11 years ago by Mark Evenson

Milestone: 1.2.01.1.1
Note: See TracTickets for help on using tickets.