[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] Re: #423: chicken-uninstall -s leaves unicode-char-se
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] Re: #423: chicken-uninstall -s leaves unicode-char-sets in lib/chicken/5 |
Date: |
Wed, 03 Nov 2010 13:25:57 -0000 |
#423: chicken-uninstall -s leaves unicode-char-sets in lib/chicken/5
-------------------------+--------------------------------------------------
Reporter: alanpost | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 4.7.0
Component: extensions | Version: 4.6.x
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Changes (by felix):
* cc: ashinn (added)
Comment:
The `utf8` egg installs several "subextension" (I just made this up): most
of them begin with the string "utf8", so chicken-uninstall will match all
extensions that contain the string "utf8" and remove them. One
subextension unfortunately does not have the "utf8" string in its name, so
it is not matched.
I would recommend to rename this file in the utf8 egg (say `utf8-unicode-
char-sets`).
--
Ticket URL: <http://bugs.call-cc.org/ticket/423#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.