Integer literal exceeds the range of representable integers of type int
Open
Nobody has claimed this yet.
- Dominant language
- OCaml
- Stars
- 25
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
When I install ezgzip with ocaml 4.07.0 in a 32-bit machine
$ opam install ezgzip
I have this error message
File "src/ezgzip.ml", line 140, characters 50-63:
Error: Integer literal exceeds the range of representable integers of type int
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build ezgzip 0.2.1
└─
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 reproducing the reported opam install ezgzip failure with OCaml 4.07.0 on a 32-bit machine, then inspect src/ezgzip.ml at line 140. Done means ezgzip 0.2.1 builds successfully in that environment without the integer-range error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100