JeffreySarnoff / SaferIntegers.jl

These integer types use checked arithmetic, otherwise they are as system types.
MIT License
59 stars 9 forks source link

ChangeType not defined with @saferintegers #27

Closed mkitti closed 2 years ago

mkitti commented 2 years ago
julia> @saferintegers begin
           1/ 10^20000
       end
ERROR: LoadError: UndefVarError: ChangeType not defined
Stacktrace:
  [1] changetypes(ex::Expr)
    @ SaferIntegers.SaferIntTypes ~\.julia\dev\SaferIntegers\src\SaferIntTypes.jl:85
  [2] changetype(ex::Expr)
    @ SaferIntegers.SaferIntTypes ~\.julia\dev\SaferIntegers\src\SaferIntTypes.jl:77
...
JeffreySarnoff commented 2 years ago

noted -- thank you, investigating

JeffreySarnoff commented 2 years ago

revisiting (not yet satisfied)

JeffreySarnoff commented 2 years ago

this is not essential to the package --