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

Turn AmbientObserver into MatcherObserver #775

Merged
merged 1 commit into from
Mar 8, 2019

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Mar 8, 2019

This is a refactoring & dead code eliminiation.

AmbientObserver is no longer used to track mock invocations, as all expression reconstruction from delegates now happens on separate recording proxies (thanks to #774 and #767). Give it a new, more accurate name.

Also, remove AmbientObserver from the mock invocation pipeline, it no longer has any effect there.

@stakx stakx added this to the 4.11.0 milestone Mar 8, 2019
`AmbientObserver` is no longer used to track mock invocations, as all
expression reconstruction from delegates now happens on separate
recording proxies. Give it a new, more accurate name.

Also, remove `MatcherObserver` from the mock invocation pipeline, it
no longer has any effect there.
@stakx stakx merged commit 7fc7522 into devlooped:master Mar 8, 2019
@stakx stakx deleted the refactor-ambientobserver branch March 8, 2019 07:30
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

1 participant