Issue 106: Clean up error display on failed recompile
http://code.google.com/p/yi-editor/issues/detail?id=106

New issue report by sean.leather:
If a recompile fails, we do one of 2 things:

(1) If no configuration binary exists, we show a somewhat informative
message and attach the string from the ~/.yi/yi.errors.

(2) If a configuration binary already exists, we load the ~/.yi/yi.errors
file to inform the user of errors. However, it's not obvious what is
happening, because there is no attached informative message.

The current difference between #1 and #2 is that the former passes a string
to 'realMain' and the latter executes the user's binary (with
'executeFile') and passes yi.errors as an argument.

We should revisit this issue, so that we can show the same informative
message for both.

Possible solutions:
- Modify the actual yi.errors file with the informative message.
- Modify the main argument handling to Yi such that it can take a string
message and display it.


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to