So I lied: Work took all my time and I had no opportunity to look into
Vty last night. Tonight will hopefully be better hehe.
-Corey O'Connor
On Mon, May 4, 2009 at 4:34 PM, Corey O'Connor wrote:
> I will apply that patch (along with a few others) and push out a new
> release tonight.
>
> Che
I will apply that patch (along with a few others) and push out a new
release tonight.
Cheers,
-Corey O'Connor
On Fri, May 1, 2009 at 6:49 AM, Colin McQuillan wrote:
> Dear Corey,
>
> You're listed as vty maintainer. Could you apply the attached patch to
> fix http://code.google.com/p/yi-editor
Dear Corey,
You're listed as vty maintainer. Could you apply the attached patch to
fix http://code.google.com/p/yi-editor/issues/detail?id=264 ?
Here's a test case:
> import Graphics.Vty
> import Control.Exception
>
> catchLog = handle (\except -> do putStrLn $ show (except :: IOException))
>
>