Ian Lynagh:
On Tue, Jul 08, 2008 at 11:55:31AM +1000, Manuel M T Chakravarty
wrote:
mv: rename GNUmakefile to GNUmakefile.tmp: No such file or directory
Preprocessing library base-3.0...
Undefined symbols:
"_base_GHCziStable_StablePtr_con_info", referenced from:
[...]
"_base_GHCziIOBase_he
On Wed, Jul 09, 2008 at 03:35:30PM -0700, Donald Bruce Stewart wrote:
>
> I'm very keen to have HLP in place by the 6.10 release. I've started
> a wiki page here,
>
> http://haskell.org/haskellwiki/Haskell_Platform
Great, thanks Don!
Here are a few criteria that I think it might be worth co
simonpj:
> | > We probably don't want "extralibs" and the HLP.
> | >
> | > Are you willing to lead on this?
> |
> | We'd want other things not in extralibs too (e.g. binary, json, feed,
> | tagsoup..)
>
> Absolutely! I wasn't suggesting that HLP = current extralibs. Rather,
> we were thinking that
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 Wed Jul 9 18:02:05 BST 2008.
checking out
Build description = STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
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 Wed Jul 9 18:12:05 BST 2008.
checkin
Wed Jul 9 06:57:22 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* ObjectIO is no longer an extralib
M ./.darcs-boring -1
M ./configure.ac -15
M ./libraries/Makefile -3
M ./libraries/extra-packages -1
M ./mk/config.mk.in -4
View patch online:
http://darcs.haskell.org/ghc/_darcs/
Wed Jul 9 05:55:54 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove all references to -mno-cygwin
We shouldn't need it, as we don't call cygwin's gcc, and it was causing
problems with the nightly builders passing it to GHC.
M ./aclocal.m4 -32
M ./compiler/main/DynFlags.hs -1
M
| > We probably don't want "extralibs" and the HLP.
| >
| > Are you willing to lead on this?
|
| We'd want other things not in extralibs too (e.g. binary, json, feed,
| tagsoup..)
Absolutely! I wasn't suggesting that HLP = current extralibs. Rather, we were
thinking that we could abolish extralib
Claus Reinke wrote:
Wed Jul 9 04:08:30 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* #1205: ':load foo.hs' in GHCi always compiles to bytecode
So now
:load foo.hs loads bytecode for foo.hs, even if foo.o exists
:load foo is just shorthand for :load foo.hs
:load M
Wed Jul 9 04:08:30 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* #1205: ':load foo.hs' in GHCi always compiles to bytecode
So now
:load foo.hs loads bytecode for foo.hs, even if foo.o exists
:load foo is just shorthand for :load foo.hs
:load Mloads a modu
Wed Jul 9 04:59:02 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* update; *sigh* this test is so fragile
M ./tests/ghc-regress/ghci/scripts/ghci024.py +1
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20080709115902-12142-8d37b9d27587bcf26fd2cb2a88bd431898870aa5.gz
___
Wed Jul 9 04:16:37 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* add test for #1103
A ./tests/ghc-regress/parser/unicode/1103.hs
M ./tests/ghc-regress/parser/unicode/all.T +1
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20080709111637-12142-8b700e4a8d992d23b453bb
Wed Jul 9 03:12:58 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* add test for #1357
A ./tests/ghc-regress/ffi/should_compile/1357.hs
A ./tests/ghc-regress/ffi/should_compile/1357.stderr
M ./tests/ghc-regress/ffi/should_compile/all.T +2
View patch online:
http://darcs.haskell.org/tes
Wed Jul 9 04:08:30 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* #1205: ':load foo.hs' in GHCi always compiles to bytecode
So now
:load foo.hs loads bytecode for foo.hs, even if foo.o exists
:load foo is just shorthand for :load foo.hs
:load Mloads a
Wed Jul 9 03:21:43 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* add -fwarn-dodgy-foreign-imports (see #1357)
From the entry in the User's guide:
-fwarn-dodgy-foreign-imports causes a warning to be emitted for
foreign imports of the following form:
foreign import "f" f :: FunPtr
Wed Jul 9 02:12:52 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* Treat the Unicode "Letter, Other" class as lowercase letters (#1103)
This is an arbitrary choice, but it's strictly more useful than the
current situation, where these characters cannot be used in
identifiers at all.
In H
On Tue, Jul 8, 2008 at 10:55 PM, Don Stewart <[EMAIL PROTECTED]> wrote:
> We'd want other things not in extralibs too (e.g. binary, json, feed,
> tagsoup..)
> The platform should look something like the python core libraries --
> enough to get most common tasks done, and a minimal standard for a
>
Wed Jul 9 01:02:44 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* remove .o and .hi files beforehand
M ./tests/ghc-regress/indexed-types/should_compile/Makefile +1
M ./tests/ghc-regress/typecheck/should_compile/Makefile +1
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patc
Wed Jul 9 01:49:16 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* FIX part of #2301, and #1619
2301: Control-C now causes the new exception (AsyncException
UserInterrupt) to be raised in the main thread. The signal handler
is set up by GHC.TopHandler.runMainIO, and can be overriden in th
Wed Jul 9 01:31:28 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* Fix some random register clobbering in takeMVar/putMVar
This showed up as a crash in conc032 for me.
M ./rts/PrimOps.cmm -2 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080709083128-12142-8f7dc32816718
Tue Jul 8 04:04:30 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* ANSI-ise a function declaration
M ./rts/posix/Signals.c -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080708110430-12142-00d8f2ea34f70f0165d3fcaef6c6da6cd3278a2b.gz
___
Tue Jul 8 04:04:10 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* remove old #ifdef SMP bits
M ./rts/posix/Signals.c -19
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080708110410-12142-be4f912aad82d975a4e362fcc1cc3f36ddbc884c.gz
__
Don Stewart wrote:
simonpj:
Don, Duncan
| We need to do something about the Haskell library platform around the
| 6.10 release too. At least a list of libraries considered the
| an minimal platform for support by the distros.
Simon and Ian and I were discussing this yesterday. Could the
"Has
Wed Jul 9 00:10:13 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* Test cases for #1900 & #1999
A ./tests/ghc-regress/gadt/T1999.hs
M ./tests/ghc-regress/gadt/all.T +2
A ./tests/ghc-regress/indexed-types/should_fail/T1900.hs
A ./tests/ghc-regress/indexed-types/should_fail
Build results:
x86-64 Linux head: lost
x86 Windows head: lost
x86 Windows head fast: fail (failed stage1) fail (failed stage1) lost fail
(failed stage1) fail (failed darcs)
gabor head:fail (failed boottestsuite)
kahl G5 Gentoo Linux head: fail (failed boottests
Build results:
kahl G5 Gentoo Linux stable: fail (failed darcs)
x86 Windows stable: lost
x86 Windows stable fast: pass lost lost pass fail (failed darcs)
x86-64 Linux stable: lost
Old unexpected test failures:
16791 kahl G5 Gentoo Linux stable
2014
26 matches
Mail list logo