Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (433 - 435 of 1030)

Ticket Resolution Summary Owner Reporter
#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.

#785 worksforme Trying to drag a file inside the ccl::choose-file-dialog causes a crash ender2012
Description

To reproduce:

  • open clozure cl
  • in the listener type (ccl::choose-file-dialog
  • drag any file in the dialogs main view
  • notice that the application crashes and the following error is reported in the console:
    > Error: FLOATING-POINT-INVALID-OPERATION detected
    > While executing: (:INTERNAL GUI::|-[LispApplication sendEvent:]|), in process Initial(0).
    
#1047 fixed Trunk IDE does not build on OSX 10.7 Tim Bradshaw
Description

See attached transcript, I think this is related to the changes made for 10.8 mentioned on the mailing list.

I tried r15564 which I think is current at the moment.

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