-
Notifications
You must be signed in to change notification settings - Fork 208
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
Emit errors for ignored execution plan #2352
Emit errors for ignored execution plan #2352
Conversation
Looking at the test results, the test
Enabling/disabling the
So it looks like the
I will try to make changes so that |
66808f2
to
19e3da8
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2352 +/- ##
==========================================
+ Coverage 77.43% 77.45% +0.01%
==========================================
Files 468 470 +2
Lines 29178 29332 +154
==========================================
+ Hits 22594 22718 +124
- Misses 6584 6614 +30
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing it!
This is intended to address #2351.
It seems that user-provided execution plans are silently ignored for non-recursive and subsumptive clauses. I added an explicit error message if a user provides plans that will be ignored.
Maybe this should be a warning, instead, though, as it may break currently-working programs.