Skip to content

Conversation

neonichu
Copy link
Collaborator

Currently, we only consider direct dependencies when looking up configured targets in the product plan, leading to use of the fallback in more cases than necessary. I am intentionally keeping the .only here since we don't have a great way of deciding the correct target if there's more than one, though maybe we should just bias towards the platform of clientTarget since the fallback will do that anyway?

Another thing I am not sure about is what impact this will have on perf since computing the transitive closure will definitely be a heavier operation than what we are currently doing.

I'd also like to add a test which exposes a case where using the primary case instead of the fallback is beneficial.

Currently, we only consider direct dependencies when looking up configured targets in the product plan, leading to use of the fallback in more cases than necessary. I am intentionally keeping the `.only` here since we don't have a great way of deciding the correct target if there's more than one, though maybe we should just bias towards the platform of `clientTarget` since the fallback will do that anyway?

Another thing I am not sure about is what impact this will have on perf since computing the transitive closure will definitely be a heavier operation than what we are currently doing.

I'd also like to add a test which exposes a case where using the primary case instead of the fallback is beneficial.
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

Successfully merging this pull request may close these issues.

1 participant