Build description = STABLE on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
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 Fri Mar 19 19:10:01 GMT 20
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 19 19:00:01 GMT 2010.
**
Thanks for the advice, Simon. Wiki sounds like a good start. In the
meantime, my patches are available at ftp://ftp.softmechanics.net, in case
anyone wants a look. I'll try to keep them in sync with head. Those
interested can peruse the following examples (my test cases for development
-- all co
Fri Mar 19 13:07:51 PDT 2010 Ian Lynagh
* Use the UTF8 codepage when running on Windows
Fixes openTempFile001 for some system codepages, most notably 437 (US).
M ./driver/runtests.py -22 +33
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://
Fri Mar 19 09:02:29 PDT 2010 Ian Lynagh
* Mark hsc2hs001 and hsc2hs002 broken on Windows (#3929)
M ./tests/ghc-regress/hsc2hs/all.T -2 +4
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Hi,
We've discussed support for generic programming of the GHC AST before.
Is there any chance we could move further on this topic by providing
Data and Typeable instances for HsSyn either directly in the ghc
package or in a boot library?
Clients of the GHC API could use SYB or Uniplate on top of
Fri Mar 19 08:34:13 PDT 2010 Simon Marlow
* UNDO: slight improvement to scavenging ...
Accidnetally pushed this patch which, while it validates, isn't
correct.
rolling back:
Fri Mar 19 11:21:27 GMT 2010 Simon Marlow
* slight improvement to scavenging of update frames when
Fri Mar 19 04:21:27 PDT 2010 Simon Marlow
* slight improvement to scavenging of update frames when a collision has
occurred
M ./rts/sm/Scav.c -19 +15
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Matt
I have not thought about this for a while. Read the stuff in the user manual
about overlapping instances
http://www.haskell.org/ghc/docs/latest/html/users_guide/type-class-extensions.html#instance-overlap,
esp the bit about "GHC is conservative about committing..". Also "Note
[Overlappi