chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#1822: Specification of minimal required version of CHICKEN in egg files


From: Chicken Trac
Subject: #1822: Specification of minimal required version of CHICKEN in egg files
Date: Sat, 03 Jun 2023 22:30:35 -0000

#1822: Specification of minimal required version of CHICKEN in egg files
-------------------------------------+-------------------------------------
            Reporter:  Mario         |       Type:  defect
  Domenech Goulart                   |
              Status:  new           |   Priority:  major
           Milestone:  6.0.0         |  Component:  core tools
             Version:  5.3.0         |   Keywords:  chicken-install
Estimated difficulty:                |
-------------------------------------+-------------------------------------
 This is about making it possible for egg authors to specify the minimum
 version of CHICKEN required for their eggs in egg files.

 Something like

 {{{
 (minimum-required-chicken-version "5.5.0")
 }}}

 When users try to install eggs, chicken-install should verify whether the
 version of CHICKEN is recent enough to install the requested eggs.

 This gives us more flexibility for making not-so-radical-but-breaking core
 API changes within a major CHICKEN version, still providing good feedback
 to users.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1822>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]