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
The Docs action for Gloo has been failing due to a nil pointer dereference repeatedly, for example here and here
I have been unable to reproduce this locally or identify a bug through static code analysis
Until the bug is reproduced/identified we can return an error in this case rather than panic in order to better understand the failing behavior when it occurs
The text was updated successfully, but these errors were encountered:
It seems plausible, perhaps even likely, that the behavior will not occur once we stop processing exceedingly old versions which may have inconsistencies with regards to their ChangelogNotes.
This issue being closed since this particular failure seems to occur infrequently, including relative to other failures on the Docs action, and because a potential solution is scoped in another issue (#499)
Should the error recur after we stop processing older versions the issue should be reopened
The Docs action for Gloo has been failing due to a nil pointer dereference repeatedly, for example here and here
I have been unable to reproduce this locally or identify a bug through static code analysis
Until the bug is reproduced/identified we can return an error in this case rather than panic in order to better understand the failing behavior when it occurs
The text was updated successfully, but these errors were encountered: