I remembered this work -- still a fan.
Users want me to provide a simple wrapping macro that engages safer Int types.
Ideally,
@safer_integers begin
# code
end
@safer_integers begin
include("my_toplevel_sourcefile")
end
and each occurance of Int, UInt, Int8, ..., Int128, UInt8, ..., UInt128 is replaced (prepending "Safe").
Any direction or helpful hints?
I remembered this work -- still a fan.
Users want me to provide a simple wrapping macro that engages safer Int types.
Ideally,
and each occurance of
Int,UInt,Int8, ...,Int128,UInt8, ...,UInt128is replaced (prepending "Safe").Any direction or helpful hints?