-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
chore: Add checks to generated code #1577
base: main
Are you sure you want to change the base?
Conversation
Current Aviator status
This pull request is currently open (not queued). How to mergeTo merge this PR, comment
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.
|
This pull request failed to merge: some required checks failed. After you have resolved the problem, you should remove the Failed checks: pkgdown |
@szhorvat: Have you seen this error before? Do you think this can be patched in a minimal way?
https://github.com/igraph/rigraph/actions/runs/11724389703/job/32658211635?pr=1577#step:7:41 |
This PR is broken out of #1567. The tests of #1567 pass. Why don't you just merge #1567 instead of trying to separate this out? As I remember, removing the |
1678b3a
to
a49bb8b
Compare
This pull request failed to merge: some required checks failed. After you have resolved the problem, you should remove the Failed checks: pkgdown, Build source R package |
Merging smaller PRs simplifies the review and gives greater confidence. I think we want to strive for a looser coupling between the C library and the R package to allow for more independent development of the two. |
These changes, which clean up the interface, and try to better follow intended semantics (e.g. OPTIONAL vs =NULL) is precisely one step in the direction of more decoupling. But there's still a long way to go to get there. There are a lot of Risms in the interface definition file on the C side that we need to get rid of. |
I don't think it's a good use of time, but if you want to decouple this into pieces, here's what I think can be done:
Doing it in this clean and nice order wasn't realistic for me, as I kept discovering more and more issues while working on the codebase. |
From #1567.