Summary

macOS case-insesitive fs resolves C++ <version> to chicken-install generated VERSION file

Metadata

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)

Changes and comments

[2023-01-11 14:05:14 UTC] sjamaan changed status from new to closed

[2023-01-11 14:05:14 UTC] sjamaan set resolution to fixed

[2023-01-11 14:05:14 UTC] sjamaan wrote:

Fixed with 2f6a7221