-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add option to make write
more git diff-friendly
#314
Comments
write
more git diff-friendlywrite
more git diff-friendly
With SnoopPrecompile I am almost tempted to eliminate this aspect of SnoopPrecompile altogether (in v3). (One motivation: #312 (comment)) Thoughts? |
Hi @timholy ! In my case, if this feature if removed, I will have some problems and probably will need to write precompilation statements manually. The package works by connecting to a database. All the functions depends on an active connection. The connection to database is protected by a password and I do not want to write it down in the source files. Today, I run SnoopCompile to dump the precompile statements. In this stage, I have a working connection and I manually type the password. |
We have a similar use case, where precompile statements are collected on a different machine to where they are executed, but we use |
The timing comments and sorting of precompile statements by time makes the precompile file a bit unfriendly to git diffs making it tricky to write a bot to update precompile statements.
Perhaps turning those both off could be a kwarg option?
The text was updated successfully, but these errors were encountered: