Opened 2 years ago
Last modified 12 days ago
#1823 accepted defect
Ship chicken.version module
Reported by: | Mario Domenech Goulart | Owned by: | Mario Domenech Goulart |
---|---|---|---|
Priority: | minor | Milestone: | 6.0.0 |
Component: | unknown | Version: | 5.3.0 |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
CHICKEN 4's setup-api provides version>=?
, whose code is in CHICKEN 5 but not exposed to users. That leads to a lot of copy&paste of that procedure into the source of eggs.
This code could be an egg, but then it is needed by CHICKEN anyway, and has been stable enough not to require any modification along the entire time CHICKEN 5 has been available, so unlikely to require a lot of maintenance in the future.
The following eggs copy&paste the definition from CHICKEN 4:
Additionally, the following CHICKEN code not packaged as eggs duplicate version>=?
:
Change History (1)
comment:1 Changed 12 days ago by
Owner: | set to Mario Domenech Goulart |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.