[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] Fwd: SRFI-1 egg
From: |
Jörg F . Wittenberger |
Subject: |
[Chicken-hackers] Fwd: SRFI-1 egg |
Date: |
Thu, 14 Jan 2016 19:09:19 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux armv7l; rv:38.0) Gecko/20100101 Icedove/38.4.0 |
sure: forgot the mentioned cross-posting.
-------- Weitergeleitete Nachricht --------
Betreff: SRFI-1 egg
Datum: Thu, 14 Jan 2016 19:01:33 +0100
Von: Jörg F. Wittenberger <address@hidden>
An: chicken-users <address@hidden>
I always was sooo keen to write something nobody needs. ;-)
And as if the uselessness wasn't enough, I'm even cross-posting this
message to chicken-hackers!
Here another egg for the coop:
http://askemos.org/chicken-eggs/srfi-1.release-info
tarball:
http://askemos.org/chicken-eggs/srfi-1.srfi-1-1.0.0.tar.gz
Why? Because there is some ongoing effort to drop srfi-1 from CHICKEN
core and I already went to the hassle to do most of the eggification
labor for an unrelated reason.
Issues:
* There needs to be at least one more version because we need to drop
the "egg-" prefix.
* @Mario: how should we list this? Right now nobody wants to know about
it, except for those working on dropping srfi-1 from core.
* This comes under the name of "srfi-1" but installs as "egg-srfi-1".
chicken-install naturally handles this when called from within the
directory. No idea how badly it might break when it downloads "srfi-1"
but does not find a "srfi-1.meta" inside the tarball.
* @Mario: I tried it under the intended name "srfi-1". This kills
salmonella during install:
Installing......................................
Error: string buffer full: #<output port "(string)">
* When installed under the name of "srfi-1" it installs but does not
work (and requires re-installation of chicken to fix):
#;1> (use srfi-1)
; loading /home/u/build/test//lib/chicken/8/srfi-1.import.so ...
; loading /home/u/build/test//lib/chicken/8/chicken.import.so ...
; loading library srfi-1 ...
#;2> (xcons 1 2)
Error: unbound variable: srfi-1#xcons
((Sure it works under the name "egg-srfi-1".))
/Jörg
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-hackers] Fwd: SRFI-1 egg,
Jörg F . Wittenberger <=