Changes between Version 1 and Version 2 of Ticket #1788, comment 1
- Timestamp:
- 09/24/21 22:24:50 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1788, comment 1
v1 v2 1 1 The problem seems to be caused by 41a1decf, indeed. Requirements that are among `builtin-features` are handled differently now and end up in `required-libraries` (the `chicken-load#core-unit?` test doesn't filter these out). The only fix I can think of is to add another explicit filtering out of `builtin-features` when populating the .link file. Unfortunately `builtin-features` is only visible in `eval.scm`. 2 3 That this problem appears in `streams.derived` is merely caused by it importing `srfi-9`.