-
Notifications
You must be signed in to change notification settings - Fork 73
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
Access the left and right of an edge as an interval #2531
Conversation
Don't think this is a bad idea - what code do you have where this is good and what is the alternative? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2531 +/- ##
=======================================
Coverage 89.72% 89.72%
=======================================
Files 29 29
Lines 31578 31581 +3
Branches 6117 6118 +1
=======================================
+ Hits 28333 28336 +3
Misses 1853 1853
Partials 1392 1392
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I needed to quickly check whether a tree covered a whole edge. |
Oh! That's a nice example. Seems like a good addition. |
Converting this to a draft as it needs tests. |
Yeah, meant to open as a draft, sorry. |
@hyanwong Is this still something you want to try and merge? |
I guess I might as well. The test will be trivial. |
Ok, planning to get 0.5.9 out soon will add this PR to that. |
4de1dfd
to
db12224
Compare
db12224
to
cfd5df0
Compare
Is this useful at all, or just an extra maintenance burden?