Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (937 - 939 of 1030)

Ticket Resolution Summary Owner Reporter
#1099 fixed LOOP named NIL does not establish a BLOCK R. Matthew Emerson Stelian Ionescu
Description

(loop named nil do (return 1)) does not establish a block at all instead of one named NIL, as I'd expect from 6.1.1.5.6: "The loop named construct gives a name for the block of the loop". There's no mention that specifying the name as NIL instead of defaulting to NIL through omission allows for the omission of the loop block.

#1236 duplicate In-repository linuxx86_64 binary segfaults Stelian Ionescu
Description

Using trunk(rev 16204) on Linux/x86_64

hechee@cathai :: ~/.../opt/ccl $ ./lx86cl64 -n -K utf-8
Unhandled exception 11 at 0x300000099ad4, context->regs at #x7fff6e71ee18
received signal 11; faulting address: 0x2ac
address not mapped to object
? for help
[23103] Clozure CL kernel debugger: Killed

hechee@cathai :: ~/.../opt/ccl $ uname -r
3.16.2-1.gdcee397-desktop
#1256 wontfix Make HEAP-IVECTOR instances garbage-collectable Stelian Ionescu
Description

Since HEAP-IVECTOR instances are ignored by the GC, one has to wrap them in some other object to which a finalizer is attached, which is inconvenient. It would be better if HEAP-IVECTORs were automatically disposed while, at the same time, still allowing for manual disposal.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.