Re: Question about Yi in Cabal Sandbox and Dependencies

2014-07-12 Thread Mateusz Kowalczyk
On 07/12/2014 12:12 PM, Richard Goulter wrote: > I have discovered a bit more. > Sandbox usage has become more convenient with Cabal 1.20. > http://blog.johantibell.com/2014/04/announcing-cabal-120.html > > Johan Tibell emphasises to not use 'cabal install'. > The workflow for a sandbox should the

Re: Question about Yi in Cabal Sandbox and Dependencies

2014-07-11 Thread Mateusz Kowalczyk
On 07/11/2014 12:43 AM, Richard Goulter wrote: > On Friday, July 11, 2014 2:08:13 AM UTC+12, ShanaTsunTsunLove wrote: >> >> On 07/10/2014 06:26 AM, Richard Goulter wrote: >>> Hi, >>> >>> I'm wondering what the easiest way is to "split up" a ~/.config/yi/yi.hs >>> file into multiple .hs files. >

Re: Question about Yi in Cabal Sandbox and Dependencies

2014-07-10 Thread Mateusz Kowalczyk
On 07/10/2014 06:26 AM, Richard Goulter wrote: > Hi, > > I'm wondering what the easiest way is to "split up" a ~/.config/yi/yi.hs > file into multiple .hs files. > (Alas, just putting other .hs files into ~/.config/yi/ didn't work..). I have wondered how to do this before. I think I saw it done

Re: [yi-editor/yi] a42841: update to vty 5.1 interface

2014-06-17 Thread Mateusz Kowalczyk
ase. > On Fri, Jun 13, 2014 at 2:48 PM, Mateusz Kowalczyk > wrote: > >> On 06/13/2014 09:51 PM, Corey O'Connor wrote: >>> Odd... One more experiment, if you'd like: >>> after exiting yi can you try "tput rmcup". If this restores the screen as >>&

Re: [yi-editor/yi] a42841: update to vty 5.1 interface

2014-06-13 Thread Mateusz Kowalczyk
nsole if you want me to try the above again but I can't guarantee when. > > On Sat, Jun 7, 2014 at 5:12 PM, Mateusz Kowalczyk > wrote: > >> On 06/08/2014 01:49 AM, Corey O'Connor wrote: >>> ​I don't know how yi could interfere, but try without y

Re: [yi-editor/yi] a42841: update to vty 5.1 interface

2014-06-07 Thread Mateusz Kowalczyk
e screen is restored as expected. > On Sat, Jun 7, 2014 at 4:31 PM, Corey O'Connor > wrote: > >> No screen or tmux? >> That sounds like the same setup as mine. >> >> >> -Corey O'Connor >> coreyocon...@gmail.com >> http://corebotllc.c

Re: [yi-editor/yi] a42841: update to vty 5.1 interface

2014-06-07 Thread Mateusz Kowalczyk
uivalent to the commands: > > $ tput smcup > > $ tput rmcup > > Which should clear the screen and restore the screen. Try that and see if > it works in your setup. This restores the screen as one would expect. > -Corey O'Connor > coreyocon...@gmail.com > http://c

Re: [yi-editor/yi] a42841: update to vty 5.1 interface

2014-06-07 Thread Mateusz Kowalczyk
On 06/07/2014 10:58 PM, Corey O'Connor wrote: > On Sat, Jun 7, 2014 at 11:52 AM, Mateusz Kowalczyk > wrote: > >> Now if I do the same, I get dropped back in the terminal >> near the top but the screen is not cleared so whatever text was there >> before is still th

Re: [yi-editor/yi] a42841: update to vty 5.1 interface

2014-06-07 Thread Mateusz Kowalczyk
On 06/07/2014 06:21 PM, GitHub wrote: > Branch: refs/heads/master > Home: https://github.com/yi-editor/yi > Commit: a42841dbeb4f716a50b82aa4c71c419f033806d5 > > https://github.com/yi-editor/yi/commit/a42841dbeb4f716a50b82aa4c71c419f033806d5 > Author: Corey O'Connor > Date: 201

Re: segfault / strange closure type crashes

2014-04-17 Thread Mateusz Kowalczyk
On 17/04/14 23:46, Corey O'Connor wrote: > I have not reproduced this crash using GHC 7.8.2. Doesn't narrow the issue > down, but does mean that I have very little motivation to chase this. haha > > Cheers, > Corey > > -Corey O'Connor > coreyocon...@gmail.com > http://corebotllc.com/ > > Perha

Re: yi-0.8 build failure

2014-04-11 Thread Mateusz Kowalczyk
On 11/04/14 17:23, Marcel Fourné wrote: > Hi! > > I'm trying to make an update to the debian package of yi to version > 0.8, but I ran into some errors (first relevant log snippet attached). > > To my untrained eye I'm guessing the import from Control.Lens just > picked up a name clash with the i

