Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 of 1030)

Ticket Resolution Summary Owner Reporter
#889 fixed certain symbols with print names like floats cause printer error John Carroll
Description

Simple test case, in 1.7-r14925M (DarwinX8664):

(print '|40s40|)

Error: FLOATING-POINT-OVERFLOW detected

performing SCALE on (0 363797880709171295166015625000 40)

While executing: CCL::FLOAT-AND-SCALE-AND-ROUND, in process listener(1).

The error comes from %parse-number-token, which tries too hard to actually create a float which could have the same printed representation as the symbol print name.

#891 fixed Results of CL:DIRECTORY when symlinks are involved Zach Beane
Description

Based on the discussion at http://clozure.com/pipermail/openmcl-devel/2011-November/013137.html it would be nice to have the following change in CCL:

With a directory structure like this:

    src/bar/foo.asd
    foo/bar -> ../src/bar
    foo/baz/quux.asd

Currently, starting ccl in the "foo" directory and evaluating (directory "*/*.asd") returns only quux.asd. It would be nice if it returned both foo.asd and quux.asd, as most other implementations do.

#892 fixed user-homedir-pathname on Android Helmut Eller
Description

user-homedir-pathname on Android seems to hardcoded to /data/local. CCL could look at the $HOME environment variable first to make this more configurable.

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