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
We currently rely on contributors to remember to check all of the return values from s2n_stuffer method. Relying on people to remember this is no ideal because people can forget, and it creates extra friction in PR comments.
Solution:
Similar to #4389, we can enforce that the return values from s2n_stuffer methods are used. This way customers will receive an error message if they forget to check the return value.
Requirements / Acceptance Criteria:
Customers must receive an error when s2n_stuffer return values are not checked.
The text was updated successfully, but these errors were encountered:
Problem:
We currently rely on contributors to remember to check all of the return values from
s2n_stuffer
method. Relying on people to remember this is no ideal because people can forget, and it creates extra friction in PR comments.Solution:
Similar to #4389, we can enforce that the return values from
s2n_stuffer
methods are used. This way customers will receive an error message if they forget to check the return value.Requirements / Acceptance Criteria:
Customers must receive an error when
s2n_stuffer
return values are not checked.The text was updated successfully, but these errors were encountered: