StructTypes.jl icon indicating copy to clipboard operation
StructTypes.jl copied to clipboard

Fix #92. Unapplied defaults should be checked in `applyfield!`.

Open sunoru opened this issue 2 years ago • 0 comments

I met a problem when trying to deserialize something with JSON3.jl with a default value that isn't in the type fields, and found these lines were defined under the wrong function. It fixes #92 because x is only defined in applyfield! but not in applyfield.

sunoru avatar Sep 14 '23 23:09 sunoru