Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (886 - 888 of 1030)

Ticket Resolution Summary Owner Reporter
#1235 notabug --quiet doesn't suppress new banner in 1.10-r16196 Derrell Piper
Description

fluffy% ccl --quiet

Welcome to Clozure Common Lisp Version 1.10-r16196 (DarwinX8664)!

CCL is developed and maintained by Clozure Associates. For more information about CCL visit http://ccl.clozure.com. To enquire about Clozure's Common Lisp consulting services e-mail info@… or visit http://www.clozure.com.

?

#1352 fixed Hard pathname in ASDF in v1.11 R. Matthew Emerson David McDonald
Description

I just downloaded CCL 1.9 from the Apple App Store. When I tried loading one of my systems using ASDF I got the following error Can't create directory "/Users/rme/". One of my colleagues suggests that "rme" may well be one of you. In any event they're not a user on my system and all my systems are dead in the water. (Until I get SBCL running ;-)

#1109 fixed CCL Windows: output from ccl:fasl-concatenate is "not a FASL file" Dave
Description

So I'm trying to get the ASDF test suite running on Windows, and tracked this down as one of the failures for CCL (32-bit and 64-bit). (there were 5 failures out of 47 tests, I haven't looked at the rest yet).

This can be replicated as follows (with files from

https://www.dropbox.com/sh/jc2cqwpkp06dupm/7lgyRUdwZ5/cl/tests/simple

):

[below, substitute ".../'" for your actual path to the test files]:

(lisp-implementation-version)

"Version 1.9-r15765 (WindowsX8664)"

(compile-file ".../try1")

(compile-file ".../try2")

(ccl:fasl-concatenate ".../try.wx64fsl" (list ".../try1.wx64fsl" ".../try2.wx64fsl"))

(load ".../try.wx64fsl")

ERROR: Not a FASL file.

Does anyone recognize what might be going on?

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