Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Owner Reporter Resolution Summary
#64 felix winkelmann fixed "maze" benchmark produces incorrect result when compiled wirth -block on x86-64
Description

(reported by mario)

Some initial testing by adding debugging output to bit-test indicates a bit-twiddling problem.

#67 felix winkelmann Ivan Raikov fixed chicken-install handles dependency chains incorrectly
Description

Dependency chains such as a -> b -> c must be handled by installing a first, then b, then c. However, chicken-install creates a list of dependencies of c, and then tries to install them in an order that is not necessarily correct.

For example, the probdist library requires the srfi-4-utils library, which in turns requires srfi-4-comprehensions, which requires srfi-42. `chicken-install probdist' downloads srfi-4-utils, srfi-4-comprehensions, and srfi-42, and then proceeds to try to install srfi-4-comprehensions, which fails because srfi-42 has not been installed yet.

#138 felix winkelmann Ivan Raikov fixed readline: unbound variable
Description

In Chicken 4.2.11, loading the readline module causes the following error:

Error: unbound variable: t894

Call history:

<syntax> (##core#undefined) <eval> (##sys#require (quote readline)) eval <syntax> (import scheme chicken foreign ports data-structures posix) <syntax> (##core#undefined) ##sys#register-compiled-module readline.scm: 328 make-parameter readline.scm: 335 make-parameter

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.