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

When generating schema, merge schemas from deps #7

Closed
bitwalker opened this issue Jul 19, 2014 · 1 comment
Closed

When generating schema, merge schemas from deps #7

bitwalker opened this issue Jul 19, 2014 · 1 comment
Assignees

Comments

@bitwalker
Copy link
Owner

Right now if you have app A which depends on app B, and both have conform schemas, you have to duplicate B's schema info in A if you want to use the .conf to configure both A and B. We can improve the usability and maintainability of configs by merging schemas from dependencies into the schema of the top-level app when generating it.

Potential issues:

  • Cyclical dependencies, how do we handle them?
  • How deep do we go? One level? N-levels? All the way?
  • Are there undesired side-effects by supporting this functionality
@bitwalker bitwalker self-assigned this Jul 19, 2014
@bitwalker
Copy link
Owner Author

This is implemented now in 0.8.5.

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