Re: decodingerror002 failure

2011-09-26 Thread Max Bolingbroke
On 26 September 2011 23:30, Daniel Fischer wrote: > In hex, the error sequences are > common: EF BF BD > expected: C8 > actual: ED B3 88 It looks like your iconv has erroneously UTF-8 encoded the lone surrogate codepoint 0xDCC8 to UTF-8. This is in violation of the recommendations of the UTF stan

Re: decodingerror002 failure

2011-09-26 Thread Max Bolingbroke
On 27 September 2011 02:50, Ian Lynagh wrote: > It's passing here too now. Thanks. I made this change to get it to compile on Windows, because GHC only recognises the UTF-8 encoding, not UTF8. It still worked on OS X since the code fell through to iconv, which did understand UTF-8. Thus, the pro

pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 364, Success

2011-09-26 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 364 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/364.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting v

[commit: ghc] master: Change the way IfExtName is serialized so (most) wired-in names get special representation (5d7173f)

2011-09-26 Thread Max Bolingbroke
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5d7173f9ab8405511f75765e0541a04796d9bd07 >--- commit 5d7173f9ab8405511f75765e0541a04796d9bd07 Author: Max Bolingbroke

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 347, Success

2011-09-26 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 347 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/347.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting versi

pgj2 (amd64 FreeBSD HEAD), build 482, Success

2011-09-26 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 482 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/482.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

pgj (x86 FreeBSD HEAD), build 484, Success

2011-09-26 Thread Builder
pgj (x86 FreeBSD HEAD), build 484 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/484.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Su

[nightly] 26-Sep-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-09-26 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Mon Sep 26 18:00:01 BST 2011. checking out new source

[nightly] 26-Sep-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-09-26 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Mon Sep 26 18:10:01 BST 2011. checking out new s

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 366, Failure

2011-09-26 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 366 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/366.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting

[commit: ghc] ghc-constraint-solver: More progress in the TcSimplify wiring. (60b97e5)

2011-09-26 Thread dimitris
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-constraint-solver http://hackage.haskell.org/trac/ghc/changeset/60b97e5e9ac448961f97078d69610be7c699ec9d >--- commit 60b97e5e9ac448961f97078d69610be7c699ec9d Author:

Re: decodingerror002 failure

2011-09-26 Thread Ian Lynagh
On Mon, Sep 26, 2011 at 05:59:39PM +0200, Daniel Fischer wrote: > On Monday 26 September 2011, 15:35:26, Max Bolingbroke wrote: > > On 24 September 2011 14:30, Daniel Fischer > > > > wrote: > > > The test fails for me, too. My locale is de_DE.UTF-8. > > > I get the same hex as Ian posted, I haven

simonmar-win32-head (x86 Windows HEAD), build 395, Failure

2011-09-26 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 395 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/395.html git clone | Failure: Just (ExitFailure 128) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/395.html fatal:

[commit: ghc] ghc-constraint-solver: Midstream constraint simplifier rewriting. (712d600)

2011-09-26 Thread dimitris
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-constraint-solver http://hackage.haskell.org/trac/ghc/changeset/712d600481c1a8836e99ca497b58718098a95067 >--- commit 712d600481c1a8836e99ca497b58718098a95067 Author:

[commit: ghc] branch 'ghc-constraint-solver' created

2011-09-26 Thread dimitris
Repository : ssh://darcs.haskell.org//srv/darcs/ghc New branch : ghc-constraint-solver Referencing: 712d600481c1a8836e99ca497b58718098a95067 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: decodingerror002 failure

2011-09-26 Thread Daniel Fischer
On Monday 26 September 2011, 15:35:26, Max Bolingbroke wrote: > On 24 September 2011 14:30, Daniel Fischer > > wrote: > > The test fails for me, too. My locale is de_DE.UTF-8. > > I get the same hex as Ian posted, I haven't yet built with the Attempt > > to fix patch. > > Have you tried with thi

Re: decodingerror002 failure

2011-09-26 Thread Daniel Fischer
On Monday 26 September 2011, 15:35:26, Max Bolingbroke wrote: > On 24 September 2011 14:30, Daniel Fischer > > wrote: > > The test fails for me, too. My locale is de_DE.UTF-8. > > I get the same hex as Ian posted, I haven't yet built with the Attempt > > to fix patch. > > Have you tried with thi

