[Known issue] compile error of "not enough arguments in call ..."
- Dominant language
- Go
- Stars
- 661
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
This is because of the known issue in Cadence client:
https://github.com/uber-go/cadence-client/issues/1107
https://github.com/uber-go/cadence-client/issues/812
https://github.com/caddyserver/xcaddy/pull/27
The recommended fix is to override the Thrift dependency:
in `go.mod`
```
replace github.com/apache/thrift => github.com/apache/thrift v0.0.0-20190309152529-a9b748bb0e02
```
Contributor guide
Research direction
Start in go.mod and review the linked Cadence client and xcaddy issues for the reported Thrift argument error and dependency context. Verify the project reproduces the compile failure before checking the recommended Thrift override; done means the project compiles without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100