-
Notifications
You must be signed in to change notification settings - Fork 17
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
Resolve ambiguities #86
base: main
Are you sure you want to change the base?
Resolve ambiguities #86
Conversation
Undone autoformat in rebase.
ChainedVectorIndex.
Undone autoformat in rebase.
where {S<:Base.Broadcast.BroadcastStyle}. Too difficult to know what to do.
@@ -0,0 +1,4 @@ | |||
[deps] |
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.
I'm personally not a fan of test Projects yet; they're undersupported by too many ecosystem tools at the moment.
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.
I wasn't aware or ecosystems that don't support them. But it's OK as long as it works here on Github, right?
Hmmm, why didn't CI run here? |
I assumed CI was not run because I am somehow not approved to be the trigger. It made sense to me that CI would not be triggered by a PR from some random contributor. |
Sorry for the slow response here. Yeah, it's weird though because usually it pops up a button to ask if I want to approve CI for a first-time contributor. But I don't see anyway to kick off a CI run here. That said, here's my thoughts:
|
I have no idea why you aren't given the option to run the CI actions. Maybe Github knows this PR has a scope issue. ;-)
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #86 +/- ##
==========================================
+ Coverage 94.81% 95.40% +0.58%
==========================================
Files 5 4 -1
Lines 1041 1000 -41
==========================================
- Hits 987 954 -33
+ Misses 54 46 -8
☔ View full report in Codecov by Sentry. |
Ok, finally got CI to run; can you take a look at the test failures? 1.3 is probably just too old, so we can bump that up to 1.6. |
I've made some new commits to expand code coverage. |
Resolve the conflicts and I think this is ready to go? |
Track fork origin
Required manual merge of runtests, as the newly included BufferedVectors' tests were added there, but must now be in the SentinelArraysTests module.
I think I resolved the conflict. CI/CD should be run to confirm. (I should maybe have done a FF on my "main" rather than a merge commit from this main, but alas) |
Bump - is there anything holding this up? |
Let me know what you think. I took the liberty of rewriting the tests using ReTest, as it allows for much faster iteration in development.
Maybe besides tests that only test the perceived problem of potential method ambiguities, I should also include some tests that test the actual result of the operations.