Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 1630)

Ticket Resolution Summary Owner Reporter
#106 fixed allows using config file for make(1) variables felix winkelmann
Description

Currently quite a number of variables must be passed to make(1) to configure the build properly. Optionally allow putting those into a different makefile and use it by invoking make(1) like this:

% make CONFIG=config.mk

See commit c8e248a2a6b8258c51d2f8f994507c6d6c573e09

#107 fixed non-atomic expressions in operator position are suboptimally handled felix winkelmann
Description

Expressions in operator position of procedure calls should be simplified to (possibly temporary) variables to make it easier for the later analysis pass to figure out whether the operator is known. This is done for lambda expressions but not for other non-atomic expressions. This should be generalized by always introducing a temporary.

See commit fb0304220af9473b18e238dbecf88bac25491f27

#108 fixed `installation-prefix` in setup-api is not always valid felix winkelmann
Description

chicken-prefix is, but not installation-prefix. The former can be used to initialize the latter.

See commit 49c33b1401eb859ddcaab090b70beccb95e70b3d

Note: See TracQuery for help on using queries.