[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1646: ck-macros egg tests fail due to unknown ck
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1646: ck-macros egg tests fail due to unknown ck-wrapper identifier |
Date: |
Thu, 26 Sep 2019 09:58:36 -0000 |
#1646: ck-macros egg tests fail due to unknown ck-wrapper identifier
--------------------------------+--------------------
Reporter: sjamaan | Owner: (none)
Type: defect | Status: new
Priority: major | Milestone: 5.2
Component: unknown | Version: 5.1.0
Resolution: | Keywords:
Estimated difficulty: medium |
--------------------------------+--------------------
Comment (by sjamaan):
As I suspected, it's a bug in the egg. It included the file which provides
`ck-wrapper` in a `begin-for-syntax` block. This is a helper procedure
which is used by macros, but it is ''also'' exposed to the user. Because
the module does an implicit export of everything via `*`, it only failed
in the tests.
I submitted a [https://gitlab.com/jcroisant/ck-
macros/merge_requests/1|merge requested] to fix this.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1646#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Chicken-janitors] #1646: ck-macros egg tests fail due to unknown ck-wrapper identifier,
Chicken Trac <=