Issue 259 in yi-editor: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6)

2009-04-09 Thread codesite-noreply
Comment #5 on issue 259 by jeffwheeler: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6) http://code.google.com/p/yi-editor/issues/detail?id=259 I've pushed a temporary fix that allows Yi to be run outside Haskell project directories by disabling

patch applied (yi): Disable file/module pane in Pango, temporarily resolving #259

2009-04-09 Thread Jeff Wheeler
Thu Apr 9 18:09:07 EDT 2009 Jeff Wheeler * Disable file/module pane in Pango, temporarily resolving #259 Ignore-this: bdb13bbc97cf3cb371e2336de1adb163 M ./Yi/UI/Pango.hs +6 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http

Re: patch applied (yi): Invoke GHC on every startup

2009-04-09 Thread Jeff Wheeler
On Wed, Apr 8, 2009 at 5:03 AM, Jean-Philippe Bernardy wrote: >  This is experimental: please shout if you think this is too slow. Hmm, I think I do. Previously, Yi launched pretty much instantly, and now this takes about a second while it recompiles. Is there any major advantage for this that

patch applied (yi): Remove indexStreamRegionB

2009-04-09 Thread Jean-Philippe Bernardy
Thu Apr 9 16:42:49 EDT 2009 ke...@sb.org * Remove indexStreamRegionB Ignore-this: 7224114a21127ab3b4c9b995075e6138 indexStreamRegionB, while not deprecated, was only used in conjunction with a Cocoa method byteToCharPicture. This patch removes both byteToCharPicture and indexStreamR

patch applied (yi): Delete charIndexB/byteIndexB/charRegionB/byteRegionB

2009-04-09 Thread Jean-Philippe Bernardy
Thu Apr 9 13:39:50 EDT 2009 ke...@sb.org * Delete charIndexB/byteIndexB/charRegionB/byteRegionB Ignore-this: ef62861c710119ba618be84e65878942 M ./Yi/Buffer/Misc.hs -29 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://gro

Re: Issue 259 in yi-editor: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6)

2009-04-09 Thread Jeff Wheeler
On Thu, 2009-04-09 at 14:06 +0100, Thomas Schilling wrote: > What functionality do you need? > > Scion is functional (just unreleased). It's not quite clear how the > API should look like, though, so expect some changes. > > Currently, Scion allows loading single files or a library/executabl

Re: darcs patch: Yi.UI.Cocoa: Stop using charRegionB/charIndexB/byteIndexB

2009-04-09 Thread Kevin Ballard
Looks like it's being used in conjunction with a function called byteToCharPicture (defined in Yi.UI.Cocoa.TextStorage). I suspect that function can be removed entirely, which means indexedStreamB isn't even necessary here (the points returned from indexStreamRegionB was only used for byteToCharPic

Re: Issue 259 in yi-editor: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6)

2009-04-09 Thread David Waern
2009/4/9 Thomas Schilling : > Currently, Scion allows loading single files or a library/executable from a > .cabal file.  I don't know what Yi's preferred interface is. Yi probably wants to use both of these modes. > Personally, I think Cabal files don't serve too well as a project > description

Re: darcs patch: Yi.UI.Cocoa: Stop using charRegionB/charIndexB/byteIndexB

2009-04-09 Thread Jean-Philippe Bernardy
On Thu, Apr 9, 2009 at 7:38 PM, Kevin Ballard wrote: > indexStreamRegionB is also at the end of Buffer/Misc.hs under the Character > Positions section, but it was never deprecated. I don't know what this > function is used for. Is there anything that should be done with it? It's still used in th

Re: darcs patch: Yi.UI.Cocoa: Stop using charRegionB/charIndexB/byteIndexB

2009-04-09 Thread Kevin Ballard
indexStreamRegionB is also at the end of Buffer/Misc.hs under the Character Positions section, but it was never deprecated. I don't know what this function is used for. Is there anything that should be done with it? -Kevin Ballard On Wed, Apr 8, 2009 at 8:02 AM, Jean-Philippe Bernardy < jeanphilip

patch applied (yi): minor experimental changes

2009-04-09 Thread Jean-Philippe Bernardy
Thu Apr 9 11:03:07 EDT 2009 jeanphilippe.berna...@gmail.com * minor experimental changes M ./Yi/Eval.hs -2 +2 M ./Yi/Users/JP.hs +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--

patch applied (yi): ParserTest/haskell: Added some regression tests

2009-04-09 Thread Anders Karlsson
Wed Apr 8 09:41:35 EDT 2009 ande...@student.chalmers.se * ParserTest/haskell: Added some regression tests Ignore-this: dc7bc0fedde00b7a81bf65a1d7b02e71 A ./ParserTest/haskell/1.hs A ./ParserTest/haskell/10.hs A ./ParserTest/haskell/11.hs A ./ParserTest/haskell/12.hs A ./

patch applied (yi): rope: fix splitAtLine

2009-04-09 Thread Jean-Philippe Bernardy
Thu Apr 9 10:17:00 EDT 2009 jeanphilippe.berna...@gmail.com * rope: fix splitAtLine M ./Data/Rope.hs -1 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~-

Re: Issue 259 in yi-editor: "yi -f pango" gives (Pattern match failure in do expression at Shim/ProjectContent.hs:95:2-6)

2009-04-09 Thread Thomas Schilling
On 4 Apr 2009, at 08:05, Jean-Philippe Bernardy wrote: Does anybody know what happened to Thomas Schilling's Scion? It might actually have the functionality in there... What functionality do you need? Scion is functional (just unreleased). It's not quite clear how the API should look lik