[yi-editor/yi] 44daf1: Pass args to underlying vty process in vte UI (and...

2011-03-25 Thread noreply
Branch: refs/heads/master Home: https://github.com/yi-editor/yi Commit: 44daf1c1f87f4a1446ed8b50264cd500676d0edb https://github.com/yi-editor/yi/commit/44daf1c1f87f4a1446ed8b50264cd500676d0edb Author: Jeff Wheeler Date: 2011-03-25 (Fri, 25 Mar 2011) Changed paths: M yi/src/library/Yi/

Re: Issue 325 in yi-editor: 'hint' package unbuildable on 7.0.1

2011-03-25 Thread yi-editor
Updates: Status: Fixed Comment #2 on issue 325 by jeffwheeler: 'hint' package unbuildable on 7.0.1 http://code.google.com/p/yi-editor/issues/detail?id=325 (No comment was entered for this change.) -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi

Re: Issue 339 in yi-editor: Yi does not install with the latest Haskell platform

2011-03-25 Thread yi-editor
Updates: Status: Fixed Comment #4 on issue 339 by jeffwheeler: Yi does not install with the latest Haskell platform http://code.google.com/p/yi-editor/issues/detail?id=339 New packages should fix this. -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/

Re: Issue 301 in yi-editor: Build failure during install

2011-03-25 Thread yi-editor
Updates: Status: Fixed Comment #14 on issue 301 by jeffwheeler: Build failure during install http://code.google.com/p/yi-editor/issues/detail?id=301 (No comment was entered for this change.) -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: Issue 267 in yi-editor: gtk2hs 0.10.1 breaks Yi

2011-03-25 Thread yi-editor
Updates: Status: Fixed Comment #9 on issue 267 by jeffwheeler: gtk2hs 0.10.1 breaks Yi http://code.google.com/p/yi-editor/issues/detail?id=267 Pango and Vte now compile with 0.12.*. -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Issue 342 in yi-editor: Opening file that doesn't exist fails

2011-03-25 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 342 by jeffwheeler: Opening file that doesn't exist fails http://code.google.com/p/yi-editor/issues/detail?id=342 What steps will reproduce the problem? 1. Launch yi (in my case, with a vim config) 2. Try editing a file that d

Re: Issue 323 in yi-editor: cabal install yi fails.

2011-03-25 Thread yi-editor
Updates: Status: Fixed Comment #2 on issue 323 by jeffwheeler: cabal install yi fails. http://code.google.com/p/yi-editor/issues/detail?id=323 (No comment was entered for this change.) -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: ANN: Yi 0.6.3

2011-03-25 Thread Corey O'Connor
I think two things are necessary in this case: 1. Upgrade GHC to get the GHC package to depend on the same Cabal as yi. 2. Reinstall the dependencies making sure mtl >= 2 is selected. Use "--constraint 'mtl >= 2.0.0'" as a parameter to cabal. There might be a workaround to having to reinstall GHC.

Re: ANN: Yi 0.6.3

2011-03-25 Thread Tony Miller
Great work. After upgrading cabal and installing a couple dependencies(monads-fd and derive) it seems I have almost all the dependencies. Definitely a lot easier than the last time I tried to build Yi. However something is still missing. Do I absolutely need the haskell platform installed? Wouldn't

Re: ANN: Yi 0.6.3

2011-03-25 Thread Jeremy Wall
On Fri, Mar 25, 2011 at 1:23 AM, Jeff Wheeler wrote: > Hi all, > > I'm very excited to announce the first release of Yi since last > summer. It is relatively light on new features, but it finally should > compile nicely on friendly machines. This means, for the most part, > machines with the lates