elm-lang / elm-platform

Bundle of all core development tools for Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incremental compilation

eirslett opened this issue · comments

How can you do incremental changes to the compiler, and then do a quick incremental compilation of the compiler and elm-make, to do a test compile on a project?
runhaskell BuildFromSource.hs master works, but it takes ~1 minute 30 seconds on my machine, which is a bit long.

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

It's just slow. I think this is a combination of the compiler being complicated and the length of Haskell compile times. Not sure how to make your case nicer.