Build description = HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
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 Fri Mar 20 19:00:01 GMT 2009.
**
Thu Mar 19 10:15:01 PDT 2009 Ian Lynagh
* Work around Solaris's grep not supporting -q
M ./configure.ac -1 +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090319171501-3fd76-51f06f32ec353416ed1b9a10c5bc55bc95771b1b.gz
___
Cv
Thu Mar 19 09:59:16 PDT 2009 Ian Lynagh
* Some wording wibbles from Thorkil
M ./distrib/MacOS/GHC-system.pmdoc/index.xml -3 +3
M ./distrib/MacOS/installer-docs/license.html -2 +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090319165916-3fd76-a116eb01a728a5509d6c56
Thu Mar 19 03:21:26 PDT 2009 Simon Marlow
* add missing case in ENTER() (fixes readwrite002(profasm) crash)
Ignore-this: 5599d4df888e830a8865e57e6745e094
M ./includes/Cmm.h +1
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090319102126-12142-afda7bbc65c9c5ed6b
Fri Mar 20 12:16:08 PDT 2009 Ian Lynagh
* Fix trac #3091: the driver was choking on python versions containing letters
M ./driver/runtests.py -3 +7
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20090320191608-3fd76-00f70cbbad19f80cbab01c4b18ec083dfac9f913.gz
__
Thu Mar 19 10:19:14 PDT 2009 Ian Lynagh
* Don't hardcode sh as the shell, use $(SHELL) instead
M ./mk/boilerplate.mk -1 +1
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20090319171914-3fd76-6239c21cab8679ebf7e0af1187f6511794a22c8a.gz
___
Tue Mar 17 08:55:03 PDT 2009 Thorkil Naur
* Avoid error message from some shells when cygpath does not exist
M ./mk/boilerplate.mk -1 +1
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20090317155503-b4f2a-34d995f6cce4ef71fe16623e5884e62c2c65d47e.gz
_
Thu Mar 19 10:15:01 PDT 2009 Ian Lynagh
* Work around Solaris's grep not supporting -q
M ./configure.ac -1 +2
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090319171501-3fd76-51f06f32ec353416ed1b9a10c5bc55bc95771b1b.gz
_
Thu Mar 19 09:59:16 PDT 2009 Ian Lynagh
* Some wording wibbles from Thorkil
M ./distrib/MacOS/GHC-system.pmdoc/index.xml -3 +3
M ./distrib/MacOS/installer-docs/license.html -2 +2
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090319165916-3fd76-a116eb01a728a
Fri Mar 20 17:02:59 EDT 2009 Ian Lynagh
* Update the documentation page; fixes trac #3096
M ./documentation.html -14 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Re. locality, and affinity, and the complexity of it, have you see the
work on Chapel for programmable locality 'strategies' (in the Haskell
sense) they've done? I think there's some interesting overlaps there in
with what GHC needs to do, and how it's envisaged for Chapel on Cray
machines.
Brad
Pull:
Thu Mar 5 11:33:23 GMT 2009 Simon Marlow
UNDO: FIX #2189: re-enabled cooked mode for Console-connected Handles on Windo
ws
Patch from Sigbjorn Finne
in libraries/base.
Thanks, will do&rebuild!
Claus
___
Cvs-ghc mailing list
Cvs-ghc@haske
On Fri, Mar 20, 2009 at 04:21:59PM -, Claus Reinke wrote:
> I just noticed that ghci isn't working anymore on windows, with a
> recent ghc head:
>
> - piping commands into ghci still works (which is what the tests do)
> - starting ghci interactively accepts no inputs after prompt, the only
>
I just noticed that ghci isn't working anymore on windows, with a
recent ghc head:
- piping commands into ghci still works (which is what the tests do)
- starting ghci interactively accepts no inputs after prompt, the only
reaction I get is after ctrl-c, which translates the next input into
Fri Mar 20 03:04:46 PDT 2009 Simon Marlow
* Fix bug in setThreadAffinity() (Linux)
Ignore-this: 6e8b430fe03959f7e7f8c641d5a589f6
M ./rts/posix/OSThreads.c -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090320100446-12142-2d0e96325b146bd4a7a56e2639e88f3c9481a432.g
c...@cse.unsw.edu.au wrote:
Fri Mar 20 00:13:47 PDT 2009 Manuel M T Chakravarty
* Implement setThreadAffinity for Mac OS X (from 10.5)
I see the thread affinity API on OS X, while certainly a lot better than
the Linux one, is still not exactly what we want. From
http://developer.apple.c
Manuel M T Chakravarty wrote:
I am fixing that for Mac OS right now.
The comment above setThreadAffinity() says,
// Schedules the thread to run on CPU n of m. m may be less than the
// number of physical CPUs, in which case, the thread will be allowed
// to run on CPU n, n+m, n+2m etc.
I am
Bryan O'Sullivan wrote:
On Thu, Mar 19, 2009 at 10:52 PM, Manuel M T Chakravarty
mailto:c...@cse.unsw.edu.au>> wrote:
The comment above setThreadAffinity() says,
// Schedules the thread to run on CPU n of m. m may be less
than the
// number of physical CPUs, in w
Fri Mar 20 00:13:47 PDT 2009 Manuel M T Chakravarty
* Implement setThreadAffinity for Mac OS X (from 10.5)
Ignore-this: d5e2104b4a011fc98500527741c5e7a7
M ./rts/posix/OSThreads.c -2 +27
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090320071347-6295e-d6df37c702f68a18d
Build results:
x86-64 Linux head: pass
kili head: pass
tnaur PPC OSX head 2:pass
x86-64 Linux head unreg: pass
Old unexpected test passes:
hpc_ghc_ghci 2 tnaur PPC OSX head 2
unicode001 1 kili head
unicode002 1 kili head
New unexpected test failures:
Build results:
kgardas stable: pass
tnaur PPC OSX stable 2: pass
tnaur x86 Linux stable: pass
tnaur x86 OS X stable: pass
x86 Linux stable: pass
x86-64 Linux stable:pass
Old unexpected test passes:
unicode001 1 kili stable
unicode002 1 kili stable
New unexpected test
Build description = HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
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 Thu Mar 19 18:00:01 GMT 2009.
checking out
22 matches
Mail list logo