Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save ElmjutsuDum* files in a customizable folder #169

Open
lucarakuten opened this issue Jul 3, 2019 · 2 comments
Open

Save ElmjutsuDum* files in a customizable folder #169

lucarakuten opened this issue Jul 3, 2019 · 2 comments

Comments

@lucarakuten
Copy link

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.

@halohalospecial
Copy link
Owner

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 :(

@lucamug
Copy link

lucamug commented Jul 4, 2019

Interesting. So I guess the solution is to add a filter to the watcher so that it ignores these files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants