[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1197: Egg: Schelog Error: unbound variable: %set
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1197: Egg: Schelog Error: unbound variable: %set-of |
Date: |
Sat, 05 Sep 2015 16:20:38 -0000 |
#1197: Egg: Schelog Error: unbound variable: %set-of
-------------------------+---------------------
Reporter: bstrecker | Owner:
Type: defect | Status: new
Priority: minor | Milestone: someday
Component: extensions | Version: 4.9.x
Resolution: | Keywords: Schelog
-------------------------+---------------------
Comment (by sjamaan):
I don't know anything about Schelog, but the definition of {{{%more}}}
looks a bit iffy in that it sets {{{schelog:*more-fk*}}} at various points
to a procedure, {{{#f}}} or one of the symbols {{{forward}}} or
{{{more}}}. In any case, that's not why {{{%set-of}}} isn't working; it
is simply omitted from the module declaration in {{{schelog-module.scm}}}.
This is probably just an oversight. The attached patch fixes it.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1197#comment:2>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- Re: [Chicken-janitors] #1197: Egg: Schelog Error: unbound variable: %set-of,
Chicken Trac <=