Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (700 - 702 of 1030)

Ticket Resolution Summary Owner Reporter
#893 fixed ccl:temp-pathname on Android Gary Byers Helmut Eller
Description

ccl:temp-pathname on Android returns things like #P"/tmp/tmp\\.4.JYCET1462". That's not terribly useful as /tmp does usually not exist or is not accessible from non-root applications.

#1424 duplicate ccldoc: load-to-ccldoc-form: source note map seems to be ignored Michal "phoe" Herda
Description

https://github.com/Clozure/ccldoc/blob/master/source/toplevel.lisp#L40 This is where *nx-source-note-map* is declared to be a map, it is a dynamic binding.

https://github.com/Clozure/ccldoc/blob/master/source/toplevel.lisp#L46 This is where the map is updated.

Is it just me, or is the hashtable not accessed anywhere else in CCLDOC and therefore wasted?

(There should be a CCLDOC component in here.)

#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.

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