-
Notifications
You must be signed in to change notification settings - Fork 129
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
Subprojects? #228
Comments
The best practices vignette is a good place for our recommendations. The hard part is deciding what subprojects should look like. |
@dapperjapper, do you have more to say on this (from #253)? |
My current use case: checking downstream dependencies (revdepchecks). I have a static basic plan which I use to construct the dependency graph (as a named list). The results from processing this plan are used to create the actual plan, but I also need intermediate results from the basic plan as arguments to rules in the generated plan. I have found that using I'm happy to contribute a vignette that describes the process. I think we should keep this use case in mind when designing the DSL (#233). Ideally, we'll be able to express the entire process (generating dependencies and constructing the plan from these dependencies) in a single |
I see, your plan is changing as it's executing. My current practice in this situation is to chain several For |
I wanted to make the two projects independent of each other, but ultimately decided to include the basic plan into the full plan and avoid |
Agree to postpone this. |
Sounds good. |
Document best practices to run drake subprojects in the context of a larger drake project. Need to wait for an actual use case.
The text was updated successfully, but these errors were encountered: