Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (385 - 387 of 1030)

Ticket Resolution Summary Owner Reporter
#1389 notabug *PRINT-CIRCLE* = T breaks FORMAT Pierpaolo BERNARDI
Description

Hello,

I think the following is wrong:

SCRATCH> (let ((*print-circle* t)

(name "q"))

(format nil "~A ~A" name name))

"#1=q #1#"

I expected: "q q"

SCRATCH> (lisp-implementation-version) "Version 1.11-r16635 (WindowsX8664)"

Cheers

#1391 fixed Building on FreeBSD 11.x and later broken due to MAP_NORESERVE Ashish SHUKLA
Description

MAP_NORESERVE is not defined in FreeBSD 11.x since r273250, and when it was defined it was not implemented anyways. The attached diff should fix it hopefully, which is copied from lisp-kernel/pmc-kernel.c.

#1393 moved CCL fails to quit on Windows Francois-Rene Rideau
Description

CCL always fails to quit on Windows and just hangs when run from CMD.EXE. When run from cygwin's bash, it usually succeeds to quit, but sometimes fail.

I noticed this behavior while compiling asdf-tools with CCL on Windows (asdf-tools being a test tool used by ASDF to run its test suite).

To reproduce, run CMD.EXE, in it, run wx86cl64.exe, and in it, try to (quit).

NB: I used the release binary for 1.11, and didn't try to compile from source. I'm not sure how to setup what C compiler to compile CCL on Windows.

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