Re: Testing flag

2009-05-12 Thread Jean-Philippe Bernardy
The idea to having the testing code by default is that developers should not break the testing code, and thus compile it. Users should (in the long run) use the releases, where the testing flag should be disabled. Cheers, JP. On Wed, May 13, 2009 at 4:48 AM, Jeff Wheeler wrote: > On Tue, May 1

Re: Testing flag

2009-05-12 Thread Jeff Wheeler
On Tue, May 12, 2009 at 8:38 PM, Gwern Branwen wrote: Given that yi --self-check doesn't seem to do anything useful here, > and that most users likely won't be running unit tests anyway (they're > supposed to be users, and not developers), why don't we set it to > False? I'm with you; changing

Testing flag

2009-05-12 Thread Gwern Branwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 In the past week or so, I've seen 2 or 3 users run into issues cabal installing yi due to Yi's quickcheck>=2.0 dependency. The dependency is declared under a 'testing' flag, which has no value and so Cabal defaults to True. Given that yi --self-che

Re: darcs patch: removed infinite recursion bug using SimpleMarkInfo fw...

2009-05-12 Thread steffen.sier...@googlemail.com
Next i want to separate the dependent region code from the snippets functionality. Unfortunatelly i don't have much time for hacking yi at the moment : ( so this will take some time (some help is highly appreciated). If you find a bug and create a patch for it i would appreciate if you send me the

Issue 267 in yi-editor: gtk2hs 0.10.1 breaks Yi

2009-05-12 Thread codesite-noreply
Comment #1 on issue 267 by m.niloc: gtk2hs 0.10.1 breaks Yi http://code.google.com/p/yi-editor/issues/detail?id=267 Sorry, ignore the patch. This problem existed in gtk2hs-0.10.0 as well (but seems a bit harder to trigger). -- You received this message because you are listed in the owner or C

Issue 267 in yi-editor: gtk2hs 0.10.1 breaks Yi

2009-05-12 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 267 by m.niloc: gtk2hs 0.10.1 breaks Yi http://code.google.com/p/yi-editor/issues/detail?id=267 1. yi -fpango 2. Resize the window until segfault Please provide relevant version information: What version of Yi are you using?

Issue 265 in yi-editor: Slow pasting

2009-05-12 Thread codesite-noreply
Comment #16 on issue 265 by m.niloc: Slow pasting http://code.google.com/p/yi-editor/issues/detail?id=265 I had another look at this and made a nicer change: Tue May 12 16:00:42 BST 2009 m.ni...@gmail.com * Make paintChars lazier prepareAction calls paintChars to get character positions

patch applied (yi): yi.cabal: Changing syb dependency.

2009-05-12 Thread Deniz Dogan
Tue May 12 10:53:02 EDT 2009 deniz.a.m.do...@gmail.com * yi.cabal: Changing syb dependency. Ignore-this: e3d4de70fae3be4fdddabd0c550ddf4f 0.1.0.1 messes with me, so I changed it to 0.1.0.0. M ./yi.cabal -1 +1 --~--~-~--~~~---~--~~ Yi development mail

patch applied (yi): JS: A bunch of changes (read long desc)

2009-05-12 Thread Deniz Dogan
Tue May 12 10:46:59 EDT 2009 deniz.a.m.do...@gmail.com * JS: A bunch of changes (read long desc) Ignore-this: 77ba1d9bb08ef6f488c7bd8e327e02d3 This patch changes the stroking functionality to no longer use Foldable and instead uses "manual" stroking. This could probably be done with g

Issue 265 in yi-editor: Slow pasting

2009-05-12 Thread codesite-noreply
Comment #15 on issue 265 by m.niloc: Slow pasting http://code.google.com/p/yi-editor/issues/detail?id=265 This small change speeds up Yi in my test from 5.5s to 3.5s. It is ugly and I don't think it should be committed; my only point here is to demonstrate that prepareAction is definitely pe

Re: SYB depedency problem

2009-05-12 Thread Deniz Dogan
2009/5/12 Deniz Dogan : > Since SYB 0.1.0.1 was introduced as a dependency, I'm getting this error: > > skorpan:~/sources/yi$ cabal configure -fvty -fhacking > Resolving dependencies... > Configuring yi-0.6.1... > cabal: At least the following dependencies are missing: > syb >=0.1.0.1 > > skorpan:

patch applied (yi): repaired handling of inserting spaces at beginning of dependent regions

2009-05-12 Thread Jean-Philippe Bernardy
Fri May 8 19:28:10 EDT 2009 steffen.sier...@gmail.com * repaired handling of inserting spaces at beginning of dependent regions Ignore-this: 26833ada93d05e3b98d4b5b11371edea M ./Yi/Snippets.hs -6 +12 --~--~-~--~~~---~--~~ Yi development mailing list yi-d

patch applied (yi): improved handling of SimpleMarkInfo dependent regions

2009-05-12 Thread Jean-Philippe Bernardy
Fri May 8 08:14:48 EDT 2009 steffen.sier...@gmail.com * improved handling of SimpleMarkInfo dependent regions Ignore-this: bcdc15629940e4501a5a5a49443e721c M ./Yi/Buffer/Normal.hs -1 +11 M ./Yi/Snippets.hs -28 +38 --~--~-~--~~~---~--~~ Yi development

SYB depedency problem

2009-05-12 Thread Deniz Dogan
Since SYB 0.1.0.1 was introduced as a dependency, I'm getting this error: skorpan:~/sources/yi$ cabal configure -fvty -fhacking Resolving dependencies... Configuring yi-0.6.1... cabal: At least the following dependencies are missing: syb >=0.1.0.1 skorpan:~/sources/yi$ cabal install syb Resolvin

patch applied (yi): Implementation.hs: Fixing stroking bug.

2009-05-12 Thread Deniz Dogan
Tue May 12 08:41:51 EDT 2009 deniz.a.m.do...@gmail.com * Implementation.hs: Fixing stroking bug. Ignore-this: 40a8dfab9843ff27b76ee972e9dfa6ff Zero-length spans seem to break syntax highlighting, so we filter them out. M ./Yi/Buffer/Implementation.hs -2 +5 --~--~-~--~~-

patch applied (yi): yi.cabal: added syb as build depend

2009-05-12 Thread Anders Karlsson
Tue May 12 07:39:01 EDT 2009 ande...@student.chalmers.se * yi.cabal: added syb as build depend Ignore-this: 23b190648d521cc38f1544e1bbb80b4e M ./yi.cabal +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.c

patch applied (yi): Syntax/Haskell.hs: Fixed some errors and added indentation

2009-05-12 Thread Anders Karlsson
Tue May 12 07:34:46 EDT 2009 ande...@student.chalmers.se * Syntax/Haskell.hs: Fixed some errors and added indentation Ignore-this: 40bec3b78fbbafe71d2afb7f97530f2b M ./Yi/Syntax/Haskell.hs -289 +552 --~--~-~--~~~---~--~~ Yi development mailing list yi-dev

patch applied (yi): Added Dataconstructor style

2009-05-12 Thread Anders Karlsson
Tue May 12 07:31:38 EDT 2009 ande...@student.chalmers.se * Added Dataconstructor style Ignore-this: aa2bd113e1579d86eca72aacdac985d1 M ./Yi/Style.hs +2 M ./Yi/Style/Library.hs +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.

patch applied (yi): BList.hs: added support for syb

2009-05-12 Thread Anders Karlsson
Tue May 12 07:32:51 EDT 2009 ande...@student.chalmers.se * BList.hs: added support for syb Ignore-this: a09a6b5f72ccf444817bb7f2faddbfeb M ./Yi/Syntax/BList.hs -3 +5 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups

patch applied (yi): Mode/Haskell.hs: Added indentation for the experimental haskell mode

2009-05-12 Thread Anders Karlsson
Tue May 12 07:21:32 EDT 2009 ande...@student.chalmers.se * Mode/Haskell.hs: Added indentation for the experimental haskell mode Ignore-this: 3fc5ff796a984eb361acd3d0abbe4b4a M ./Yi/Mode/Haskell.hs -13 +68 --~--~-~--~~~---~--~~ Yi development mailing list