[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1077: Symbols containing newlines don't get quot
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1077: Symbols containing newlines don't get quoted by write |
Date: |
Sun, 02 Feb 2014 20:12:04 -0000 |
#1077: Symbols containing newlines don't get quoted by write
-----------------------------+----------------------------------------------
Reporter: sjamaan | Owner: sjamaan
Type: defect | Status: new
Priority: major | Milestone: 4.9.0
Component: core libraries | Version: 4.8.x
Resolution: | Keywords:
-----------------------------+----------------------------------------------
Comment(by sjamaan):
This first patch is an easy one, but it makes it easier and more self-
contained to remove the private namespace from the compiler itself. It
removes the private namespace from the "csi" program - it is compiled
separately and we can use the regular (declare (hide ...)) to hide any
private variables that user code is not supposed to see.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1077#comment:4>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- Re: [Chicken-janitors] #1077: Symbols containing newlines don't get quoted by write,
Chicken Trac <=