Summary
generics: missing build dependency specification
Metadata
- Id: 824d031a610f33a426a534950cae9257f449abe3
- Trac id: 1748
- Type: defect
- Reporter: mario
- Owner: juergen
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty: trivial
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version:
- Changetime: 2021-04-19 14:43:37 UTC
- Created: 2021-04-17 11:35:06 UTC
- Keywords: generics
Attachments
- 824d031a610f33a426a534950cae9257f449abe3/attachments/generics.patch
Description
The generic-functions module depends on the generic-helpers module, but the egg build system doesn't specify that dependency.
This issue was exposed by b175ce65fe17c in the chicken-core repository.
Attached is a patch to fix this issue.