-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels