-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix treat_as_own
#153
Fix treat_as_own
#153
Conversation
Codecov Report
@@ Coverage Diff @@
## release-0.6 #153 +/- ##
============================================
Coverage 77.14% 77.14%
============================================
Files 11 11
Lines 722 722
============================================
Hits 557 557
Misses 165 165
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Is anything broken in 0.6.4 other than the new |
Also we don't need #152, we can just work with a release branch. I'll take care of it. |
Thanks! |
Alas,
I believe this is the same issue. v0.6.3 is the last version my test works with. (This is Julia v1.8.5, but the same issue occurs with v1.7.3 as well.) |
@dhanak if you believe there is still a problem, please open an issue, with details so we can reproduce it (in particular, how you invoked Aqua and on which code) |
#167 - I found a minimal working example. |
Due to a dumb typo on my side (which I definitely should have noticed), the
test_piracy
kwargtreat_as_own
is broken in the0.6.4
release. This fixes it. I propose the following line of action:0.6.4
or just ignore it as we have a newer release anyway (see point 3).test_ambiguities
" #152 to revert the breaking change.test_ambiguities
" #152 to again include the breaking change.Is this fine for you @fingolfin ?