Custom Query (1030 matches)
Results (280 - 282 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #345 | fixed | use .image as heap image file name suffix on all platforms | ||
| Description |
On Darwin and Windows, which commonly use case-insensitive file systems, we use a .image suffix on heap image file names, e.g., dx86cl uses a default image name of dx86cl.image. On other platforms, we case-invert the kernel name, e.g., the image name for lx86cl is LX86CL. We should use the .image suffix convention on all platforms. http://clozure.com/pipermail/openmcl-devel/2008-October/008540.html |
|||
| #346 | fixed | REPORT-DEFERRED-WARNINGS | ||
| Description |
In the end of compilation of McCLIM I get the following: > Error: value "home:lisp;site;mcclim;graphics.lisp.newest" is not of the expected type LIST. > While executing: CCL::DEF-INFO.MACRO-P, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > :B *(7F957DE11868) : 0 (DEF-INFO.MACRO-P #(NIL NIL "home:lisp;site;mcclim;graphics.lisp.newest" (CCL::MACRO))) 82 (7F957DE118C0) : 1 (REPORT-DEFERRED-WARNINGS) 1573 (7F957DE11940) : 2 (CALL-WITH-COMPILATION-UNIT #<COMPILED-LEXICAL-CLOSURE (:INTERNAL CCL::WITH-COMPILATION-UNIT-BODY ASDF:OPERATE) #x7F957F43543F> [...]) 245 |
|||
| #347 | fixed | another IA-32 bignum bug | ||
| Description |
? (isqrt (expt 10 100)) > Error: DIVISION-BY-ZERO detected > While executing: CCL::%FLOOR-99, in process listener(1). |
|||
Note:
See TracQuery
for help on using queries.
