theam / haskell-do

:pencil2: :bar_chart: - The Haskell code editor focused on interactive development.
Apache License 2.0
352 stars 31 forks source link

Re-render compilation view only if recently compiled the output #106

Closed mdibaiee closed 7 years ago

mdibaiee commented 7 years ago

fix: mark dirtyCompile as true upon compilation, re-render Compilation view only if dirty fix: split update into three parts: preUpdate, update and postUpdate, this allows us to apply some pre- and post-update changes to the state