Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#25 fixed chicken-install does not order egg version properly felix winkelmann Ivan Raikov
Description

The latest version of the uri-generic egg is 2.1, yet chicken-install insists on installing version 1.12. Clearly, the code that orders egg versions is broken. I had fixed that issue in chicken-setup in Chicken 3, please refer to the version comparison code there and use it in setup-api.

#26 fixed hashing procedures exported by srfi-69 and srfi-13 conflict felix winkelmann
Description

Several hashing-functions (string-hash, ...) are exported from both srfi-13.scm and srfi-69.scm.

We should merge these and put them into the correct file (whichever that is).

#27 fixed unsigned-c-string does not work as advertised felix winkelmann sjamaan
Description

When trying to call a foreign C function that accepts "unsigned char *" arguments, I get compiler warnings "pointer targets in passing argument N of 'X' differ in signedness".

This is caused because unsigned-c-string(*) results in the same generated code as c-string(*). This happens on Chicken 4 and also on the current version of Chicken 3.

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