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

cmd/compile/internal/syntax: fix error handling for Read* calls. #17774

Closed
griesemer opened this issue Nov 3, 2016 · 1 comment
Closed

cmd/compile/internal/syntax: fix error handling for Read* calls. #17774

griesemer opened this issue Nov 3, 2016 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@griesemer
Copy link
Contributor

Tracking issue.

Proposal:

  1. If there's any error, we always return the first error, whether there is an errh installed or not.
  2. If an errh is installed, we call it for each error.
  3. If no errh is installed, we exit after the first error.
@griesemer griesemer added this to the Go1.8Maybe milestone Nov 3, 2016
@griesemer griesemer self-assigned this Nov 3, 2016
@quentinmit quentinmit added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 8, 2016
@gopherbot
Copy link

CL https://golang.org/cl/32950 mentions this issue.

@golang golang locked and limited conversation to collaborators Nov 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants