Update BCR presubmit to use `rules_haskell` instead of running the tests in `rules_haskell`
Nobody has claimed this yet.
- Dominant language
- Starlark
- Stars
- 279
- Forks
- 93
- Avg merge
- 13d 11h
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe.
The intention of the BCR presubmit is to ensure that the module is usable. We should create a workspace that uses the module and run a build/test in that workspace.
Describe the solution you'd like
Add a child workspace that references the parent workspace (local_path_override) and performs a simple haskell build/test.
Describe alternatives you've considered
NA
Additional context
NA
Contributor guide
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 locating the BCR presubmit configuration and how it currently runs tests in rules_haskell. Add a child workspace using local_path_override to reference the parent workspace, then verify that a simple Haskell build and test runs successfully from that workspace.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- build-system, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100