-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: a /.. after a ... in an importpath pattern is confusing #37552
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
Comments
Ooh, that's a neat find! I think we should reject patterns that include enough instances of |
may I try to take this issue? |
@howjmay Sure, please feel free to work on this.
|
@jayconrod Thank you so much for indicating >< |
@bcmills @jayconrod |
@howjmay It's fine if there is a Take a look at |
To summarze it, I have to implement 2 more rules here.
Am I right? |
Only the second rule is needed. If a |
Hey @howjmay! Sorry for pinging you, but are you still working on this issue, or is it okay for me to take a stab? |
Hi @tpaschalis may you give me one week more? I am finally figuring it out |
Change https://golang.org/cl/235878 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes. It also reproduces with all versions of
go
(tested up togo1.5
).What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
From inside the root directory of a module:
How are
/..
interpreted when after a...
in a pattern?The text was updated successfully, but these errors were encountered: