Open awelzel opened 9 months ago
I would have sworn that we were lifting this up now after the recent changes, but indeed I do see this in our baselines, too:
spicy.types.bitfield.anonymous-field
:
[$<anon>=(15, 15), $<anon>=(not set)]
spicy-dump
does lift it up. From the same test:
Test::Foo {
x: 15
y: 15
}
As discussed in Slack, it's a bit surprising that the "lifted" fields are not shown in the string representation of the unit and instead the
$<anon>
part shows up.