On Thu, Aug 6, 2009 at 12:10 PM, Will Donnelly<will.donne...@gmail.com> wrote:

> I have rewritten the state handling code in the 'Config.Dyre.Relaunch'
> module. Now there are two variants of every function: one for text
> serialization, and one for binary serialization.

Thanks, Will. The only other issue I see is our use of GetOpt.

I don't immediately see a good solution to this. HConf provided a list
of the options it looked for (`hconfOptions' in HConf.hs) in a format
which we could simply append to our list of options in
Yi.Main.options. Adding a GetOpt dependency for Dyre seems like a
suboptimal solution, but I can't think of a better solution,
unfortunately.

Without the list of options, Yi refuses to start because of
unrecognized arguments. Perhaps it's possible for Dyre to pass along
the flags it doesn't use, or purge those it does use?

Jeff Wheeler

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to