make reports error on master branch
Open
Nobody has claimed this yet.
bug
- Dominant language
- Go
- Stars
- 98
- Forks
- 157
- Avg merge
- 28m
- Merged PRs (30d)
- 2
Description
[cauchy@kenan ~/go/src/github.com/pingcap/tipb]$ make
./generate-go.sh
generate go code...
cargo build --features gen
Updating crates.io index
error: Package `tipb v0.0.1 (/Users/cauchy/go/src/github.com/pingcap/tipb)` does not have these features: `gen`
make: *** [rust] Error 101
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 with the make entry point and generate-go.sh, following the rust target that runs cargo build --features gen. Reproduce the failure and inspect how the gen feature is defined or referenced; done means make no longer fails because the package lacks that feature.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100