On 9/19/2014 10:41 AM, Scott Wilson wrote: > Im worrying about recursive dependencie. If a.d imports b.d and > b.d imports c.d then I change c.d. > Is a.d compiled again? Yes. > Sometimes it should sometimes it shouldnt. Dependency isn't more fine-grained than who imports who.