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

Orphan addressing / targeting #4574

Merged
merged 1 commit into from
Jan 21, 2016
Merged

Orphan addressing / targeting #4574

merged 1 commit into from
Jan 21, 2016

Commits on Jan 19, 2016

  1. core: Orphan addressing / targeting

    Instead of trying to skip non-targeted orphans as they are added to
    the graph in OrphanTransformer, remove knowledge of targeting from
    OrphanTransformer and instead make the orphan resource nodes properly
    addressable.
    
    That allows us to use existing logic in TargetTransformer to filter out
    the nodes appropriately. This does require adding TargetTransformer to the
    list of transforms that run during DynamicExpand so that targeting can
    be applied to nodes with expanded counts.
    
    Fixes #4515
    Fixes #2538
    Fixes #4462
    phinze committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    a0d3245 View commit details
    Browse the repository at this point in the history