Re: decodingerror002 failure

2011-09-26 Thread Max Bolingbroke
On 24 September 2011 14:30, Daniel Fischer wrote: > The test fails for me, too. My locale is de_DE.UTF-8. > I get the same hex as Ian posted, I haven't yet built with the Attempt to > fix patch. Have you tried with this patch yet? I can't reproduce this problem either on my other Mac OS X machin

[commit: testsuite] master: Fix decodingerror002 on Windows (6d8546d)

2011-09-26 Thread Max Bolingbroke
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/6d8546d914875dc5e2134719922d1bad80ea5a74 >--- commit 6d8546d914875dc5e2134719922d1bad80ea5a74 Author: Max Bolin

[commit: ghc] fix#5464: Code cleanup. (58cb494)

2011-09-26 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : fix#5464 http://hackage.haskell.org/trac/ghc/changeset/58cb494c59ced19995953509dbe0f549a8a2e466 >--- commit 58cb494c59ced19995953509dbe0f549a8a2e466 Author: Jose Pedro Ma

simonmar-win32-head (x86 Windows HEAD), build 394, Success

2011-09-26 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 394 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/394.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date |

[commit: ghc] fix#5464: Merge branch 'fix#5464' of http://darcs.haskell.org/ghc into fix#5464 (8224782)

2011-09-26 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : fix#5464 http://hackage.haskell.org/trac/ghc/changeset/8224782104e8ec8ad9300655d8ae77e45b952453 >--- commit 8224782104e8ec8ad9300655d8ae77e45b952453 Merge: c93690d... 7bd

[commit: ghc] fix#5464: Fix #5464: Change the way the extra bindings for the generic (c93690d)

2011-09-26 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : fix#5464 http://hackage.haskell.org/trac/ghc/changeset/c93690df31d295842e810ef1e92ae725d840f2ac >--- commit c93690df31d295842e810ef1e92ae725d840f2ac Author: Jose Pedro Ma

[commit: ghc] fix#5464: Remove unnecessary import. (bbbcc83)

2011-09-26 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : fix#5464 http://hackage.haskell.org/trac/ghc/changeset/bbbcc83f8bb46b4d55d4ebab36845fa55365b9e2 >--- commit bbbcc83f8bb46b4d55d4ebab36845fa55365b9e2 Author: Jose Pedro Ma

[commit: ghc] fix#5464's head updated: Remove unnecessary import. (bbbcc83)

2011-09-26 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'fix#5464' now includes: 8595c61... Eliminate isHiBootTyCon in favour of isAbstractTyCon be53e4f... Fix Trac #5455: be a bit more selective in mkSelectorBinds 14f977a... Minor wording change 6ffaf6f... fix the eager-bl

New patches in /srv/darcs/git-mirrors/Win32

2011-09-26 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/Win32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[commit: ghc] master: Kind check associated type synonym defaults earlier to avoid <> in some situations (e2496a8)

2011-09-26 Thread Max Bolingbroke
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/e2496a8193849620fc6b60a212d855e1624e8587 >--- commit e2496a8193849620fc6b60a212d855e1624e8587 Author: Max Bolingbroke

[commit: testsuite] master: Update test output following change to associated type synonym default kind-checking time (673b434)

2011-09-26 Thread Max Bolingbroke
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/673b434e3966db54c8bc1d1c0a35e0b4ebf58abe >--- commit 673b434e3966db54c8bc1d1c0a35e0b4ebf58abe Author: Max Bolin

[commit: testsuite] master: Add test that caused <> before fix to associated type defaults (a878e51)

2011-09-26 Thread Max Bolingbroke
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/a878e51a9eabb23745165683d2e87b1a9657bc2e >--- commit a878e51a9eabb23745165683d2e87b1a9657bc2e Author: Max Bolin

[commit: ghc] ghc-kinds: Comments and refactoring only (0b56c13)

2011-09-26 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds http://hackage.haskell.org/trac/ghc/changeset/0b56c13facaba2458c99d3bf6534b7a1ce1f6a8c >--- commit 0b56c13facaba2458c99d3bf6534b7a1ce1f6a8c Author: Simon Peyton