Skip to content
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

Generate non-API bindings via xtask #251

Open
JosiahParry opened this issue Jun 29, 2024 · 0 comments
Open

Generate non-API bindings via xtask #251

JosiahParry opened this issue Jun 29, 2024 · 0 comments

Comments

@JosiahParry
Copy link

We need to remove bindgen from the dependencies of libR-sys to ensure that the MSRV is met for CRAN (so silly that an organization that doesn't use Rust can specify an MSRV because they don't want to run rustup update).

Additionally, since R 4.5 is formalizing the C API there are a lot of things that are causing warnings. These two things together make for a bit of a headache.

For those who want to use non-API (in case anyone is using an environment iterator or something), we need to make those available to them.

This has to be done via xtask and stored in existing bindings a la #189

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant