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

go/scanner: parsing regression #4043

Closed
dsymonds opened this issue Sep 5, 2012 · 1 comment
Closed

go/scanner: parsing regression #4043

dsymonds opened this issue Sep 5, 2012 · 1 comment

Comments

@dsymonds
Copy link
Contributor

dsymonds commented Sep 5, 2012

As of https://golang.org/cl/6454150/ (rev a14ef77ab98c), this program no longer
parses correctly:
  package x
  import "time"
  const μs = time.Microsecond

The "μs" is not present in the AST.

I'll have a quick dig into it, and punt to gri if I can't figure it out soon.
@dsymonds
Copy link
Contributor Author

dsymonds commented Sep 5, 2012

Comment 1:

Bah, already fixed. I was synced at the wrong point.

Status changed to Duplicate.

Merged into issue #4000.

@dsymonds dsymonds self-assigned this Sep 5, 2012
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants