CGMossa

Results 120 issues of CGMossa

R-devel is actively redefining what is, and what is not public API. This PR applies the restrictions found here https://github.com/extendr/libR-sys/pull/252#issuecomment-2200273018. Note that we are following @yutannihilation's advice here on `PRESEEN`...

Ran `cargo update -p [email protected] --precise 0.5.5` and then the MSRV is 1.67.1. We are commiting a lockfile here to ensure MSRV is always checked for CRAN complaint.

It has been a long-term goal of mine, to include the totality of the R C-API in `libR-sys`. Right now, `libR-sys` only serves as a sys-crate for `extendr`, and it...

# WORK IN PROGRESS - [x] use CI to generate all the bindings, for all the platforms and all the R versions - [ ] Add feature gate to every...

There is a new syntax for `build.rs` in Rust/cargo 1.77. This entails the use of `metadata` and inclusion of an extra `:` everywhere. Once we upgrade to 1.77, we have...

Fixes #190 Current status: This is compiling, **but it is not producing the right result** as none of the machine are Windows ARM machines, and thus, don't have the right...

These are the changes necessary to update r-polars. I discovered that we could make our macros a bit nicer, so I've done so in: - [x] https://github.com/extendr/extendr/pull/818 We will consider...

- [ ] Remove the branch specific dependency in `Cargo.toml` - [ ] Update `sfconversions` first, see

The issue is seen in https://docs.rs/derive_more/latest/derive_more/derive.AsMut.html# Here's a screenshot: ## Suggestion? It might be this place: ```diff diff --git a/impl/src/lib.rs b/impl/src/lib.rs index eeccdb0..8fc3c7c 100644 --- a/impl/src/lib.rs +++ b/impl/src/lib.rs @@ -134,7...

docs