Re: installing yi with alex 3.1.13

2014-02-25 Thread Mateusz Kowalczyk
On 24/02/14 04:16, Renick Bell wrote: > I'd like to start playing with Yi, but I'm stuck because of having alex > 3.1.13. What are your recommendations? > > Downloading yi-0.7.0... > Configuring yi-0.7.0... > cabal: The program alex version >=3.0.3 && <=3.1.0 is required but the > version > foun

Re: segfault / strange closure type crashes

2014-01-29 Thread Mateusz Kowalczyk
On 29/01/14 20:24, Corey O'Connor wrote: > I just tried with the ghc-7.8 branch on both Linux and Mac 64bit. The issue > still occurs. > The ticket states x86-64 architecture and Unknown/Multiple for platform. > > > -Corey O'Connor > coreyocon...@gmail.com > http://corebotllc.com/ > > Right, I

Re: segfault / strange closure type crashes

2014-01-29 Thread Mateusz Kowalczyk
On 29/01/14 18:16, Corey O'Connor wrote: > One of my systems (Mac, GHC 7.6.3 64 bit) is encountering a crash > immediately on start. No vty code has been executed in this case. According > to valgrind the stack is the same: crash at evacuate1 in the GC. > > I've reproduced the lint failure with a

Re: segfault / strange closure type crashes

2014-01-28 Thread Mateusz Kowalczyk
On 28/01/14 16:55, Corey O'Connor wrote: > Replacing the output system with blaze-builder did not resolve the > segfaults. Darn. I'm a bit stumped then. Probably a change worth keeping > (-100 lines), but didn't resolve my troubles. > > d8007cb04073f7215742b93b54246ed46a6e2c22 has the blaze-builde

Re: segfault / strange closure type crashes

2014-01-26 Thread Mateusz Kowalczyk
On 27/01/14 02:16, Corey O'Connor wrote: > What version of ghc are you using? > I've reproduced the issue on NixOS 64bit and Mac 10.8 64bit with GHC 7.6.3. > > -Corey O'Connor > coreyocon...@gmail.com > http://corebotllc.com/ > > GHC 7.6.3 -- Mateusz K. -- -- Yi development mailing list yi

Re: segfault / strange closure type crashes

2014-01-26 Thread Mateusz Kowalczyk
On 26/01/14 23:51, Corey O'Connor wrote: > ​The vty repo and SHA I am using are: > > g...@github.com:coreyoconnor/vty.git > 76d91e3ac22fd8dee7c0ae848139f42f6a4f9c4c > > I just pushed the changes required to vty-5.0 branch on yi-editor/yi.git: > 949ee6f16846d7a4d04c108108f0cebdd5816dda > > There is

Re: segfault / strange closure type crashes

2014-01-25 Thread Mateusz Kowalczyk
On 25/01/14 19:14, Michał J Gajda wrote: > Hi Corey, > > It seems that vty 5.0 is still unreleased on Hackage, and I didn't find the > 5.0 tag in vty GitHub repo. > Could you tell which vty version are you pointing to? > -- > Best > Michal > > On Friday, January 24, 2014 11:55:09 PM UTC+1,

Re: segfault / strange closure type crashes

2014-01-25 Thread Mateusz Kowalczyk
On 24/01/14 22:55, Corey O'Connor wrote: > Hi all, > Using GHC 7.6.3 I'm encountering a segfault when using yi. I've been trying > to narrow this down. Has anybody else encountered an issue like this? If > you have encountered a crash then what UI are you using? > > I can only reproduce the crash u

Re: use of the vty escape delay for emacs emulation?

2014-01-23 Thread Mateusz Kowalczyk
us on yi ;-) > > I'm going to work under that assumption for now. Which means that ESC for > meta is broken with vty 5. Hrm. > > Cheers, > Corey > > -Corey O'Connor > coreyocon...@gmail.com > http://corebotllc.com/ > > > On Wed, Jan 22, 2014 a

Re: use of the vty escape delay for emacs emulation?

2014-01-23 Thread Mateusz Kowalczyk
On 23/01/14 01:36, Corey O'Connor wrote: > Hi all, > Can somebody clarify what the desired behavior is for ESC and emacs > emulation? This is not something I actively use and am actually unfamiliar > with the history. I'd like to get the behavior right in vty 5. :-) > > As I understand it: Escape

Re: Misc problems for new user

2014-01-23 Thread Mateusz Kowalczyk
On 11/01/14 16:54, Dario Bertini wrote: > Hi, I built yi yesterday (I tried to get it running 3 years ago already, > but I heard that now yi was much more mature) but I have plenty of problems: > > Today I was unable to get yi -fpango working... when launching it from the > terminal it was just