We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document
Via #246 rextendr::document doesn't re-compile in case you change .cargo/config.toml-file.
rextendr::document
.cargo/config.toml
The detection of needing to compile comes from pkgbuild. This extra rust feature was provided by way of r-lib/pkgbuild@2fd13d9
pkgbuild
Here it is clearly stated that rs-files and Cargo.toml are the only sensitive ones to recompilation.
rs
Cargo.toml
There was talk of adding a configurable feature via DESCRIPTION-file, but this was abandoned.
DESCRIPTION
Do we suggest the following additions:
.cargo\config.toml
.cargo\config
**/.cargo/config.toml
rust-toolchain.toml
I'd rather we gather the exact glob-list before making an issue over at pkgbuild.
The text was updated successfully, but these errors were encountered:
How about we track *rs and *toml? Feels like all of them should affect compilation, no? And by we I mean ask {pkgbuild} :)
*rs
*toml
{pkgbuild}
Sorry, something went wrong.
No branches or pull requests
Via #246
rextendr::document
doesn't re-compile in case you change.cargo/config.toml
-file.The detection of needing to compile comes from
pkgbuild
.This extra rust feature was provided by way of r-lib/pkgbuild@2fd13d9
Here it is clearly stated that
rs
-files andCargo.toml
are the only sensitive ones to recompilation.There was talk of adding a configurable feature via
DESCRIPTION
-file, but this was abandoned.Do we suggest the following additions:
.cargo\config.toml
has changed, or.cargo\config
? Actually it needs to be**/.cargo/config.toml
atleast.rust-toolchain.toml
file should also provoke a change.I'd rather we gather the exact glob-list before making an issue over at
pkgbuild
.The text was updated successfully, but these errors were encountered: