fix: biconnected_components() now returns edge and vertex sequences again#1213
fix: biconnected_components() now returns edge and vertex sequences again#1213aviator-app[bot] merged 6 commits intomainfrom
biconnected_components() now returns edge and vertex sequences again#1213Conversation
Current Aviator status
This PR was merged using Aviator.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
biconnected_components() now returns edge and vertex sequences again
|
Thanks. We want to move away from using |
|
I can't, as in I don't know how. The generated version is buggy. This would require a change to stimulus. I could have patched |
|
Can you please add a test? Happy to propose something. |
|
I won't have time for a test at the moment, but since this is an obvious bugfix, it would be good to get it out soon ... Of course eventually we'll need a test. If we had one, this breakage would have been detected. |
|
@krlmlr There is already a test for this function. What we need to do is make sure that the components of the result list are named as expected, and are of the correct class ( |
9e85cfc to
c881b0d
Compare
…gain This is s temporary workaround for #1203 until auto-generation is updated to handle this situation.
c881b0d to
38d68e3
Compare
|
5556282 is what I mean by wrapping. I believe there's always a way, our autogeneration is not that bad. The other commits are cosmetics and add a test. |
This is a temporary workaround for #1203 until auto-generation is updated to handle this situation. It restores the 1.2.11 behaviour.
@krlmlr I recommend this for the next bugfix release, but we'll have to find a proper solution later, with auto-generation.