Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (817 - 819 of 1030)

Ticket Resolution Summary Owner Reporter
#1066 duplicate improve coercion to difficult complex types Bike
Description
Welcome to Clozure Common Lisp Version 1.8  (LinuxX8632)!
? (deftype foo () '(complex double-float))
FOO
? (coerce #c(2 4) '(complex double-float))
#C(2.0D0 4.0D0)
? (coerce #c(2 4) 'foo)
> Error: value #C(2 4) is not of the expected type REAL.
> While executing: COMPLEX, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > 

Basically this happens because coerce-to-complex works on the literal type specifier instead of the canonicalized ctype. I've included a small patch to remedy this.

#117 duplicate improve hemlock modeline R. Matthew Emerson R. Matthew Emerson
Description

The hemlock modeline, uh, has a nice personality.

Perhaps consider moving it to the top of the window (like Xcode does, maybe with a pop-up menu of defuns within the file, too), or else moving it down to the bottom of the window, below the minibuffer. Use a different font in any case.

#846 fixed in HELP, say that quotes are required for toplevel cd command Brandon J. Van Every
Description

The toplevel :cd command differs from typical system shell usage in that quotes are required around the directory name. This can create quite a lot of stumbling for a new user, making the command seem broken. This could be alleviated by changing the :? HELP entry for the cd command to:

(:CD DIR) Change to directory DIR. Quotes are required, i.e. (:cd "..")

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