Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 1630)

Ticket Resolution Summary Owner Reporter
#336 fixed format-compiler-base overwrites previous definition of `format' azul felix winkelmann
Description

The format-compiler-base module imports the extras unit and so overwrites the existing version of format. Better would be:

(require-library extras) 

(module format-compiler-base ...

(import (except extras format))
...

(newer version of chicken support the except directly in require-extension, but this variant works with older versions)

#1244 fixed bencode: failure in tests Caolan McMahon Mario Domenech Goulart
Description

See http://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2015/12/30/salmonella-report/test/bencode.html

#1248 fixed bencode 1.1.1 reports its version as 1.0.0 Caolan McMahon Mario Domenech Goulart
Description

See https://github.com/caolan/chicken-bencode/blob/1.1.1/bencode.setup#L7

Note: See TracQuery for help on using queries.