delta-io / delta-io/delta-kernel-rs

Semvar CI check should not run with --all-features

Open
#2,003 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.