Closed alexzielenski closed 8 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: alexzielenski
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Confirmedt that this fixes my problem, and I no longer see it flipping.
/lgtm
649db6989aaecdd64cc4ea16b76e0d0067664001 included a bugfix for duplicated enum values, but did not account for the re-exported enum values not having identical comments. This led to non-deterministic iteration order over the enum types and an output that would change descriptions almost every time you ran it
This PR is a simple fix by applying a deterministic tie breaker (length). If length is equal, then we take the alphabetically lower godoc.