Custom Query (1631 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 1631)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#1785 fixed csc man page lists -static-libs but -static is the correct option tkurtbond
Description

The csc man page lists -static-libs as the option for linking with static CHICKEN libraries and extensions, but -static is actually the correction option.

$ csc -version
CHICKEN
(c) 2008-2020, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.2.0 (rev 317468e4)
macosx-unix-clang-x86-64 [ 64bit dload ptables ]
$ csc -static-libs
csc: invalid option `-static-libs'
$ csc -static
csc: no source files specified

I've attached a patch.

#1783 fixed Creation of .types file is not deterministic felix winkelmann
Description

The .types file generated during compilation just iterates over a hash table, which has an order that depends on randomization. The list should be sorted first ti ensure builds are deterministic.

(reported by "ss2")

#1782 wontfix Reduce number of Windows configurations by removing Cygwin support felix winkelmann
Description

There are a confusing number of different build configurations on Windows that cause us nothing but pain, influencing build style, directory separators, shell quoting and egg scripts. This number must be reduced. One first step would be to drop Cygwin support, as WSL makes it somewhat obsolete.

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.