-
Notifications
You must be signed in to change notification settings - Fork 452
Infinite loop in vendor experiment in v43 #382
Comments
Can I get the entirety of the debug output as well as the output of 'go env'? Sent from my iPhone
|
Nevermind, realized that your package root has a trailing slash, so this should be fixed in v44. Please let me know! |
Seems to be working now, thanks! Any way to add a test for it? |
@c-knowles I could test the underlying function probably, but I'm not really sure how these paths are being generated in the first place, hence the initial ask for the entire debug output. |
Same problem with Godep v55 and Golang 1.6.
|
Sorry about that. I'll have to spin up a windows machine to test with. |
@DamienFontaine So this looks like a case insensitive issue (which was different, but similar to the original issue). Can you test with a godep built from this branch: https://github.com/tools/godep/tree/pathEqual and confirm if things are fixed or not? |
@freeformz It works, thanks ! |
@DamienFontaine Great. Merged and released as v56. |
I have a basic project not yet using godep with source inside my $GOPATH, when I run
godep save -r
on it the expected result happens but if I set revert all of those changes and then runexport GO15VENDOREXPERIMENT=1
andgodep save -d
it never completes. I get this as part of the debug output:For some reason it gets stuck on the json encoding. The debug output of the packages looks ok. Go version is 1.5
The text was updated successfully, but these errors were encountered: