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

Expression execution during override detection must not stop setup from being added #1032

Merged
merged 3 commits into from Jun 24, 2020

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Jun 24, 2020

This might fix #1031.

This is not the best possible solution. It would be preferable to require matchers to carry an easily discoverable [Matcher] attribute, such that expressions don't have to be compiled and executed anymore just to discover whether a matcher ran. (Requiring that attribute would be a breaking change, which perhaps we can avoid for a little while longer.)

@stakx stakx added this to the 4.14.4 milestone Jun 24, 2020
@stakx stakx merged commit 56ffe39 into devlooped:master Jun 24, 2020
@stakx stakx deleted the issue-1031 branch June 24, 2020 18:18
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.

NullReferenceException on subsequent setup if expression contains null reference
1 participant