Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (949 - 951 of 1030)

Ticket Resolution Summary Owner Reporter
#1082 notabug wrong *print-circle* handling by format directive ~:* Anton Vodonosov
Description

Use case:

(setf *print-circle* t)
(format nil "~{~A ~:*~A, ~}" '("77" "88"))
=> "#1=77 #1#, #2=88 #2#, "

Expected value

=> "77 77, 88 88, "
#1134 duplicate The value :UNKNOWN-GF-KEYS is not of the expected type (MEMBER :TOOMANY :TOOFEW :ODD-KEYWORDS :UNKNOWN-KEYWORD :UNKNOWN-GF-KEYWORDS) Anton Vodonosov
Description

When printing backtrace of an error, I encountered a type error:

The value :UNKNOWN-GF-KEYS is not of the expected type (MEMBER :TOOMANY :TOOFEW :ODD-KEYWORDS :UNKNOWN-KEYWORD :UNKNOWN-GF-KEYWORDS)

The full log: http://cl-test-grid.appspot.com/blob?key=wsfocese4r

I found symbol :UNKNOWN-GF-KEYS in the CCL source file level-1/sysutils.lisp. Seems like it should be changed to :UNKNOWN-GF-KEYWORDS

#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.

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