Better support for ScalaJS/ScalaNative matrices
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 199
- Forks
- 67
- Avg merge
- 6h 24m
- Merged PRs (30d)
- 3
Description
If sbt-crossproject is detected, we should generate a project matrix which corresponds to its usage. This is going to be… more than a little tricky. Probably possible though. The point being that people shouldn't have to manually fiddle with the generated build workflow in order to get parallel JavaScript builds.
For the record, these things all work now, it's just that you can get a prettier and more parallel workflow with better matrix support.
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 inspecting how the plugin detects sbt-crossproject and generates the build workflow. Compare the desired matrix with sbt-crossproject usage, especially parallel JavaScript builds. Done means the generated workflow has better matrix support and no longer requires manual edits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, scala
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100