mauro3/Parameters.jl

warning doesn't seem needed

AshtonSBradley opened this issue · 3 comments

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.

Ok, sorry, the deprecation warning is wrong, it should read:
"The macro @pack_Something is deprecated, use @pack_Something!"

do you mean @pack_Something! should be used? (missing ! above?)

Yes. (Edited above) The idea is that it mutates, thus a !.