Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (805 - 807 of 1030)

Ticket Resolution Summary Owner Reporter
#901 fixed Search files dialog, uncheck "Search Comments" bug p2
Description

On unchecking the Search files Search Comments check box, I'm thrown to the Altconsole with

Error: Unknown checkbox #<NS-BUTTON <NSButton: 0x1166780> (#x1166780)>

While executing: (:INTERNAL GUI::toggleCheckbox:|), in process Initial(0).

1.8-dev-r15113M-trunk (DarwinX8664)

#902 invalid various NSAutoreleaseNoPool() ... autoreleased with no pool in place - just leaking p2
Description

Complete new download, compile, start 1.8-dev-r15161M-trunk (DarwinX8664) on MacOS 10.6.8.

Console warnings include many and various such as:

12/1/16 11:46:13 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x2242830 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
12/1/16 11:46:13 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x2106620 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
12/1/16 11:46:14 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x21069e0 of class NSMenuItem autoreleased with no pool in place - just leaking
12/1/16 11:46:14 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x69b860 of class NSCFNumber autoreleased with no pool in place - just leaking
12/1/16 11:46:14 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x2106a60 of class NSCFDictionary autoreleased with no pool in place - just leaking
12/1/16 11:46:14 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x6aac20 of class NSCFArray autoreleased with no pool in place - just leaking
12/1/16 11:46:14 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x66a050 of class NSCFNumber autoreleased with no pool in place - just leaking
12/1/16 11:46:14 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x2108980 of class NSCFDictionary autoreleased with no pool in place - just leaking
12/1/16 11:46:14 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x5cc030 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
12/1/16 11:46:14 AM	dx86cl64[1032]	*** __NSAutoreleaseNoPool(): Object 0x5c4bf0 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
#907 moved Commandline parameter for shell scripting support CrLF0710
Description

Wonder if it is possible or appropriate to add a commandline parameter just like SBCL's "--script" or ECL's "-shell" switch. Maybe it will accept the pathname of a file to skip the #! line ,load, execute and quit. Any arguments following that are not processed and collected into CCL:*UNPROCESSED-COMMAND-LINE-ARGUMENTS*, just like what "--" did. This can be useful, and I don't see it will break any compatibility.

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