protocolbuffers / protocolbuffers/txtpbfmt
undefined: math.MaxInt
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 131
- Forks
- 18
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 2
Description
I got the error below when running go get -u github.com/protocolbuffers/txtpbfmt/cmd/txtpbfmt
github.com/protocolbuffers/txtpbfmt/parser
parser/parser.go:1346:12: undefined: math.MaxInt
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 at parser/parser.go:1346, where the build reports undefined math.MaxInt, and reproduce the failure through go get github.com/protocolbuffers/txtpbfmt/cmd/txtpbfmt. Trace the referenced symbol and verify that the txtpbfmt command builds successfully afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100