[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1129: import does not complain when passed nonextant
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1129: import does not complain when passed nonextant identifiers |
Date: |
Fri, 06 Jun 2014 20:39:44 -0000 |
#1129: import does not complain when passed nonextant identifiers
----------------------+-----------------------------------------------------
Reporter: sjamaan | Owner: sjamaan
Type: defect | Status: new
Priority: major | Milestone: someday
Component: expander | Version: 4.9.x
Keywords: modules |
----------------------+-----------------------------------------------------
{{{(import (only scheme print))}}} should complain that {{{print}}} isn't
in the {{{scheme}}} module, but it keeps happily going along.
(this is on toplevel; unknown what happens inside a module)
--
Ticket URL: <http://bugs.call-cc.org/ticket/1129>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1129: import does not complain when passed nonextant identifiers,
Chicken Trac <=