[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1343: Unable to create R7RS libraries which don't im
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1343: Unable to create R7RS libraries which don't import quote |
Date: |
Mon, 30 Jan 2017 13:13:28 -0000 |
#1343: Unable to create R7RS libraries which don't import quote
---------------------+--------------------------------
Reporter: ashinn | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: unknown | Version: 4.11.0
Keywords: | Estimated difficulty:
---------------------+--------------------------------
Trying to define an R7RS library which doesn't import quote (e.g. an
aggregate library which just re-exports from other libraries), results in
the following warning and fails to compile:
{{{
Warning: reference to possibly unbound identifier `quote'
Warning: suggesting one of:
Warning: (import r5rs-null)
Warning: (import r4rs-null)
Warning: (import scheme)
Warning: (import r4rs)
}}}
--
Ticket URL: <https://bugs.call-cc.org/ticket/1343>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1343: Unable to create R7RS libraries which don't import quote,
Chicken Trac <=