-
Notifications
You must be signed in to change notification settings - Fork 99
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
When upgrading dependency hash, fpm does not rebuild #837
Comments
Does NOT fix this issue. To fix it, you have to:
then it works. This is a big bug that we have to fix soon. |
Does fpm clean --all work? |
|
I'll try. But that's just a workaround. Fpm I think has all the information that the hash changed and consequently the dependency now has to update. |
Is it possible to update the dependency tree directly by checking the timestamp of the last modification of the Seems that's what meson did? |
When I upgrade the git hash of a dependency in
fpm.toml
, my current project does not rebuild, and consequently the new dependency is not used. Fpm must read the hash of the dependency into the model, and if it changes, it must rebuild.The text was updated successfully, but these errors were encountered: