-
Notifications
You must be signed in to change notification settings - Fork 1k
index out of range #274
Comments
Seems to be an issue with the downstream dep While I don't know much about that package it seems like there needs to be a check on the |
I'm getting the same issue. It prevents me from using |
hi folks, thanks for the issue report. yep, this is def a bug in gps (the solver engine that powers basically everything dep does). this one does actually look pretty straightforward - if the lengths differ on those slices, then we don't even need to make it into the loop to know they're not a match. side note -
This isn't a valid project name - |
I wrote it by hand after the error and before the issue report. Sorry about that. It's unrelated to the issue, tho. |
For sure, definitely unrelated to the issue. It just confirms to me that we need some validation there. It's part of a bigger set of feedback we need to provide to the user, probably (generally, constraints that aren't going to be used b/c there are no corresponding imports) |
#280 Has the fix |
This should now be fixed - if someone could confirm, that'd be great. |
Thanks for fixing it! I confirm that it doesn't panic with I can't make it work with kubernetes/client-go yet, but I'm sure must be the package issue. |
Unless @ganglio reports that they still experience the problem, I think it's safe to close the issue. |
also...makes me think it'd be useful if we had a fully separate integration test, perhaps even protected by a build tag, that we use to assess the init/ensure-ability of certain larger projects. |
@ganglio , what is the version of you git? I was having this problem with git 1.9 (yeah, that old) and I just updated to 2.11 and the problems disappeared. Maybe that can help :) |
@sdboyer thanks for fixing it. It does seem to work now. |
Hello there,
I'm experiencing the following error while executing:
dep ensure -update
Output:
I have a pretty simple manifest:
and no lock file.
Any idea?
The version I'm on is 9a24cac
Thanks!
The text was updated successfully, but these errors were encountered: