Problems with `buildFromSdist`
Nobody has claimed this yet.
- Dominant language
- Nix
- Stars
- 240
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
buildFromSdist provides the benefit of checking release-worthiness (something not all Haskell projects care about, because they don't all care to release to Hackage).
But it does so at the expense of causing much pain:
- #238
- #283
- #290
- #292
Can we replace it with something that just works?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the buildFromSdist implementation and the problems described in issues #238, #283, #290, and #292. The issue does not define a replacement or acceptance criteria; done would require agreeing on an alternative that avoids the reported pain while addressing the intended release-worthiness check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100