Changes between Initial Version and Version 1 of Ticket #1788, comment 1
- Timestamp:
- 09/24/21 22:18:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1788, comment 1
initial v1 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-featureswhen populating the .link file. Unfortunately `builtin-features` is only visible in `eval.scm`.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`.