-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Can needs_compilation detect changes on Rust files? #115
Comments
Do you still need this? Would this allow you to use |
We ended up implementing another version of |
OK, do you need anything else apart from the file name extensions? I can add |
Thanks. From a perspective of a Rust user, I'd like to detect the changes on |
Is I am thinking about adding support for a
This would be probably in addition to the current |
Yes, this is the typical structure of an R packages using extendr:
Sounds good to me! |
@yutannihilation I am sorry this has taken so long. I think I'll skip the config option in |
I think so, thanks for addressing this! |
Currently,
sources()
consider only the files that ends with.c*
or.f
. May I send a pull request to add.rs
here? Or, can this provide more general mechanism (e.g. viaoptions()
) that allows users to specify the files to watch on?pkgbuild/R/compile-dll.R
Line 115 in d9717aa
If this is possible, our workflow to develop R packages with Rust code becomes much easier. c.f. extendr/rextendr#56
The text was updated successfully, but these errors were encountered: