refactor: make_empty_graph() is now fully auto-generated#1068
refactor: make_empty_graph() is now fully auto-generated#1068aviator-app[bot] merged 2 commits intomainfrom
Conversation
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.
|
|
Why is this urgent? |
|
If you don't want to merge it now your can put it on hold. This was part of verifying that scalar conversion checks are working as intended and there are no crashes |
|
I should mention that this also catches errors that the previous version did not (passing a longer vector where a scalar is expected). I don't see any disadvantage to merging this, quite the contrary. |
|
Is there any reason to delay merging this? Instead of saying it conflicts with the first commit in #1044, I should have said that it replaces that commit. This is not a breaking change, just simplifies codes and uses standard error reporting instead of a custom version. |
|
We can merge right after the 2.0.0 release, hopefully next week, unless the revdepchecks show anything major. |
|
Do we never intend to expose or even use I still need to run revdepchecks on this. |
…ty_attr() igraph_empty_attr() is not needed for the R interface.
8930c11 to
43f14d3
Compare
43f14d3 to
887a4f7
Compare
No
Done
Risk of breakage is very low, but always a good practice to run revdepchecks |
|
Thanks! |
Related to #1140
make_empty_graph()is now fully auto-generated. The custom implementation is no longer needed after #1051.This PR conflicts with the first commit from the draft PR #1044.