[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #1757: Reexport behaving inconsistently
From: |
Chicken Trac |
Subject: |
Re: #1757: Reexport behaving inconsistently |
Date: |
Wed, 14 Jul 2021 09:27:40 -0000 |
#1757: Reexport behaving inconsistently
---------------------------------------+--------------------
Reporter: Idiomdrottning | Owner: (none)
Type: defect | Status: new
Priority: major | Milestone: 5.3
Component: unknown | Version: 5.2.0
Resolution: | Keywords:
Estimated difficulty: |
---------------------------------------+--------------------
Comment (by sjamaan):
hm, found another bug: if you re-export syntax that uses a module-local
variable exported along with it, it cannot be looked up.
So instead of using `reverse` in `frobnicate`, you use `my-reverse`, it
will break if accessed through the `a` module. It does work if accessed
through the `c` module. The weird thing is that it will correctly rename
the module, so I think the dependency simply isn't loaded.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1757#comment:3>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- Re: #1757: Reexport behaving inconsistently, Chicken Trac, 2021/07/14
- Re: #1757: Reexport behaving inconsistently,
Chicken Trac <=
- Re: #1757: Reexport behaving inconsistently, Chicken Trac, 2021/07/14
- Re: #1757: Reexport behaving inconsistently, Chicken Trac, 2021/07/14
- Re: #1757: Reexport behaving inconsistently, Chicken Trac, 2021/07/14
- Re: #1757: Reexport behaving inconsistently, Chicken Trac, 2021/07/16
- Re: #1757: Reexport behaving inconsistently, Chicken Trac, 2021/07/31