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

When relaunching: only close program if recompile is successful #4

Open
reinerp opened this issue Jun 19, 2011 · 0 comments
Open

When relaunching: only close program if recompile is successful #4

reinerp opened this issue Jun 19, 2011 · 0 comments
Labels

Comments

@reinerp
Copy link
Contributor

reinerp commented Jun 19, 2011

See http://code.google.com/p/yi-editor/issues/detail?id=355 for the relevant ticket for Yi.

Basically, I would like better control over recompilation. Specifically:

  1. When using the functions in Config.Dyre.Relaunch I don't want to shut down the UI until I know that recompilation has succeeded. If recompilation has failed, I want to abort the relaunch and display the error messages to the user.
  2. (Less important, but still nice.) I would like to be able to recompile the config file without triggering a program relaunch. This is useful in Yi if I want to check that my config file compiles, but I don't want to actually use it (yet). This can mostly be implemented using Config.Dyre.Compile.customCompile, but this function will always trigger a recompile, whereas I only want to recompile when my config file has changed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants