Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

You know what grinds my gears?

Name: Anonymous 2010-02-16 5:50

When CCL detects that it's running under comint and for some reason threading capability goes poof.

? (find-symbol "process-run-function")
NIL
NIL


You gotta be shitting me. It works fine when I launch it manually.

Name: Anonymous 2010-02-16 6:55

Get out Kimmo Alm.

Name: Anonymous 2010-02-16 7:54

Result I get in Clozure 1.4 on Win32:

? (find-symbol "PROCESS-RUN-FUNCTION")
PROCESS-RUN-FUNCTION
:INHERITED
? (symbol-package *)
#<Package "CCL">

Make sure you use "PROCESS-RUN-FUNCTION" when searching, as it searches for the symbol name, which will be upcase depending on the readtable that was used when reading said system library code. Disregard what I said if you actually recompiled CCL with readtable-case equal to something other than :upcase.

Name: >>3 2010-02-16 8:07

One more thing, features like threading are usually too fundamental to disappear at runtime, they're usually determined at compile-time. Check your *features*.

Name: Anonymous 2010-02-16 8:58

You're right, thanks. Goddamned default upcasing.

? (find-symbol "PROCESS-RUN-FUNCTION")
PROCESS-RUN-FUNCTION
:INHERITED

Name: Anonymous 2011-02-03 2:21

Name: Anonymous 2011-06-11 1:45

testing

Name: Anonymous 2011-06-11 1:45

testing again

Name: Anonymous 2011-06-11 1:50

testing

Don't change these.
Name: Email:
Entire Thread Thread List