Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (589 - 591 of 1030)

Ticket Resolution Summary Owner Reporter
#106 fixed Can't eval region with package changes gz gz
Description

Start up the IDE, and open an editor window on attached file. Hit cmd-A then Enter. Get error:

Welcome to OpenMCL Version 1.1-pre-070722 (DarwinPPC32)!
? ;Loading #P"/Users/gz/OpenMCL/trunk/ccl/tools/asdf.dfsl"...
? ? ? > Error: Unbound variable: COMMON-LISP-USER::COCOA.ASD

I'm guessing what's happening is that the in-package form is not affecting the rest of the evaluation. It should.

#122 fixed Should create the application bundle from a skeleton gz gz
Description

Currently we build the IDE from a skeleton bundle which is stored in cocoa-ide/Clozure CL.app (or cocoa-ide/OpenMCL.app - being phased out). The skeleton is modified by the build process, which is bad practice.

We should generate the bundle, in a new directory, copying files from a template directory named something other than anything.app, around the time of fake-cfbundle-path. The template dir should contain the nib files and other resources that might be difficult to generate from Lisp, and the rest should be created dynamically.

#140 fixed Convert isearch to be event driven gz gz
Description

Currently incremental search is recursively reading events, which we need to eliminate. The implementation needs be converted to be event driven.

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