Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (601 - 603 of 1030)

Ticket Resolution Summary Owner Reporter
#550 fixed Goto Definition (meta-.) should find the current version of function gz Kristian Bredin
Description

If there are multiple versions of a function definition in a file, Meta-. currently leads to the first occurrence.

It should instead find the valid (current) version of the function (the one that is evaluated last). This is oftentimes (but not always) the last version in the buffer.

#554 fixed calling destroy_semaphore() in gc causing ccl hang Gary Byers Osei Poku
Description

Refer to the thread below for more details.

http://clozure.com/pipermail/openmcl-devel/2009-July/009995.html

#555 fixed Two top-level command system bugs Ron Garret
Description

1) TLC'c interact badly with symbol macros. For example:

? (define-symbol-macro pwd 1)
PWD
? pwd
#P"/"
? 

This wouldn't be so bad except that 2) there also seems to be a bug in the top-level command processor for TLCs that take arguments, e.g.:

? :cd "/"
#P"/"
? cd "/"
Too few arguments in call to #<Compiled-function CCL::CD (Non-Global)  #x3000405443CF>:
0 arguments provided, at least 1 required. 
? 
"/"
? 

TLC could use some documentation as well.

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