Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (328 - 330 of 1030)

Ticket Resolution Summary Owner Reporter
#1120 fixed cffi problem (cl-opengl) Ilya Vazhev
Description

I ran into weird problem with cl-opengl and ccl. Looks like code is generated incorrectly for callbacks and program crashes.

Reproduces on Linux and Windows 64bit. Current trunk 1.10-dev-r15968M-trunk LinuxX8664 and 1.9 release. Up to date cffi_0.11.2, cl-opengl-20131003 from quicklisp.

Attached simple reduced test.

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

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

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