pgj2 (amd64 FreeBSD HEAD), build 630
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/630.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
touching clean-check
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 495
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/495.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions
Build description = STABLE on i386-unknown-linux (cam-02-unx)
Build location= /playpen/simonmar/nightly/STABLE
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Mon Mar 19 18:10:01 GMT 2012.
checking out new source tree
pgj (x86 FreeBSD HEAD), build 632
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/632.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
touching clean-check fil
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
Branch 'type-nats' now includes:
e562e59... fix _BTM field of closureFlags[], and document what it means
(#5923)
e29001c... Allow Any as an argument type to foreign prim functions
4bbe9f7... Fix closure_type_names, BLACKHOLE and
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : type-nats
http://hackage.haskell.org/trac/ghc/changeset/deed56f4473d93a40159ea5422d1840512952f3f
>---
commit deed56f4473d93a40159ea5422d1840512952f3f
Merge: 62b25ec... d7
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : type-nats
http://hackage.haskell.org/trac/ghc/changeset/62b25ec4d4654151ff36641b23adb7422e36da00
>---
commit 62b25ec4d4654151ff36641b23adb7422e36da00
Author: Iavor S. Dia
Repository : ssh://darcs.haskell.org//srv/darcs/haddock
Branch 'type-nats' now includes:
cc86b10... Follow changes to tcdKindSig (Trac #5937)
4604487... Merge remote-tracking branch 'origin/master' into type-nats
780fdc5... Add a missing case for type literals.
___
Repository : ssh://darcs.haskell.org//srv/darcs/haddock
On branch : type-nats
http://hackage.haskell.org/trac/ghc/changeset/780fdc54b96c40aedb75db4638530c110c07e96f
>---
commit 780fdc54b96c40aedb75db4638530c110c07e96f
Author: Iavor S.
Repository : ssh://darcs.haskell.org//srv/darcs/haddock
On branch : type-nats
http://hackage.haskell.org/trac/ghc/changeset/4604487195dbeae627f3c9f9c9f590c25b6634d4
>---
commit 4604487195dbeae627f3c9f9c9f590c25b6634d4
Merge: fa5ffbd..
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 Mar 19 18:00:01 GMT 2012.
checking out new source
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 Mar 19 18:10:01 GMT 2012.
checking out new s
am-deb7-64 (HEAD), build 50
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/am-deb7-64/50.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
touching clean-check fil
simonmar-win32-head (x86 Windows HEAD), build 546
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/546.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Su
Forgot to copy Simon and the list:
2012/3/19 Simon Peyton-Jones :
> Simon, David
>
>
>
> I’m a little concerned that Haddock may not have quite the right idea.
>
>
>
> In Haddock.Convert I see
>
>
>
> -- the main function here! yay!
>
> tyThingToLHsDecl :: TyThing -> LHsDecl Name
>
>
>
> But for a
Simon, David
I'm a little concerned that Haddock may not have quite the right idea.
In Haddock.Convert I see
-- the main function here! yay!
tyThingToLHsDecl :: TyThing -> LHsDecl Name
But for a family instance, the right place to start is from the [FamInst], as
presumably you do for the type
tn23 (x86 OSX HEAD), build 580
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/580.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
touching clean-check files
On Mon, Mar 19, 2012 at 08:32:32PM +1100, Manuel M T Chakravarty wrote:
> Karel,
>
> > thanks for the tip how to fix the issue with ghc panic on Mondaic.hs. I'll
> > use this once the build is working better. I also do have a patch which
> > fixes GHC on ARM linux platforms with hard-float ABI (
I've been thinking a little about this. If some extension to LLVM is needed to
support TNTC, then I think it might be better to go all the way and support
arbitrary labels with info tables, not just top-level procedures. Also, it has
to be possible to take the address of a label. Obviously, s
Karel,
> thanks for the tip how to fix the issue with ghc panic on Mondaic.hs. I'll
> use this once the build is working better. I also do have a patch which fixes
> GHC on ARM linux platforms with hard-float ABI (soon to be released
> debian/ubuntu) PR#5914, unfortunately I'm not able to test
Yes, Simon and I talked about this. All the machinery is already in System FC;
we just need a suitable source language mechanism for expressing it. It's just
that it has not seemed important enough to design and implement, yet. But it's
clearly a hole in the current language
Simon
| -Or
Manuel,
thanks for the tip how to fix the issue with ghc panic on Mondaic.hs.
I'll use this once the build is working better. I also do have a patch
which fixes GHC on ARM linux platforms with hard-float ABI (soon to be
released debian/ubuntu) PR#5914, unfortunately I'm not able to test it
(
Build description = HEAD on i386-unknown-linux (cam-02-unx)
Build location= /playpen/simonmar/nightly/HEAD
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx
Nightly build started on cam-02-unx at Sun Mar 18 18:00:01 GMT 2012.
checking out new source tree
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 511
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/511.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions
Build description = HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-unreg-cam-04-unx
Nightly build started on cam-04-unx at Sun Mar 18 18:20:01 GMT 2012.
chec
25 matches
Mail list logo