Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (445 - 447 of 1030)

Ticket Resolution Summary Owner Reporter
#1093 fixed directory can't handle /**/ gz Andrew Shalit
Description
Welcome to Clozure Common Lisp Version 1.10-dev-r15846M-trunk  (DarwinX8664)!
? (directory #P"~/directory-with-one-subdirectory/**/")
> Error: The value NIL is not of the expected type STRUCTURE.
> While executing: CCL::%PROCESS-DIRECTORY-RESULT, in process Listener(4).
> Type cmd-. to abort, cmd-\ for a list of available restarts.
> Type :? for other options.
1 > 

This used to work.

Welcome to Clozure Common Lisp Version 1.10-dev-r15778M-trunk  (DarwinX8664)!
? (directory #P"~/directory-with-one-subdirectory/**/")
(#P"/Users/alms/directory-with-one-subdirectory/" #P"/Users/alms/directory-with-one-subdirectory/the-one-subdirectory/")
? 
#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

#1138 fixed Don't do syntax highlighting in text mode gz Shannon Spires
Description

If the editor is in text mode, currently semicolon and #| |# comments are highlighted in color as though they were in a lisp file. This shouldn't happen.

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