Skip to content
This repository has been archived by the owner on May 7, 2018. It is now read-only.

import cycle not allowed #8

Open
nathany opened this issue Nov 13, 2015 · 2 comments
Open

import cycle not allowed #8

nathany opened this issue Nov 13, 2015 · 2 comments

Comments

@nathany
Copy link

nathany commented Nov 13, 2015

I'm getting an "import cycle not allowed" error on a project when running "vexp". But it doesn't have import cycles (it builds fine).

├── card
├── example
│   └── static
├── fixtures
├── gateway
    ├── chase
    ├── common
    └── globalone
import cycle not allowed
package github.com/company/merchant
    imports github.com/company/merchant/gateway/chase
    imports github.com/company/merchant/card

import cycle not allowed
package github.com/company/merchant/gateway/chase

import cycle not allowed
package github.com/company/merchant
    imports github.com/company/merchant/gateway/chase
    imports github.com/company/merchant/gateway/common

import cycle not allowed
package github.com/company/merchant/gateway/globalone
@kr
Copy link
Owner

kr commented Nov 14, 2015

Yeah, this is probably a bug in vexp. I don't know if I'll have any time to fix it though. :/

@tboerger
Copy link

tboerger commented Dec 8, 2015

Which version still works? I'm not able to use vexp :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants