Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (181 - 183 of 1030)

Ticket Resolution Summary Owner Reporter
#783 fixed get-ide-bundle-path returns path in mac format on Windows ender2012
Description

For example if you have ccl cocotron installed to your desktop on a user called mike this method would return /Users/Mike/Desktop/ccl/temp bundle32.app/ instead of C:\Users\Mike\Desktop\ccl\temp bundle 32.app\

#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).
    
#810 worksforme (directoryp (get-ide-bundle-path)) returns nil on the Windows IDE ender2012
Description

This is especially annoying when build an application, because the build-application method uses (directoryp (get-ide-bundle-path)) as error checking and this always returns false on Windows so the build-application fails here.

To reproduce: In the listener simply type (ccl::directoryp (ccl::get-ide-bundle-path)) on the mac this will return t and on the pc it will return false (even though the return from get-ide-bundle-path is clearly a directory). Part of the problem may have to do with (get-ide-bundle-path) returning in a mac oriented format on the PC (it returns something like /Users/Mike... instead c:\users\mike...)

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