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

`@delete c.a` doesn't require `.a` to be present

Open jariji opened this issue 3 months ago • 1 comments

julia> @delete (;b=1).a
(b = 1,)

I expected an error. Is this intentional?

jariji avatar Sep 07 '25 17:09 jariji

Yeah I guess some checks can be added to a bunch of those methods...

aplavin avatar Sep 07 '25 21:09 aplavin