Issue 135: Custom Yi should also depend on the mod time of the
libraries that it is going to be linked against.
http://code.google.com/p/yi-editor/issues/detail?id=135
New issue report by coreyoconnor:
1. Using the standard cabal configure/build/install pipeline *not* using
-fhacking
2. configure;build;install
3. Startup the editor.
4. Make a change to the Yi source files. In my case I changed:
hunk ./Yi/Buffer.hs 281
-getPercent a b = show p ++ "%"
+getPercent a b = show p ++ "WOOO%"
5. build;install
6. start up the editor
I'd expect the "WOOO" to show up on the modeline. Instead the same modeline
is displayed as before the change.
Deleting the custom yi in ~/.yi resolves the problem as this triggers a
re-build of the custom yi.
Issue attributes:
Status: Accepted
Owner: coreyoconnor
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
-~----------~----~----~----~------~----~------~--~---