-
-
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
Add ellipsis #1045
Comments
|
Works as expected, in 8940156. |
Is this function waiting to be implemented? Let me know when that's done and I'll continue with #1028 afterwards. |
Ah, so this is an rlang thing. Should it be called as > k_shortest_paths(make_ring(5),1,2)
Error in check_dots_empty() : could not find function "check_dots_empty" |
I guess I need to add |
Thanks, missed that. Waiting for |
One more thing: in my book, the |
The guidelines you cited above are for the C core. High-level interfaces are free to come up with their own guidelines in order to make the generated functions fit better with the conventions of the high-level language. |
Could Stimulus take care of that for the autogenerated code? Do we agree it's a good idea? |
It could, but I'm not sure whether it's in the scope of the project. I'd say that in the long term Stimulus should probably be refactored such that the repo contains the core only and the individual language-specific generators are in the repositories of the higher-level interfaces (with some kind of a plug-in system using Python's standard entry points from |
#1028 (comment)
The text was updated successfully, but these errors were encountered: