Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (355 - 357 of 1030)

Ticket Resolution Summary Owner Reporter
#447 invalid CCL1.3 darwins problem with delegate object calls, not problem in CCL1.2 Gary Byers Arthur Cater
Description

The essence seems to me to be that when Cocoa #/performClose: calls upon #/windowShouldClose: for the delegate of a instance of a subclassed window, the callout is unsupported by something in CCL v1.3. It works fine in CCL v1.2. The problem was first spotted when testing on a darwinx8664 machine, but that turns out to be a red herring. On Powerbook G4, with OS 10.5.6, with cocoa-application required in both cases, there is a difference between CCL1.2/CCL1.3.

Attached code file gives more explanation.

#448 fixed inspecting sockets R. Matthew Emerson Helmut Eller
Description

I get an error when inspecting tcp sockets:

Welcome to Clozure Common Lisp Version 1.3-dev-r11532M-trunk  (LinuxX8632)!
? (ccl::make-tcp-socket :remote-host "www.google.com" :remote-port 80)
#<BASIC-TCP-STREAM ISO-8859-1 (SOCKET/4) #x149DD8EE>
? (inspect *)
[0]     #<BASIC-TCP-STREAM ISO-8859-1 (SOCKET/4) #x149DD8EE>
[1]     Type: CCL::BASIC-TCP-STREAM
[2]     Class: #<BUILT-IN-CLASS CCL::BASIC-TCP-STREAM>
> Error: Invalid reference to #<BASIC-TCP-STREAM ISO-8859-1 (SOCKET/4) #x149DD8EE> at index 0.
> While executing: #<CCL::STANDARD-KERNEL-METHOD INSPECTOR::LINE-N (INSPECTOR::UVECTOR-INSPECTOR
                                                                    T)>, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > 
#449 fixed Deleting current package gz Stas Boukarev
Description

If I DELETE-PACKAGE a package, which is the current package, I get

Error: #<Deleted Package> is a deleted package . While executing: #<error printing #<Recursive printing error> #x30004001A4BE> #x3000400CD6EE>, in process listener(1).

And CCL ends up in the kernel debugger, when i try to call functions with unqualified names.

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