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
When a return argument is removed it does not remove them from the return statements.
It seems equally tricky detecting where the ZERO value should be added as it is to be removed. Seems to me having these working in both directions will be very useful.
I personally would make it detecting if the current return statement fits the pattern:
ZERO1, ..., ZEROn, error and in this case replace it - in both directions - and I would not touch any of the others, because it makes it error prone.
The text was updated successfully, but these errors were encountered:
When a return argument is removed it does not remove them from the return statements.
It seems equally tricky detecting where the ZERO value should be added as it is to be removed. Seems to me having these working in both directions will be very useful.
I personally would make it detecting if the current return statement fits the pattern:
ZERO1, ..., ZEROn, error and in this case replace it - in both directions - and I would not touch any of the others, because it makes it error prone.
The text was updated successfully, but these errors were encountered: