[commit: testsuite] master: Unix line endings for T5938 (29cbd4a)

2012-04-24 Thread Simon Peyton Jones
mon Peyton Jones Date: Fri Apr 20 17:23:34 2012 +0100 Unix line endings for T5938 >--- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/tests/polykinds/T5938.hs b/tests/polykinds/T5938.hs index bde1e74..1e78f75

[commit: ghc] master: Switch TcEvidence to Unix line endings (1584f29)

2012-01-17 Thread Simon Peyton Jones
ton Jones Date: Tue Jan 17 10:56:14 2012 + Switch TcEvidence to Unix line endings 0 files changed, 0 insertions(+), 0 deletions(-) Diff suppressed because of size. To see it, use: git show 1584f29e837616b61fba8fa840305414f13687ae ___

Re: Line endings

2011-05-13 Thread Simon Marlow
On 12/05/2011 14:52, Johan Tibell wrote: On Thu, May 12, 2011 at 2:12 PM, Max Bolingbroke wrote: If we outlawed them now we'd have to take an annoying one-time hit removing all the (tons) of existing tabs, generating lots of merge conflicts on all GHC branches for little immediate gain :-( So

Re: Line endings

2011-05-12 Thread David Terei
I personally would be very happy paying the cost to get rid of tabs in a big swoop. Maybe we could try to plan for a time right after 7.2 when there may be a little less code in peoples branches and just go for it. Or perhaps we could stagger it? Say each week we choose a folder in the ghc source t

Re: Line endings

2011-05-12 Thread Johan Tibell
On Thu, May 12, 2011 at 2:12 PM, Max Bolingbroke wrote: > If we outlawed them now we'd have to take an annoying one-time hit > removing all the (tons) of existing tabs, generating lots of merge > conflicts on all GHC branches for little immediate gain :-( > > So while I share your sentiment, I don

Re: Line endings

2011-05-12 Thread Max Bolingbroke
On 12 May 2011 13:06, Manuel M T Chakravarty wrote: > And while we are on the topic of unwanted characters, could we outlaw tab > characters? If we outlawed them now we'd have to take an annoying one-time hit removing all the (tons) of existing tabs, generating lots of merge conflicts on all GHC

Re: Line endings

2011-05-12 Thread Manuel M T Chakravarty
And while we are on the topic of unwanted characters, could we outlaw tab characters? Manuel Max Bolingbroke: > On 12 May 2011 08:45, Simon Peyton-Jones wrote: >> Does anyone know an easy way to list files that use windows line-endings? > > I don't know how to say what the

[commit: ghc] master: Unix line endings for Pair.lhs (025477e)

2011-05-12 Thread Simon Peyton Jones
ton Jones Date: Thu May 12 11:04:08 2011 +0100 Unix line endings for Pair.lhs >--- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/compiler/utils/Pair.lhs b/compiler/utils/Pair.lhs index eb594af..9e847d6

RE: Line endings

2011-05-12 Thread Simon Peyton-Jones
Jones | Cc: GHC | Subject: Re: Line endings | | On 12 May 2011 08:45, Simon Peyton-Jones wrote: | > Does anyone know an easy way to list files that use windows line-endings? | | I don't know how to say what the line ending type is, but dos2unix is | idempotent on files with Unix line e

Re: Line endings

2011-05-12 Thread Max Bolingbroke
On 12 May 2011 08:45, Simon Peyton-Jones wrote: > Does anyone know an easy way to list files that use windows line-endings? I don't know how to say what the line ending type is, but dos2unix is idempotent on files with Unix line endings, so I guess you could just run: find . –n

Line endings

2011-05-12 Thread Simon Peyton-Jones
Does anyone know an easy way to list files that use windows line-endings? All our GHC source trees are supposed to use Unix line endings, and we set Git's autrcrlf to 'false'; but it's all too easy to accientally commit a windows file. I want a command that says line-

[commit: ghc] master: Change (back) to Unix line endings (5fca973)

2011-05-04 Thread Simon Peyton Jones
ton Jones Date: Wed May 4 16:14:04 2011 +0100 Change (back) to Unix line endings 0 files changed, 0 insertions(+), 0 deletions(-) Diff suppressed because of size. To see it, use: git show 5fca973afdf0d3bf593476af00dd5536dbc13dde ___ Cvs-

Re: Line endings

2011-04-14 Thread Simon Marlow
On 14/04/2011 10:17, Simon Peyton-Jones wrote: I’m getting lots of testsuite failures on Windows that seem to be related to line endings. For example: hFileSize001(normal) hTell001(normal) readFail002(normal) readFile001(normal) But I have done git config --global core.autocrlf false as

Line endings

2011-04-14 Thread Simon Peyton-Jones
I'm getting lots of testsuite failures on Windows that seem to be related to line endings. For example: hFileSize001(normal) hTell001(normal) readFail002(normal) readFile001(normal) But I have done git config --global core.autocrlf false as recommended. What should

patch applied (testsuite): Handle Windows line endings in mk/boilerplate.mk

2009-06-20 Thread Ian Lynagh
Tue Jun 16 05:32:12 PDT 2009 Ian Lynagh * Handle Windows line endings in mk/boilerplate.mk M ./mk/boilerplate.mk -3 +3 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090616123212-3fd76-58e2d29ddc7f8c5e9aa624c4773d25545c26e75d.gz