Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (178 - 180 of 1030)

Ticket Resolution Summary Owner Reporter
#1197 fixed load-time-value regression Stas Boukarev
Description

File-compiling (defun ltv ()

(car (load-time-value (list nil))))

Yields (ltv) => #:LOAD-TIME-EVAL and CDR yields ((FUNCALL #<Anonymous Function #x3020066140CF>))

#501 fixed listener doesn't handle input ending with a comment mikel Greg Pfeil
Description
Welcome to Clozure Common Lisp Version 1.3-dev-r12103M-trunk  (DarwinX8664)!
? (+ 2 2)
4
? (+ 2 2) ; test

it then sits there waiting for input. If I back up and remove the comment and hit return again, it works fine.

#1137 fixed list definitions doesn't work unless defs are separated by a blank line Zach Beane R. Matthew Emerson
Description

It appears that collect-definition-lines requires definitions to be separated by blank lines.

Example:

(in-package :cl-user)

(defun foo () 1)
(defun bar () 2)
(defun baz () 3)

M-x list definitions will not show "bar".

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