[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#1802: chicken-install doesn't update outdated cached eggs
From: |
Chicken Trac |
Subject: |
#1802: chicken-install doesn't update outdated cached eggs |
Date: |
Wed, 27 Apr 2022 16:14:56 -0000 |
#1802: chicken-install doesn't update outdated cached eggs
-------------------------------------+-------------------------------------
Reporter: Mario | Type: defect
Domenech Goulart |
Status: new | Priority: minor
Milestone: someday | Component: core tools
Version: 5.3.0 | Keywords: chicken-install
Estimated difficulty: |
-------------------------------------+-------------------------------------
chicken-install doesn't update an egg in case an outdated version of it is
cached.
Example to illustrate the problem:
{{{
$ chicken-install -purge srfi-13
$ chicken-install srfi-13:0.3.1
$ chicken-status srfi-13
srfi-13 ..................................................... version:
0.3.1
$ chicken-install srfi-13
$ chicken-status srfi-13
srfi-13 ..................................................... version:
0.3.1
}}}
The expected output (according to Felix) of the second execution of
chicken-status should show 0.3.2, which is the latest version of srfi-13
at the time of writing of this ticket.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1802>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- #1802: chicken-install doesn't update outdated cached eggs,
Chicken Trac <=