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

Remove IsTopLevelOperation and ITracingIdentifier #1166

Merged
merged 1 commit into from Jul 12, 2020

Conversation

alistairjevans
Copy link
Member

The concept of parent vs child operations were only relevant when Decorators required a brand new ResolveOperation so they got a clean circular dependency stack.

The introduction of the SegmentedStack in #1148 meant we didn't need this construct, and it confuses the diagnostic tracing functionality, so I'm taking it out.

@alistairjevans
Copy link
Member Author

@tillig, apologies for any merge fun you have into your branch; don't know if you want me to just retarget this onto your issue-788 branch?

@tillig
Copy link
Member

tillig commented Jul 11, 2020

Actually, I'll be selfish this time and ask, yeah, please do target my branch and it'll all go in v6 at once. Thanks!

@alistairjevans alistairjevans changed the base branch from v6 to issue-788 July 12, 2020 08:10
@alistairjevans
Copy link
Member Author

Changed target branch to issue-788. Tests are failing, but they were already failing. 😀

Copy link
Member

@tillig tillig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks!

@tillig tillig merged commit 842b86a into autofac:issue-788 Jul 12, 2020
@alistairjevans alistairjevans deleted the remove-toplevel-operation branch July 16, 2020 06:42
@alistairjevans alistairjevans added this to the v6.0 milestone Sep 26, 2020
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.

None yet

2 participants