Custom Query (1030 matches)
Results (280 - 282 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #448 | fixed | inspecting sockets | ||
| 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 | ||
| Description |
If I DELETE-PACKAGE a package, which is the current package, I get
And CCL ends up in the kernel debugger, when i try to call functions with unqualified names. |
|||
| #451 | fixed | Add a "Load File" menu-item | ||
| Description |
From: Joakim Sandgren <joakim@…>
And one more, Thank you. Joakim |
|||
