warning doesn't seem needed
AshtonSBradley opened this issue · 3 comments
AshtonSBradley commented
Is there any way to turn off the unnecessary warning caused by @pack_Something
:
┌ Warning: The macro `@pack_Something!` is deprecated, use `@pack_Something`
│ caller = ip:0x0
└ @ Core :-1
The warning is about syntax that is not used.
mauro3 commented
Ok, sorry, the deprecation warning is wrong, it should read:
"The macro @pack_Something
is deprecated, use @pack_Something!
"
AshtonSBradley commented
do you mean @pack_Something!
should be used? (missing !
above?)
mauro3 commented
Yes. (Edited above) The idea is that it mutates, thus a !
.