Summary
Ship chicken.version module
Metadata
- Id: 1bdf5f5aa0f41f8d52c5f28cda825b07fab42c5c
- Trac id: 1823
- Type: defect
- Reporter: mario
- Owner: mario
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 6.0.0
- Version: 5.3.0
- Changetime: 2026-07-05 10:08:40 UTC
- Created: 2023-06-04 01:01:36 UTC
- Keywords:
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>=?:
Changes and comments
[2025-10-03 18:26:59 UTC] mario changed status from new to accepted
[2025-10-03 18:26:59 UTC] mario set owner to mario
[2026-07-05 10:08:40 UTC] felix wrote:
This has been implemented.