-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Much of the @with_kw
functionality has been implemented in Base.@kwdef
, see JuliaLang/julia#29316, which will go into Julia 1.1. Once Julia 1.1 has been release, this should be used in Parameters. The plan could be to keep the @with_kw
macro which would use @kwdef
internally and enhance it with its "missing" features (show, reconstruct, type specific unpack macros, auto-documentation, @assert
s).
Datseris, jlapeyre and garrison