-
Notifications
You must be signed in to change notification settings - Fork 225
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
Rustler recompiles although nothing changed #651
Comments
|
1 - Running
|
Could you test it with |
I'll be running some tests after downgrading. Will be posting again when possible, thanks for the attention |
So far it seems to have worked. I've spent this morning changing code somewhere that would usually cause this issue. I'll be downgrading the version in my main branch, and keep an eye if the issue arises again. Also an important note is that this issue happened to me and another collegue, while others were not facing it. In my case it happened on two different computers. I can provide more information about each enviroment if necessary. |
Hmm, I may have been using @VictorGaiva Can you provide a minimal example that reproduces the issue on your machine? |
I also experienced the frequent recompilation issue, but did not though much of it. Every now and then when i run |
I'll be creating a minimal repo in a few days, and posting it here. |
I have an Umbrella App setup where rustler is being used in a ´Core.QrCode` module.
This module has no external compile time dependency except Rustler
So when we change almost anything, modules that are not related
Core.QrCode
, it recompiles causing many other parts of the application to recompile. Since we are heavily using it in another umbrella app, it trigger the recompilation of 80+ files, even if nothing changed.Is there any way to prevent it from being recompiled when nothing changed?
The text was updated successfully, but these errors were encountered: