cpp11 icon indicating copy to clipboard operation
cpp11 copied to clipboard

Remove implicit conversion operators on `sexp`

Open DavisVaughan opened this issue 1 year ago • 0 comments
trafficstars

cpp11 currently allows some somewhat scary implicit conversions between sexp and the 3 types bool, size_t, and double. These are unchecked conversions, and we'd like to remove them. However, doing so breaks readxl, vroom, and supercells, so we sent them PRs for this:

  • [ ] https://github.com/tidyverse/readxl/pull/757
  • [ ] https://github.com/tidyverse/vroom/pull/543
  • [ ] https://github.com/Nowosad/supercells/pull/39

We can merge this once those packages have merged and updated on CRAN

DavisVaughan avatar Aug 22 '24 21:08 DavisVaughan