Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (865 - 867 of 1030)

Ticket Resolution Summary Owner Reporter
#1132 duplicate tilda-tilda format bug motopeh
Description
CL-USER> (lisp-implementation-type)

"Clozure Common Lisp"
CL-USER> (lisp-implementation-version)
"Version 1.9  (LinuxX8632)"
CL-USER> (format t "Hello world!~{~~~D:@<~~A~~>~%~}"
		 '(5))
Hello world!; Evaluation aborted on #<SIMPLE-ERROR #x18B9B0D6>.
CL-USER> 

Text of error:

No matching bracket
"Hello world!~{~~~D:@<~~A~~>~%~}"
                           ^

   [Condition of type SIMPLE-ERROR]
#1133 fixed list definitions doesn't find definition on first line gz R. Matthew Emerson
Description

reporting bug per:

http://trac.clozure.com/ccl/browser/trunk/source/cocoa-ide/hemlock/src/searchcoms.lisp#L496

#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

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