lukexi / stack-ide-sublime

An Sublime Text IDE for Haskell based on stack-ide
27 stars 5 forks source link

Reconfigure module loading, settings loading and test StackIDEManager #22

Closed tomv564 closed 9 years ago

tomv564 commented 9 years ago

Ran into some issues when the testrunner is loading multiple modules instead of just one. I'll leave the PR open for a bit because two major changes were needed:

Load settings in Watchdog and pass down to all dependencies (including selective reloading/reconfiguring)

Regular python and Sublime Text do relative imports differently, see: https://github.com/brianhornsby/sublime_ctags/commit/48f1cd3bcfb8928f4202f43954617029e09aad4c

tomv564 commented 9 years ago

Merging this as I've successfully applied the remaining tests functionality in an upcoming PR.

lukexi commented 9 years ago

Excellent!!