Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (835 - 837 of 1030)

Ticket Resolution Summary Owner Reporter
#1068 fixed directory and names with "weird" characters gz R. Matthew Emerson
Description
cd /tmp
mkdir "a*x+b.rtfd"
touch  "a*x+b.rtfd/foo"
ccl
(directory "/tmp/a\\*x+b.rtfd/*.*")
> Error: File #P"/tmp/a\\\\\\*x+b.rtfd/foo" does not exist.
> While executing: %ADD-DIRECTORY-RESULT, in process listener(1).
#1076 fixed mailman archive line wrapping R. Matthew Emerson R. Matthew Emerson
Description

Many/most/all archived mailing list messages have long lines.

One example is http://clozure.com/pipermail/openmcl-devel/2009-December/010792.html

The following two links suggest how this can be corrected.

http://wiki.list.org/pages/viewpage.action?pageId=4030605 https://bugs.launchpad.net/mailman/+bug/266467

#1111 fixed compile ccl:tools;asdf.lisp somehow R. Matthew Emerson R. Matthew Emerson
Description

We don't compile asdf.lisp during rebuild-ccl, because it had undesirable compile-time side-effects. See r14804, ticket:773, and ticket:765.

ASDF 3's behavior is supposed to be simplified, so it's probably worth taking a look at this again. It may now be harmless to compile asdf.lisp Or, alternately, we could add a stage to rebuild-ccl that compiles an additional set of files (including asdf.lisp) in the newly-build lisp (via run-program). This would prevent compile-time side-effects from messing up the image.

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