Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not remove return values #26

Open
ggeorgiev opened this issue Aug 31, 2016 · 0 comments
Open

Does not remove return values #26

ggeorgiev opened this issue Aug 31, 2016 · 0 comments

Comments

@ggeorgiev
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant