influxdata / influxdata/influxdb-comparisons
Compilation error
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 313
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to build bulk_query_gen using go 1.6.
go build
# influxdb-comparisons/cmd/bulk_query_gen
./main.go:38: undefined: NewMongoDevops8Hosts1Hr
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 by running go build in cmd/bulk_query_gen with the reported Go version and inspect main.go:38, where NewMongoDevops8Hosts1Hr is referenced. Trace whether that symbol exists elsewhere in the repository; done means the command builds without the undefined-name error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100