The default mix compile to determine if something is stale is to use the last-modified time on each file.
https://github.com/elixir-lang/elixir/blob/v1.5.2/lib/mix/lib/mix/utils.ex#L141 A checksum should be used instead to determine if a file has changed rather than the last modified time as I have been experiencing issues which cause everything to be recompiled when the file hasn't changed. -- Want to get insights, recommendations and answers from top consultants for free? Head to Discussions <https://expert360.com/community> to ask questions and find answers. ——————————————————————————————————————————————— This email is intended for the sole use of the intended recipient(s) and may contain information that is confidential and/or privileged. Any review or distribution by any other person is prohibited. If you are not an intended recipient, please immediately contact the sender and delete all copies of this email message -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/98dfa8be-e363-4cc2-8834-b2d76e627394%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
