You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
A small part of servant's documentation depends on servant-quickcheck (see this)
It makes it difficult to keep both projects synchronized and buildable since they're not in the same repository. For instance, the servant cookbook doesn't compile because servant-quickcheck doesn't compile against current master. We are in a dependency loop somehow.
How should we fix that?
IMO, there are 2 possibles fixes for this problem :
Move servant-quickcheck into the same repository as servant. This way we would avoid breaking one with the other. Why have they been separated in the first place? Maybe there is a reason that I am not aware of.
Move servant's cookbook testing part into servant-quickcheck repository since it depends on it. It would remove servant's dependency on servant-quickcheck and make it compile with its cookbook.
What do you think?
The text was updated successfully, but these errors were encountered:
I prefer the first solution, but, in the first place, I will obviously remove the servant-quickcheck-specific parts of testing from the servant repository to make the cookbook compile.
A small part of servant's documentation depends on servant-quickcheck (see this)
It makes it difficult to keep both projects synchronized and buildable since they're not in the same repository. For instance, the servant cookbook doesn't compile because servant-quickcheck doesn't compile against current master. We are in a dependency loop somehow.
How should we fix that?
IMO, there are 2 possibles fixes for this problem :
What do you think?
The text was updated successfully, but these errors were encountered: