Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
MichaelChirico created a comment on a pull request on Rdatatable/data.table
Thanks for all this! Honestly, I am not sure it's the best idea to write this page. To me, `.internal.selfref` is really an private implementation detail of the data.table class; over-documentin...
MichaelChirico pushed 1 commit to main r-lib/bit64
- Use type punning to fix -Wstrict-aliasing issue (#127) * use a union to do proper type punning * Add nocov 8f5f49a
MichaelChirico closed an issue on r-lib/bit64
Investigate validity of strict-aliasing compiler warning / workarounds
#110 added some compiler warning suppression, but actually `R CMD check` complains about using those in a `NOTE`: ``` * checking pragmas in C/C++ headers and code ... NOTE File which contains ...MichaelChirico closed a pull request on r-lib/bit64
Use type punning to fix -Wstrict-aliasing issue
Closes #120 h/t Gemini for some help navigating this. I checked that this gives the same results as `main` on a size `1e8` sample. I have no idea how to test the `NA_INTEGER64` region sinc...MichaelChirico opened a pull request on r-lib/bit64
Use type punning to fix -Wstrict-aliasing issue
I checked that this gives the same results as `main` on a size `1e8` sample. I have no idea how to test the `NA_INTEGER64` region since that is unfathomably rare (1/2^64 chance of happening rand...MichaelChirico created a branch on r-lib/bit64
strict-aliasing-warning - An R package with an S3 Class for Vectors of 64bit Integers
MichaelChirico created a branch on r-lib/bit64
runif-tests - An R package with an S3 Class for Vectors of 64bit Integers
MichaelChirico closed a pull request on r-lib/bit64
Remove unneeded/obsolete README
The only useful info here is about building the Rd, which is now obsolete (#124 etc)MichaelChirico opened a pull request on r-lib/bit64
Remove unneeded/obsolete README
The only useful info here is about building the Rd, which is now obsolete (#124 etc)MichaelChirico created a branch on r-lib/bit64
rm-README - An R package with an S3 Class for Vectors of 64bit Integers
MichaelChirico closed a pull request on r-lib/bit64
Remove obsolete scripts
Documentation is now managed by {roxygen2}MichaelChirico opened a pull request on r-lib/bit64
Remove obsolete scripts
Documentation is now managed by {roxygen2}MichaelChirico created a branch on r-lib/bit64
rm-exeec - An R package with an S3 Class for Vectors of 64bit Integers
MichaelChirico created a comment on an issue on r-lib/bit64
`bit64::as.integer64(10L, 20L)` looks wrong, I would not expect this to work, the "workaround" is the canonical approach. The behavior to just ignore all but the first argument is the same as th...
MichaelChirico closed an issue on r-lib/bit64
different results for bit64::as.integer64(10L, 20L) and bit64::as.integer64(c(10L, 20L))
I was looking into a test failure on the development dbplyr (https://github.com/tidyverse/dbplyr/issues/1564) and it seems to be caused by the below. I'm not sure if it is a bug, but I thought I'd ...MichaelChirico pushed 1 commit to master MichaelChirico/funchir
- Devcontainer (#41) * copy .devcontainer from lintr * localize * R ignores de24ddf
MichaelChirico created a branch on MichaelChirico/funchir
devcontainer - R package of convenient functions