-
Notifications
You must be signed in to change notification settings - Fork 1k
Detect case-only variance in imports in the root project #1285
Comments
hi - probably some repository corruption. either |
@sdboyer thanks for your help. I tried both Logs are here, same as post:
|
ugh :( i can't reproduce this locally, either - package main
import _ "github.com/Selvatico/go-mocket"
func main() {
} and then run figuring out what combination of conditions is producing the error here is crucial. unless i can reproduce, i'm really not sure what's going on. |
@sdboyer I found my problem, in my code, I wrote import both Very thanks for your help! |
@LYY ahh! yes, while we added support for detecting disagreements in casing across projects, i elected not to add that check within a project, as it would've add a bit more complexity for something that struck me as occurring fairly infrequently. it's probably more common in the root project, though, and we could add a check for that. gonna convert this issue for those purposes... |
EDIT: this issue is focused on an underlying problem described here: #1285 (comment)
go verson:
go1.8.3
os version:
macOS 10.12.6
dep version:
v0.3.1-163-g7b32a476
command:
dep ensure -v
full outputs:
Gopkg.toml
file:What did you expect to see?
The operation should complete successfully.
What did you see instead?
Failed at
grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export github.com/selvatico/go-mocket: : exit status 128
.In another issue #1263 , I changed
go-mocket
version tobranch = "master"
, it gotNo versions of github.com/selvatico/go-mocket met constraints
.The text was updated successfully, but these errors were encountered: