You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO should output only one empty <attribute/> element. In my case it outputted 3.
I think all nils should be ignored (f.ex by using compact internally). Just my take.
Cheers!
The text was updated successfully, but these errors were encountered:
Mostly, I'm just curious how this issue came up. It's not immediately obvious to me how handling nil in this manner is an improvement to end users. FWIW, this behavior is actually documented in the README:
Closing as Won't Fix for now. I'm open to changing this behavior in the next version of Gyoku, however, so if you're reading this and would like this behavior, please speak up.
Gyoko.xml "attribute" => [nil, nil, {}]
IMO should output only one empty
<attribute/>
element. In my case it outputted 3.I think all nils should be ignored (f.ex by using
compact
internally). Just my take.Cheers!
The text was updated successfully, but these errors were encountered: