[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #1788: Static link file contains bogus unit names
From: |
Chicken Trac |
Subject: |
Re: #1788: Static link file contains bogus unit names |
Date: |
Wed, 29 Sep 2021 17:01:43 -0000 |
#1788: Static link file contains bogus unit names
-------------------------------------+-------------------------------------
Reporter: sjamaan | Owner: felix winkelmann
Type: defect | Status: accepted
Priority: major | Milestone: 5.3
Component: compiler | Version: 5.2.0
Resolution: | Keywords: static linking,
Estimated difficulty: medium | dependencies
-------------------------------------+-------------------------------------
Comment (by felix winkelmann):
I can't quite see how Peter's proposed attempt is cleaner. There is now
one spot, `##sys#process-require`, which, well, processes the `require`
form and decides on both the expansion and whether it is an externally
loadable/linkable module. So no filtering is required, as we try to build
the requirements-list properly from the start.
But if you have a better proposal, go on and provide a patch. I find the
posted solution fine, but have no problem with a different approach, if
others find it to be an improvement.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1788#comment:7>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- #1788: Static link file contains bogus unit names, Chicken Trac, 2021/09/24
- Re: #1788: Static link file contains bogus unit names, Chicken Trac, 2021/09/24
- Re: #1788: Static link file contains bogus unit names, Chicken Trac, 2021/09/27
- Re: #1788: Static link file contains bogus unit names, Chicken Trac, 2021/09/27
- Re: #1788: Static link file contains bogus unit names, Chicken Trac, 2021/09/27
- Re: #1788: Static link file contains bogus unit names, Chicken Trac, 2021/09/27
- Re: #1788: Static link file contains bogus unit names, Chicken Trac, 2021/09/28
- Re: #1788: Static link file contains bogus unit names, Chicken Trac, 2021/09/28
- Re: #1788: Static link file contains bogus unit names,
Chicken Trac <=