Comment on Erlang/OTP 29.0parentComments−s3cur33moI dunno… it’d break a looooot of code if structs were suddenly not also maps. My bet is this becomes a new option you have to manually migrate to.−dnautics3moWould it? I bet you could be very clever with transitional guards and the patching compiler to defensively handle both cases on detection of %{...}
Comments
I dunno… it’d break a looooot of code if structs were suddenly not also maps. My bet is this becomes a new option you have to manually migrate to.
Would it? I bet you could be very clever with transitional guards and the patching compiler to defensively handle both cases on detection of %{...}