Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I will probably land this soon since this is being reported by several built bots and I this should bring the builds back to green. I just wanted the interested parties to see this in case there is some functionality this is testing that I am missing and some additions are needed to cover what you want.
Comment Actions
Just looking at the test I think the main thing this removes is checking that we can show an enum as a combination of more than one value plus some extra number (invalid_scoped_enum_val is only one valid name plus extra).
Thanks for bringing this to our attention. I'm guessing that the formatting code is the same for scoped/non scoped or non typed so I'll add an extra test for the typed enum to cover the multiple values case.