Closed hayd closed 9 years ago
I guess it does! Will see if I can correct that if it's an issue. :/
Does this need to be @compat Int(...)
for 0.3?
Not sure, seems like it?
julia> using Compat
julia> Int(0x11)
ERROR: type cannot be constructed
julia> @compat Int(0x11)
17
fixed.
should this be tagged at some point?
Yo @hayd does your editor add a blank line at the end of each file automatically?