Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (241 - 243 of 1030)

Ticket Resolution Summary Owner Reporter
#643 fixed attachment test Gary Byers R. Matthew Emerson
Description

testing attachments

#661 fixed multiple strings on one line colored wrong R. Matthew Emerson
Description

If there are multiple strings on one line, only the last is string-colored; the remainder are comment colored.

Ron Garret reports that this seems to fix it, but that undoubtedly interferes with other stuff that r13186 is trying to do.

(defun gui::set-temporary-character-attributes (layout pos start-line end-line)
...
               (let* ((attr (if (= istart 0)
                              (hemlock::lisp-info-begins-quoted parse-info)
                              (if t  ; (< last-end istart)                                                  <==
                                (hi:character-attribute :lisp-syntax
                                                        (hi::line-character line (1- istart)))
                                :comment)))
#674 fixed (/ (complex 1d160 1)) overflows R. Matthew Emerson
Description

(/ (complex 1d160 1)) overflows

Answer should be #C(1.0d-160 -9.99988867182683d-321)

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