This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
docker/docker: panic #116
Labels
Comments
mmm yeah when we ran into the similar case on windows i was thinking one like this might also exist - where a package in a dep imports a package in the current project. i don't have an explicit test case for it (obviously), but assuming the issue is what i think it is, the fix is straightforward. |
this is related to #114 |
yep, OK. i'm pretty sure i know exactly what this is. if i do, then both the fix and a test case for it should be easy. |
Ah yeah it's a cyclic import
…On Mon, Jan 23, 2017, 18:06 sam boyer ***@***.***> wrote:
yep, OK. i'm pretty sure i know exactly what this is. if i do, then both
the fix and a test case for it should be easy.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#116 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABYNbFtG0mGUm-Lmg32NTDoVyEXY-p_gks5rVVyYgaJpZM4LoxgC>
.
|
but just project-level cyclic, not package-level, right? |
Yeah just swarm imports some subpackages in docker
…On Mon, Jan 23, 2017, 18:10 sam boyer ***@***.***> wrote:
but just project-level cyclic, not package-level, right?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#116 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABYNbG4PYbV50worXIqcYgIIKrVyNOJZks5rVV10gaJpZM4LoxgC>
.
|
Merged
jessfraz
pushed a commit
that referenced
this issue
Jan 24, 2017
This fixes an issue where project cycles involving the root project were erroneously rejected. It should fix #116.
zbintliff
added a commit
to zbintliff/dep
that referenced
this issue
Mar 3, 2017
This fixes an issue where project cycles involving the root project were erroneously rejected. It should fix golang#116.
ibrasho
pushed a commit
to ibrasho-forks/dep
that referenced
this issue
May 10, 2017
This fixes an issue where project cycles involving the root project were erroneously rejected. It should fix golang#116.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
running init on docker/docker after nuking vendor gives:
The text was updated successfully, but these errors were encountered: