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

merge gora-examples into gora-core test #31

Closed
enis opened this issue Jun 26, 2010 · 2 comments
Closed

merge gora-examples into gora-core test #31

enis opened this issue Jun 26, 2010 · 2 comments

Comments

@enis
Copy link
Owner

enis commented Jun 26, 2010

Having a separate gora-examples module is very logical and useful for the users. However, all of the tests for gora-core and the other modules depend on the data structures, and jobs at gora-examples. Until now, thanks to ivy, we have managed this as follows:
gora-core compile configuration does not depend on anything,
gora-examples compile dependency depends on gora-core
gora-core tests dependency depends on gora-examples.

What seems a cyclic dependency above was resolved by a clever build order among compile and test dependencies. However, this has proven to be a major source of headaches. So long story short, I propose we merge gora-examples into gora-core.

@enis
Copy link
Owner Author

enis commented Jun 26, 2010

@enis
Copy link
Owner Author

enis commented Jun 26, 2010

Fixed at f29ecc6e7f347dbe0c25d9ced8c359f897a26605.

This issue was closed.
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

No branches or pull requests

1 participant