| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
When the editor-mode flag is specified at startup the server will not start a file watcher process anymore. Instead it only reloads after succesful rebuild commands. This is a lot less fragile than relying on the file system APIs, but will mean that a manual load needs to be triggered after builds that didn't go through purs ide. * Also updates the README under psc-ide/ to be a bit more recent
|
Is this different from noWatch then? |
Sorry, something went wrong.
|
Yeah, since it loads the parsed file and generated ExternsFile after rebuilding into the cache. Look at the change inside Rebuild.hs |
Sorry, something went wrong.
…f-thread This also makes the perf measurement mean something
| Back | FazBrowse Home | New Git URL |
Adds a new flag to the server invocation: --editor-mode
When the editor-mode flag is specified at startup the server will not start a file watcher process anymore. Instead it only reloads after successful rebuild commands. This is a lot less fragile than relying on the file system APIs, but will mean that a manual load needs to be triggered after builds that didn't go through purs ide.
Looking forward to get Feedback :) After using psc-ide more intensively the last months it seems like the file watcher is the most fragile part of the system so I'm looking for ways to circumvent that problem.