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

Better detection of dependency cycles #880

Merged
merged 8 commits into from
Sep 16, 2021
Merged

Better detection of dependency cycles #880

merged 8 commits into from
Sep 16, 2021

Conversation

LaurentRDC
Copy link
Collaborator

This issue fixes #878

@Minoru
Copy link
Collaborator

Minoru commented Sep 13, 2021

This looks better. It cloned the code, at least. Thanks! Reviewing now; will take a while since I want to compare to the older detector, just in case.

@Minoru
Copy link
Collaborator

Minoru commented Sep 13, 2021

O-o-okay, I distracted myself and haven't taken a look yet. I'll try to get to it tomorrow.

@LaurentRDC
Copy link
Collaborator Author

No rush!

I just validated this fix on my personal website as well.

lib/Hakyll/Core/Runtime.hs Outdated Show resolved Hide resolved
Copy link
Collaborator

@Minoru Minoru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This approach looks great! My remaining comments are fairly minor :)

lib/Hakyll/Core/Runtime.hs Show resolved Hide resolved
tests/Hakyll/Core/Runtime/Tests.hs Show resolved Hide resolved
@Minoru
Copy link
Collaborator

Minoru commented Sep 16, 2021

Okay. Thanks for your work here! 🚀

@Minoru Minoru merged commit 142fc79 into jaspervdj:master Sep 16, 2021
@LaurentRDC LaurentRDC deleted the issue-878 branch September 16, 2021 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency cycle error with async runtime
2 participants