paleolimbot opened a new pull request #11936:
URL: https://github.com/apache/arrow/pull/11936
This PR fixes the code that creates arrowExports.cpp so that a regression in
glue 1.5.1 does not cause massive diffs whenever somebody runs the configure
script with `ARROW_R_DEV=true`. I'll also file an issue with glue since this is
probably not intended behaviour; however, it's a small fix to make it work with
both versions and will probably save some PR headache since a new release might
not occur immediately.
How I tested this:
```r
# this
remotes::install_github("cran/[email protected]")
Sys.setenv(ARROW_R_DEV = "true")
remotes::install_github("paleolimbot/arrow/r@r-codegen")
# ...nor this
remotes::install_github("cran/[email protected]")
Sys.setenv(ARROW_R_DEV = "true")
remotes::install_github("paleolimbot/arrow/r@r-codegen")
# ...should cause any diffs in arrowExports.cpp
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]