Re: Massive detabbing of the source

2013-01-18 Thread Jan Stolarek
I don't think it's worth the bother either: conflicts are a pain and slow down development, whereas tabs don't. (...) there certainly are a few active branches with large-scale changes. That's another good point. I looked through the git history and it seems there are actually few tabbed

Re: Trac source browser not working

2013-01-18 Thread Jan Stolarek
Dnia piątek, 18 stycznia 2013, Simon Marlow napisał: I tried browsing to a couple of other commits and got the same error, so it doesn't seem specific to that commit. Some of the commits work: http://hackage.haskell.org/trac/ghc/changeset/68833e5e8caa1c23f75ab8bea4377ede28ff9548 But I also

Re: [commit: ghc] master: Tidy up cross-compiling (109a1e5)

2013-01-18 Thread Simon Marlow
On 17/01/13 14:08, Simon Marlow wrote: On 17/01/13 14:00, Simon Peyton-Jones wrote: Would it be worth transferring that comment into the building guide (a cross-compiling page perhaps). The distinction is subtle and the information is useful There is

Re: Massive detabbing of the source

2013-01-18 Thread Jan Stolarek
Dnia piątek, 18 stycznia 2013, Alexander Kjeldaas napisał: Well if this is true, then I think you could solve this simply by looking for this in a git commit hook or some other hook. http://stackoverflow.com/questions/3985463/prevent-pushes-to-git-containing

Re: [commit: ghc] master: Tidy up cross-compiling (109a1e5)

2013-01-18 Thread Simon Marlow
On 18/01/13 15:25, Stephen Paul Weber wrote: Somebody claiming to be Simon Marlow wrote: Ok, new wiki page is here: http://hackage.haskell.org/trac/ghc/wiki/Building/CrossCompiling Is: --with-gcc=gcc --with-ld=ld --with-nm=nm --with-objdump=objdump Necessary? I guess if the given tools are

Re: Today's validate failures

2013-01-18 Thread Simon Marlow
On 18/01/13 16:45, Simon Peyton-Jones wrote: | In Packages we have a dflags with an error thunk in it for pkgState, | and it's the strict evaluation of that pkgState that is changing the | behaviour. | | Whereabouts are we evaluating it? Could we fix that instead? That would be good. It's

Re: [PATCH] do not use CLK_TCK on Solaris host

2013-01-18 Thread Stephen Paul Weber
Somebody claiming to be Karel Gardas wrote: This patch fixes Solaris cross-compilation issue as CLK_TCK is not constant on Solaris and hsc2hs chokes on it when cross-compiling from i386-solaris to x86_64-solaris. There is an existing Trac for that: