On 1/21/08, Norman Ramsey <[EMAIL PROTECTED]> wrote:
> I tried using [[GhcFile(...)]] to hard link some source code into the
> developers' wiki pages, so that people could easily follow what's going on.
> Unfortunately this has come back to bite me because instead of bringing
> up something my brow
On Mon, 2008-01-21 at 07:31 -0800, Simon Marlow wrote:
> Mon Jan 21 03:18:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
> * Increase the bar for bootstrapping GHC to 6.4 (HEAD only)
>- remove $(ghc_ge_601), $(ghc_ge_602), $(ghc_ge_603)
>- configure now checks the GHC version number
>
I tried using [[GhcFile(...)]] to hard link some source code into the
developers' wiki pages, so that people could easily follow what's going on.
Unfortunately this has come back to bite me because instead of bringing
up something my browser understands, it comes back as a '.hs file'
which Firefox
Mon Jan 21 08:55:29 PST 2008 [EMAIL PROTECTED]
* Wibble to the OccurAnal fix for RULEs and loop-breakers
M ./compiler/simplCore/OccurAnal.lhs -4 +7
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Jan 21 03:36:20 PST 2008 [EMAIL PROTECTED]
* Typo in phase-control documentation
M ./docs/users_guide/glasgow_exts.xml -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sun Jan 20 09:02:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix catching exit exceptions in ghc -e
M ./compiler/ghci/InteractiveUI.hs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sun Jan 20 10:46:39 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Tweak runghc
M ./utils/runghc/runghc.hs -19 +11
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sat Jan 19 14:30:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Support multiple -e flags
M ./compiler/ghci/InteractiveUI.hs -10 +11
M ./compiler/main/Main.hs -5 +12
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/li
Mon Jan 21 02:41:42 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix exception message with ghc -e
When running with ghc -e, exceptions should claim to be from the program
that we are running, not ghc.
M ./compiler/ghci/InteractiveUI.hs -5 +14
_
Sat Jan 19 14:00:44 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix ghc -e :main (it was enqueuing the main function, but not running it)
M ./compiler/ghci/InteractiveUI.hs -22 +10
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org
Sat Jan 19 13:26:02 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix giving an error if we are given conflicting mode flags
M ./compiler/main/Main.hs -4 +4
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Fri Jan 18 05:58:12 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* fix intermittent failure with ghci025
M ./tests/ghc-regress/ghci/scripts/ghci025.script +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-gh
Mon Jan 21 06:59:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* FIX #2049, another problem with the module context on :reload
The previous attempt to fix this (#1873, #1360) left a problem that
occurred when the first :load of the program failed (#2049).
Now I've implemented a differe
Mon Jan 21 03:18:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Increase the bar for bootstrapping GHC to 6.4 (HEAD only)
- remove $(ghc_ge_601), $(ghc_ge_602), $(ghc_ge_603)
- configure now checks the GHC version number
- there are probably various cleanups that we can now do in compat
Mon Jan 21 05:59:09 PST 2008 [EMAIL PROTECTED]
* Do not worker/wrapper INLINE things, even if they are in a recursive group
This patch stops the worker/wrapper transform working on an INLINE thing,
even if it's in a recursive group. It might not be the loop breaker. Indeed
a recursive
Mon Jan 21 05:56:54 PST 2008 [EMAIL PROTECTED]
* Make the loop-breaking algorithm a bit more liberal, where RULES are
involved
This is another gloss on the now-quite-subtle and heavily-documented algorithm
for choosing loop breakers.
This fix, provoked by Roman's NDP library, makes
Mon Jan 21 04:42:44 PST 2008 [EMAIL PROTECTED]
* Fix Trac #2055
Sorry, this was my fault, a consequence of the quasi-quoting patch.
I've added rn062 as a test.
M ./compiler/rename/RnEnv.lhs -2 +4
___
Cvs-ghc mailing list
Cvs-ghc
Mon Jan 21 04:39:38 PST 2008 [EMAIL PROTECTED]
* Test for Trac 2055
M ./tests/ghc-regress/rename/should_compile/all.T +2
A ./tests/ghc-regress/rename/should_compile/rn062.hs
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/
Sat Jan 12 12:33:06 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
UNDO: bug1677 is also broken by #2034 (FilePath bug)
M ./tests/ghc-regress/driver/bug1677/all.T -2 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo
Sat Jan 12 09:42:19 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
UNDO: Mark some bugs as broken in the HEAD due to FilePath bug #2034
M ./tests/ghc-regress/ghci.debugger/scripts/break022/all.T -2 +1
M ./tests/ghc-regress/ghci.debugger/scripts/break023/all.T -2 +1
M ./tests/ghc-regress/gh
Sun Jan 20 10:56:07 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add another ghc -e / runghc test
M ./tests/ghc-regress/ghc-e/should_run/Makefile +4
M ./tests/ghc-regress/ghc-e/should_run/all.T +1
A ./tests/ghc-regress/ghc-e/should_run/ghc-e005.hs
A ./tests/ghc-regress/ghc-e/should
Sun Jan 20 09:05:26 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add a test for exitWith and ghc -e
M ./tests/ghc-regress/ghc-e/should_run/Makefile +3
M ./tests/ghc-regress/ghc-e/should_run/all.T +1
A ./tests/ghc-regress/ghc-e/should_run/ghc-e004.stdout
___
Mon Jan 21 02:41:42 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix exception message with ghc -e
When running with ghc -e, exceptions should claim to be from the program
that we are running, not ghc.
M ./compiler/ghci/InteractiveUI.hs -5 +14
_
Mon Jan 21 02:31:58 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in main/CmdLineParser
M ./compiler/main/CmdLineParser.hs -86 +84
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sun Jan 20 11:30:02 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Normalise FilePaths before printing them
M ./compiler/basicTypes/SrcLoc.lhs -14 +18
M ./compiler/main/HscTypes.lhs -8 +10
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.ha
Sun Jan 20 10:46:39 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Tweak runghc
M ./utils/runghc/runghc.hs -19 +11
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sun Jan 20 09:02:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix catching exit exceptions in ghc -e
M ./compiler/ghci/InteractiveUI.hs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Jan 21 03:36:20 PST 2008 [EMAIL PROTECTED]
* Typo in phase-control documentation
M ./docs/users_guide/glasgow_exts.xml -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Build results:
kahl G5 Gentoo Linux stable: pass
tnaur PPC OSX stable:pass
x86 Windows stable: pass
x86 Windows stable fast: pass pass pass pass pass pass
x86-64 Linux stable: fail (failed boottestsuite runtestsuite)
New unexpected test failures:
bug1010
29 matches
Mail list logo