forked from elm-lang/elm-make
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix elm-lang#107, make sure cached interfaces for dependencies are older
If the cached .elmi file is older than the source file, it is invalid. So we go through and collect all valid .elmi files. If a cached .elmi file is older than the .elmi files it depends on, it is also invalid. This was the case that was missing. So now we check if all the dependencies are transitively fresh, and if so, that they are all older than our .elmi
- Loading branch information
Showing
1 changed file
with
74 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters