Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (928 - 930 of 1030)

Ticket Resolution Summary Owner Reporter
#482 fixed About Dialog in IDE shows 'version 0.1', while the Listener says 'Version 1.3'. mikel Rainer Joswig
Description

probably generate the About dialog version number from the 'real' version number or use a different wording talking about the Clozure Common Lisp IDE 0.1 based on Clozure Common Lisp 1.3.

#1031 fixed ASH optimization shouldn't assume that types are numeric types Gary Byers
Description

The currently last COND clause in ACODE-OPTIMIZE-ASH tries to inline some calls to ASH based on information about the arguments' types; it erroneously assumes that if the types are subtypes of FIXNUM, they must be represented as NUMERIC-CTYPEs in CCL. Types specified as (e.g.) (MEMBER 23 5) are subtypes of FIXNUM that aren't represented as NUMERIC-CTYPEs.

This clause in ACODE-OPTIMIZE-ASH shouldn't make this assumption.

see http://clozure.com/pipermail/openmcl-devel/2012-November/013919.html

#533 invalid ASDF-INSTALL package is not supplied with ASDF. R. Matthew Emerson Volkan YAZICI
Description

Despite advertised as in HintsForAsdfAndOpenmcl, (find-package 'asdf-install) still returns NIL even after a (require 'asdf) call.

In #ccl@…, Gary Byers told that http://trac.clozure.com/openmcl/changeset/4703 clobbered ASDF/REQUIRE interoperability.

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