Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 1630)

Ticket Resolution Summary Owner Reporter
#1755 fixed Make "make clean" remove chicken-config.h Mario Domenech Goulart
Description

The fact that make clean doesn't remove chicken-config.h is a recurrent source of tricky-to-debug installation issues.

This ticket is about making make clean remove chicken-config.h. Since preserving chicken-config.h can be useful for developers, it'd be good to have a variable to indicate that chicken-config.h is to be preserved when processing the clean target (e.g., PRESERVE_CONFIG).

#1754 fixed sandbox egg test fails on missing ##sys#eval-decorator procedure Vasilij Schneidermann
Description

When running chicken-install -test sandbox, the second to last test exercising the fuel limit fails with Error: unbound variable: ##sys#eval-decorator. This can be resolved by replacing the respective call in the sandbox sources with the definition of eval-decorator in core's eval.scm. It's unclear whether that will break compatibility with C4 though.

#1753 fixed macOS case-insesitive fs resolves C++ <version> to chicken-install generated VERSION file Kon Lovett
Description

with a case-insensitive macOS filesystem the C++ header ref <version> appears to be resolved to the cached chicken-install <egg> VERSION file!

In file included from /Users/klovett/.cache/chicken-install/mdh/arith.cpp:36: ... In file included from /Applications/Xcode?.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstddef:37: /Users/klovett/.cache/chicken-install/mdh/version:1:1: error: expected unqualified-id "0.1"

(NOTE noticed w/ mdh egg but really a macOS C++ CI FS issue)

Note: See TracQuery for help on using queries.