indeedeng / indeedeng/iwf

[Known issue] compile error of "not enough arguments in call ..."

Open
#200 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.