[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1171: combinatorics: the trick to conditionally
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1171: combinatorics: the trick to conditionally include setup-helper-cock doesn't work |
Date: |
Mon, 01 Dec 2014 04:20:40 -0000 |
#1171: combinatorics: the trick to conditionally include setup-helper-cock
doesn't
work
-------------------------+--------------------------------------------------
Reporter: mario | Owner: klutometis
Type: defect | Status: closed
Priority: major | Milestone: someday
Component: extensions | Version: 4.9.x
Resolution: fixed | Keywords: combinatorics
-------------------------+--------------------------------------------------
Comment(by klutometis):
I wasn't sure why I had to resort to the strange (include "setup-helper")
idiom, since (use setup-helper-mod) worked fine; I remove the chicken-home
from cock altogether and simply define run-cock in the cock egg, which I
include via (use cock).
It seems to install locally; the test is whether it doesn't induce failure
in eggs in systems where cock-utils isn't installed.
The reason that there exist two eggs, cock and cock-utils, is that cock-
utils is a heavy egg with lots of dependencies that I don't want to force
on users who don't intend to generate documentation; cock is just a
reader-macro and setup-utility.
Anyway, let's see if this works.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1171#comment:3>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.