Custom Query (1030 matches)
Results (649 - 651 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #617 | fixed | bogus type error | ||
| Description |
This is compiling a fixnum test into the (incf y inc) for some reason. ? (defun test () (symbol-macrolet ((inc 0.5)) (loop with y = 0 do (incf y inc) while (< y 100)))) TEST ? (test) > Error: value 0.5 is not of the expected type FIXNUM. > While executing: TEST, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > |
|||
| #618 | fixed | (make-random-state t) results in an error on Windows x86 | ||
| Description |
? (make-random-state t) > Error: Can't determine primary IP interface > While executing: CCL::PRIMARY-IP-INTERFACE-ADDRESS, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. System is Windows XP SP3. CCL is version 1.4. |
|||
| #620 | fixed | Type assertions in parse tree confuse at least a few things in compiler backends | ||
| Description |
http://clozure.com/pipermail/openmcl-devel/2009-October/010673.html describes one example of this. |
|||
Note:
See TracQuery
for help on using queries.
