Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency cycle error reverses dependencies #1167

Closed
denisdefreyne opened this issue Apr 22, 2017 · 0 comments
Closed

Dependency cycle error reverses dependencies #1167

denisdefreyne opened this issue Apr 22, 2017 · 0 comments

Comments

@denisdefreyne
Copy link
Member

Expected:

The site cannot be compiled because there is a dependency cycle:

    (1) item /e.md, rep :default, uses compiled content of
    (2) item /d.md, rep :default, uses compiled content of
    (3) item /c.md, rep :default, uses compiled content of
    (4) item /b.md, rep :default, uses compiled content of (1)

Actual:

The site cannot be compiled because there is a dependency cycle:

    (1) item /b.md, rep :default, uses compiled content of
    (2) item /c.md, rep :default, uses compiled content of
    (3) item /d.md, rep :default, uses compiled content of
    (4) item /e.md, rep :default, uses compiled content of (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant