delta-io / delta-io/delta-kernel-rs
Semvar CI check should not run with --all-features
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 362
- Forks
- 217
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 91
Description
This turns on internal-api which makes things pub which means things that only "break" internal-api stuff still get flagged as breaking.
Sadly without https://github.com/rust-lang/cargo/issues/3126 we can't just turn off internal-api so we'll need to go through and list out all the features we do want to test with.
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 SemVer CI check and the feature configuration that currently uses --all-features. Enumerate the features that should be tested while excluding internal-api; done means internal-api-only visibility changes no longer trigger breaking-change failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100