Re: Version control systems

2008-08-15 Thread Bryan Donlan
On Thu, Aug 14, 2008 at 12:10 PM, Isaac Dupree [EMAIL PROTECTED] wrote: And I wonder why (it sounds like) Git doesn't have tools to do some kind of smart cherrypicking, using a heuristic to decide which patches in a branch are definitely dependencies of the cherry-picked patch. In any case, I

git and sync-all: Why not merge in libraries?

2008-08-07 Thread Bryan Donlan
first somehow (merging $library.git back into ghc.git, as I understand it, should work...). Not sure if I'm missing something here, or if it's impractical for some reason... Thanks, Bryan Donlan ___ Glasgow-haskell-users mailing list Glasgow-haskell

Bug: GHC hangs rather than reporting an occurs check error

2008-03-20 Thread Bryan Donlan
HOLift m (StateT s m) where +instance HOLift (StateT s m) m where genlift = genlift' runStateT StateT instance (HOLift m b, KaosDiagM r b) = KaosDiagM r m where Thanks, Bryan Donlan ___ Glasgow-haskell-users mailing list Glasgow-haskell-users

Re: Bug: GHC hangs rather than reporting an occurs check error

2008-03-20 Thread Bryan Donlan
On Thu, Mar 20, 2008 at 2:38 AM, Bryan Donlan [EMAIL PROTECTED] wrote: Hi all, I've found a case where GHC will hang (consuming more and more memory) when it should report an occurs check error. The test case is at http://fushizen.net/~bd/kaos-ghc.loop.tgz - the error in question

Re: Bug: GHC hangs rather than reporting an occurs check error

2008-03-20 Thread Bryan Donlan
On Thu, Mar 20, 2008 at 10:43 AM, Ian Lynagh [EMAIL PROTECTED] wrote: On Thu, Mar 20, 2008 at 02:38:56AM -0400, Bryan Donlan wrote: http://fushizen.net/~bd/kaos-ghc.loop.tgz This gives me 403 Forbidden. Er, typo: http://fushizen.net/~bd/kaos-ghc-loop.tgz