Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (520 - 522 of 1030)

Ticket Resolution Summary Owner Reporter
#440 worksforme CCL:REBUILD-CCL fails on OS X due to untranslated and embedded logical pathnames R. Matthew Emerson David McClain
Description

Attempting to regenerate CCL:

(ccl:rebuild-ccl :full t)

==> Rebuilding Clozure Common Lisp using Version 1.3-RC1-r11719M (DarwinX8632)

Error: Invalid pathname : "ccl:". While executing: CWD, in process listener(1). Type :POP to abort, :R for a list of available restarts. Type :? for other options.

#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 > 
#451 fixed Add a "Load File" menu-item R. Matthew Emerson Andrew Shalit
Description

From: Joakim Sandgren <joakim@…>
Date: April 4, 2009 5:04:22 PM EDT
To: openmcl-devel@…
Subject: [Openmcl-devel] menu

And one more,
Would it be very difficult to add the functionality to choose a file that you will load, instead of having to open it to be able to load it?

Thank you.

Joakim

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