Custom Query (1030 matches)
Results (772 - 774 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #324 | fixed | process-whostate sometimes returns a weird value | ||
| Description |
Sometimes, something like this happens. Welcome to Clozure Common Lisp Version 1.2-r10446:10448M-trunk (DarwinX8632)! ? (process-run-function "do nothing" (lambda ())) #<PROCESS do nothing(2) [#<Unprintable IMMEDIATE : #xF3>] #x88CB886> #xf3 is x8632::subtag-no-thread-local-binding. One expect to see this: #<PROCESS do nothing(2) [Reset] #x88CB886> |
|||
| #325 | fixed | call-next-method bug on x8632 | ||
| Description |
The following doesn't work right in the x8632 lisp, and I wonder if someone else could take a look at it. From the test suite: (defgeneric cnm-gf-03 (x) (:method ((x integer)) #'call-next-method) (:method ((x t)) t)) (funcall (cnm-gf-03 0)) The result should be t, but the x8632 lisp gets an error. |
|||
| #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 |
|||
