Lint.jl icon indicating copy to clipboard operation
Lint.jl copied to clipboard

Warn on large integer constants

Open PallHaraldsson opened this issue 1 year ago • 0 comments

I suggest a warning for (absolute value of) integer literals larger than:

julia> floor(Int, cbrt(typemax(Int)))
2097152

because of (and suggest to use floats): https://discourse.julialang.org/t/the-speed-of-light-is-an-integer-why-should-we-care/40108

PallHaraldsson avatar Oct 17 '22 19:10 PallHaraldsson