Hacker News new | past | comments | ask | show | jobs | submit login

Does it track changes or changes to the surface area? If I changed the implementation of a function but not the signature, would this cause a rebuild of the dependents?



No, changing the implementation of a function does not cause a rebuild. If support is added for optimizing builds via LLVM's ThinLTO, however, then it might if LLVM decided to inline the function.


Now I see the value, thanks.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: