chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] [5] fix handling of types-file + inline-file


From: felix . winkelmann
Subject: [Chicken-hackers] [PATCH] [5] fix handling of types-file + inline-file
Date: Mon, 11 Sep 2017 19:20:25 +0200

Hi!

As pointed out by Kooda, there are a couple of flaws in the handling
and documentation of the "types-file" and "inline-file" egg properties.

See attached patch.

Notes:

- All paths are absolute now. I can't say whether this makes much of
  a difference, but the information is there and I somehow found it nice
  that the scripts are independent of the current working directory.
- Options to csc are passed now, if both static + dynamic compilation
  is used (the default), then the .types and .inline files are only
  generated once.
- types-file only makes sense with -local, but this is not passed
  by default, as modification of toplevel bindings may break scrutinizer
  assumptions. So the property is ineffective in, say, the srfi-1 egg.


felix

Attachment: 0001-ensure-paths-to-types-and-inline-files-are-absolute-.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]