atom-elmjutsu
atom-elmjutsu copied to clipboard
Save ElmjutsuDum* files in a customizable folder
Now ElmjutsuDum* are saved in the same folder of the elm file, this is causing the watcher to fire and compile the file three times (one when an elm file is modified, one when the ElmjutsuDum* file is created and one when the ElmjutsuDum* file is deleted).
It would be nice to have these files being created in a path specified in the configuration.
Hi @lucarakuten, using temp files is a hack to extract inferred type annotations from elm make. I wasn't able to make it work when temp files are not in the same directory as the source :(
Interesting. So I guess the solution is to add a filter to the watcher so that it ignores these files.