Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (412 - 414 of 1030)

Ticket Resolution Summary Owner Reporter
#389 fixed m-u/m-l/m-c ignore selection gz gz
Description

I expect these to work on current selection if there is one, but they just collapse it and modify one word.

#411 fixed error when compiling arith expression Gary Byers gz
Description
(defconstant $1hour 3600) 
(defun foo (i) 
  (loop with start-delay = $1hour 
        with duration = $1hour 
        collect (loop for i from 0 below 5 
                      as departure = (+ 3416133997 start-delay (* i duration)) 
                      collect departure)))

Results in:

 Error: 27329071976 : value doesn't match constraint :S32CONST in template for CCL::ADD-CONSTANT . 

(in both trunk and working-0711)

#416 fixed Source locations for source files gz gz
Description

COMPILER-FILE arranges for the reader and compiler to conspire to record source location information for functions, but LOAD doesn't, so functions loaded from source don't get source info. They should.

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