[Ecls-list] Gray streams

Geo Carncross geocar at gmail.com
Wed Mar 19 02:35:00 UTC 2008


On Mon, Mar 17, 2008 at 12:53 PM, Juan Jose Garcia-Ripoll
<jjgarcia at users.sourceforge.net> wrote:
>  The change of package name, which is essential to provide the generic
>  functions, might break code that imported these classes from the EXT
>  package.

SLIME did this. I added the following to swank-ecl which seems to work:

(if (find-package :gray)
  (import-from :gray *gray-stream-symbols* :swank-backend)
  (import-from :ext *gray-stream-symbols* :swank-backend))

now SLIME works again with ecl...




More information about the ecl-devel mailing list