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
Right now, project includes defined in projects are ignored by the project cache during generation. We should fix this.
This doesn't allow projects that include sub-project targets, since I wasn't able to continue the work to get the project target resolution into try_from.
If you want all the recursive targets from a project that potentially includes other projects:
let targets = project.resolve_targets_for_project(catalog.optional_projects.underlying)
Right now,
project
includes defined in projects are ignored by the project cache during generation. We should fix this.Originally posted by @conjohnerton in #22 (comment)
The text was updated successfully, but these errors were encountered: