Re: [GHC] #1275: ghci debugger is broken in the HEAD

2007-04-16 Thread Simon Marlow
Ian Lynagh wrote: On Sat, Apr 14, 2007 at 05:36:57PM -, GHC wrote: #1275: ghci debugger is broken in the HEAD Thanks, we are aware of this, we believe it is related to Wolfgang' patches changing the symbol names of datacons. But Bernie will be out for the next two weeks or so, and I

[GHC] #1277: illegal chars accepted in literal strings

2007-04-16 Thread GHC
#1277: illegal chars accepted in literal strings --+- Reporter: [EMAIL PROTECTED] | Owner: Type: bug| Status: new Priority: normal

Re: [GHC] #1277: illegal chars accepted in literal strings

2007-04-16 Thread GHC
#1277: illegal chars accepted in literal strings ---+ Reporter: [EMAIL PROTECTED] | Owner: Type: merge | Status: new Priority: normal

[GHC] #1278: filepath’s makeRelative d oes not work for relative directories

2007-04-16 Thread GHC
#1278: filepath’s makeRelative does not work for relative directories -+-- Reporter: [EMAIL PROTECTED] | Owner: Type: bug | Status: new Priority: normal

Re: [GHC] #1278: filepath’s makeRelat ive does not work for relative directories

2007-04-16 Thread GHC
#1278: filepath’s makeRelative does not work for relative directories --+- Reporter: [EMAIL PROTECTED] | Owner: neil Type: feature request | Status: new Priority: normal

Re: [GHC] #1278: filepath’s makeRelative does not work for relative directories

2007-04-16 Thread Joachim Breitner
Hi, Am Montag, den 16.04.2007, 14:53 + schrieb GHC: hmm, looking at it, makeRelative has no generalised QuickCheck properties, and all the specific instances are on absolute paths. I'll try and come up with a patch for this that does the right thing in this situation. I’d expect

Re: [GHC] #1278: filepath’s makeRel ative does not work for relative directories

2007-04-16 Thread Neil Mitchell
Hi hmm, looking at it, makeRelative has no generalised QuickCheck properties, and all the specific instances are on absolute paths. I'll try and come up with a patch for this that does the right thing in this situation. I'd expect something like this: org / makeRelative org x == x or at