Kirill Müller

Results 638 issues of Kirill Müller

Invoking the move constructor of `external_pointer` clears attributes on an external pointer object. I would expect the third and fourth output to be identical to the second output. A possible...

Currently, a `nullptr` but not an `R_NilValue` can be assigned to an `external_ptr` object. This is inconsistent and surprising, in particular because the roundtrip works correctly the other way. Should...

This PR is based on a state before we used the cpp11 package. The first commit adds a test script. The second commit includes a single file from cpp11 and...

with `immediate = TRUE` . https://sqlite.org/forum/info/1aa65114ef8631dd

feature
help wanted

CRAN search: https://github.com/search?q=org%3Acran+%2F%5B%5E+%5D%40name%5C%5B%5C%5B%3F%5B%22%27a-zA-Z%5D%2F&type=code Affected repositories: - [x] dm - [ ] RMariaDB - [ ] RPostgres - [x] odbc (https://github.com/r-dbi/odbc/issues/710) - [ ] SCDB - [ ] lgrExtra Likely false...

``` r library(DBI) data [1] -4.336809e-19 sql_exp [1] "2.73927602739726037e-03" as.numeric(sql_exp) - data #> [1] 0 ``` Created on 2022-12-09 with [reprex v2.0.2](https://reprex.tidyverse.org) We could use `sprintf("%.17e")` as in the reprex...

bug
help wanted

Update to the develop branch of igraph/C. @Antonov548: Can you please pick up from here? Closes #1296.

blocked
hackathon-topic :calendar:

### What happens, and what did you expect instead? Only about 3 out of 10 runs for the sanitizer actually succeed, most others die with a segfault. I believe this...

bug
c code