January 2008 Archives by thread
Starting: Tue Jan 1 03:30:05 EST 2008
Ending: Thu Jan 31 03:30:05 EST 2008
Messages: 578
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): Install dynlibs correctly
Clemens Fruhwirth
- patch applied (ghc): Add installPackage to dependencies of
make.library.* as it's used by the rule
Clemens Fruhwirth
- patch applied (ghc): Fix building libHSrts.dll by using ghc-pkg
instead of grepping in base.cabal
Clemens Fruhwirth
- patch applied (ghc): Add package dependencies to link pass when
building ghc package (required for windows DLL build)
Clemens Fruhwirth
- patch applied (ghc): Embedd DLL name into its import library,
so client libs reference them properly in .idata
Clemens Fruhwirth
- [nightly] 01-Jan-2008 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc): Link libgmp.a statically into libHSrts.dll on
Windows
Clemens Fruhwirth
- unboxed types
Isaac Dupree
- [nightly] 01-Jan-2008 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- darcs patch: implement prefix unboxed tuples syntax (#1509)
Isaac Dupree
- Remove GHC.Err import from Data.Maybe
Simon Marlow
- patch applied (ghc): implement prefix unboxed tuples (part of #1509)
Isaac Dupree
- patch applied (testsuite): add test for prefix unboxed tuples
Isaac Dupree
- patch applied (ghc): Add dead code elimination in cmmMiniInline
Simon Marlow
- patch applied (ghc): Warning clean,
and fix compilation with GHC 6.2.x
Simon Marlow
- patch applied (ghc): expand "out of stack slots" panic to suggest
using -fregs-graph, see #1993
Simon Marlow
- patch applied (ghc): fix validation failure on non-i386
Simon Marlow
- unboxed types
Isaac Dupree
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- [nightly] 02-Jan-2008 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- darcs patch: fix #1839, #1463, by supporting ghc-pkg bulkqueries
with substring matching
Simon Marlow
- [nightly] 02-Jan-2008 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- boxed FastTypes
Isaac Dupree
- patch applied (ghc): FIX #1898: add a missing UNTAG_CLOSURE() in
checkBlackHoles
Simon Marlow
- patch applied (ghc): Fix warnings with newer gcc versions (I hope)
Simon Marlow
- validate fails
Simon Marlow
- patch applied (ghc): Remove -funfolding-update-in-place flag
documentation
Simon Peyton Jones
- darcs patch: make stage1 type-class-extension-free make stage1
type-class-extension-free (for ticket #1405)
Simon Peyton-Jones
- darcs patch: make stage1 type-class-extension-free make stage1
type-class-extension-free (for ticket #1405)
Simon Peyton-Jones
- darcs patch: make stage1 type-class-extension free
Isaac Dupree
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- Remove GHC.Err import from Data.Maybe
Simon Peyton-Jones
- [nightly] 03-Jan-2008 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 03-Jan-2008 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc): remove trace apparently left in by accident
Simon Marlow
- patch applied (ghc): Optionally use libffi to implement 'foreign
import "wrapper"' (#793)
Simon Marlow
- patch applied (ghc): White space and comments only
Simon Peyton Jones
- patch applied (ghc): Document SOURCE pragma;
clarify TH behavior for mutually-recurive modules (Trac #1012)
Simon Peyton Jones
- type system extensions used in GHC
Isaac Dupree
- patch applied (ghc): Add a note about primop wrappers (cf Trac
#1509)
Simon Peyton Jones
- patch applied (ghc): Do not consult -XGADTs flag when pattern
matching on GADTs
Simon Peyton Jones
- patch applied (ghc): move and generalize an instance (#1405)
Simon Peyton Jones
- patch applied (ghc): move and generalize another instance (#1405)
Simon Peyton Jones
- patch applied (ghc): generalize instance Outputable GenCmm to H98
(#1405)
Simon Peyton Jones
- patch applied (ghc): change CmmActual,
CmmFormal to use a data CmmHinted rather than tuple (#1405)
Simon Peyton Jones
- patch applied (ghc): Make the instance of DebugNodes more H98-like
Simon Peyton Jones
- patch applied (ghc): A little refactoring of GenIfaceEq to make the
Outputable instance into H98
Simon Peyton Jones
- darcs patch: add test for curried unboxed-tuple constructors
Isaac Dupree
- patch applied (testsuite): add test for curried unboxed-tuple
constructors
Isaac Dupree
- unboxed types
Ian Lynagh
- patch applied (testsuite): ghci can't run unboxed tuples currently
Isaac Dupree
- darcs patch: document and "ifdef" BreakArray better
Isaac Dupree
- [nightly] 04-Jan-2008 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- HsVersions.h imports and warnings
Isaac Dupree
- [nightly] 04-Jan-2008 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc-6.8/ghc): FIX #1980: must check for
ThreadRelocated in killThread#
Ian Lynagh
- patch applied (ghc-6.8/ghc): Remove obselete code for
update-in-place (which we no longer do)
Ian Lynagh
- patch applied (ghc-6.8/ghc): Add better panic message in getSRTInfo
(Trac #1973)
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix Trac #1988;
keep the ru_fn field of a RULE up to date
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix nasty recompilation bug in
MkIface.computeChangedOccs
Ian Lynagh
- patch applied (ghc-6.8/ghc): Comment only
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix Trac #1981: seq on a
type-family-typed expression
Ian Lynagh
- patch applied (ghc-6.8/ghc): Improve handling of newtypes (fixes
Trac 1495)
Ian Lynagh
- patch applied (ghc-6.8/ghc): When complaining about non-rigid
context, give suggestion of adding a signature
Ian Lynagh
- patch applied (ghc-6.8/ghc): correct type mistake,
hidden by happy -agc coercions!
Ian Lynagh
- patch applied (ghc-6.8/ghc): add missing import that happy -agc
secretly provided
Ian Lynagh
- patch applied (ghc-6.8/ghc): import ord that alex secretly imported
Ian Lynagh
- patch applied (ghc-6.8/ghc): Always do 'setup makefile' before
building each library
Ian Lynagh
- patch applied (ghc-6.8/ghc): Add installPackage to dependencies of
make.library.* as it's used by the rule
Ian Lynagh
- patch applied (ghc-6.8/ghc): expand "out of stack slots" panic to
suggest using -fregs-graph, see #1993
Ian Lynagh
- patch applied (ghc-6.8/ghc): fix validation failure on non-i386
Ian Lynagh
- patch applied (ghc-6.8/ghc): FIX #1898: add a missing
UNTAG_CLOSURE() in checkBlackHoles
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix warnings with newer gcc versions
(I hope)
Ian Lynagh
- patch applied (ghc-6.8/ghc): Remove -funfolding-update-in-place
flag documentation
Ian Lynagh
- patch applied (ghc-6.8/ghc): Document SOURCE pragma;
clarify TH behavior for mutually-recurive modules (Trac #1012)
Ian Lynagh
- patch applied (ghc-6.8/ghc): Do not consult -XGADTs flag when
pattern matching on GADTs
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix imports for the 6.8 branch
Ian Lynagh
- patch applied (testsuite): Skip TransformListComp tests for GHC <
6.9
Ian Lynagh
- patch applied (testsuite): Skip more tests if using GHC < 6.9
Ian Lynagh
- [nightly] 05-Jan-2008 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- darcs patch: more portabilization
Isaac Dupree
- [nightly] 05-Jan-2008 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc-6.8/ghc): MERGED: FIX #1963: catch Ctrl-C and
clean up properly
Ian Lynagh
- patch applied (ghc-6.8/ghc): MERGED: always try to remove the new
file before restoring the old one (#1963)
Ian Lynagh
- patch applied (ghc-6.8/ghc): Don't rely on
distrib/prep-bin-dist-mingw being executable
Ian Lynagh
- patch applied (ghc-6.8/ghc): Make ghcii.sh executable
Ian Lynagh
- patch applied (ghc-6.8/ghc): Include ~/Library/Frameworks in the
framework searchpath
Ian Lynagh
- patch applied (ghc-6.8/ghc): update to track .lhs-boot file
Ian Lynagh
- patch applied (/haskell/ghc): Add a FreeBSD amd64 bindist from
Wilhelm Bernhard Kloke
Ian Lynagh
- [nightly] 06-Jan-2008 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (ghc-6.8/ghc): Add instructions for building docs to
README
Ian Lynagh
- patch applied (ghc): Add instructions for building docs to README
Ian Lynagh
- patch applied (ghc): Fix build: Recent instance shuffling left us
with overlapping instances
Ian Lynagh
- [nightly] 06-Jan-2008 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): pass -no-user-package-conf to ghc-inplace
Simon Marlow
- patch applied (ghc): Add -XImpredicativeTypes,
and tighten up type-validity checking (cf Trac 2019)
Simon Peyton Jones
- patch applied (ghc): Fix Trac #2017
Simon Peyton Jones
- patch applied (ghc): Make the treatment of equalities more uniform
Simon Peyton Jones
- patch applied (ghc): Fix Trac #2018: float-out was ignoring the
kind of a coercion variable
Simon Peyton Jones
- patch applied (testsuite): Remove bogus constructor from test
Simon Peyton Jones
- patch applied (testsuite): Add tests for type signature validity
(cf Trac 2019)
Simon Peyton Jones
- patch applied (/haskell/ghc): Add an i386 build of 6.8.2 from
Christian Maeder
Ian Lynagh
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- [nightly] 07-Jan-2008 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 07-Jan-2008 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- zEncodeString
Isaac Dupree
- darcs patch: Use command-dependent word break characters for tab
completion in ghci. Fixes bug #998.
Judah Jacobson
- patch applied (ghc): Refactor getCoreToDo slightly
Roman Leshchinskiy
- patch applied (ghc): Add -fsimplifier-phases option
Roman Leshchinskiy
- patch applied (ghc): Document -fsimplifier-phases
Roman Leshchinskiy
- patch applied (ghc): More refactoring in getCoreToDo
Roman Leshchinskiy
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- [nightly] 08-Jan-2008 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 08-Jan-2008 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- patch applied (testsuite): Test for Trac #2017
Simon Peyton Jones
- patch applied (testsuite): Update output for new
-XImpredicativeTypes flag
Simon Peyton Jones
- [nightly] 09-Jan-2008 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 09-Jan-2008 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (testsuite): Tests for Trac 2030
Simon Peyton Jones
- patch applied (testsuite): Test for Trac 2018
Simon Peyton Jones
- patch applied (ghc): Fix 2030: make -XScopedTypeVariables imply
-XRelaxedPolyRec
Simon Peyton Jones
- darcs patch: Fix filename completion by adding trailing
spaces/slashes manually. (+ 1 more)
Judah Jacobson
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Use command-dependent word break characters
for tab completion in ghci. Fixes bug #998.
Simon Marlow
- patch applied (ghc): Fix filename completion by adding trailing
spaces/slashes manually.
Simon Marlow
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Use System.FilePath
Ian Lynagh
- patch applied (ghc): Fix whitespace
Ian Lynagh
- patch applied (ghc): don't initialize readline needlessly
Ian Lynagh
- patch applied (ghc): FilePath fixes
Ian Lynagh
- patch applied (testsuite): Mark some bugs as broken in the HEAD due
to FilePath bug #2034
Ian Lynagh
- patch applied (ghc): Fix warnings in HsExpr
Ian Lynagh
- patch applied (ghc): Tweak whitespace in HsExpr
Ian Lynagh
- patch applied (testsuite): bug1677 is also broken by #2034
(FilePath bug)
Ian Lynagh
- patch applied (ghc): Add GMP_INCLUDE_DIRS in a couple of places
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/Bag.lhs
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/Util
Ian Lynagh
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc-6.8/ghc): MERGED: don't initialize readline
needlessly
Ian Lynagh
- patch applied (ghc-6.8/ghc): MERGED: Only initialise readline if we
are connected to a terminal
Ian Lynagh
- patch applied (ghc-6.8/ghc): Add GMP_INCLUDE_DIRS in a couple of
places
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix warnings in utils/Bag.lhs
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix 2030: make -XScopedTypeVariables
imply -XRelaxedPolyRec
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix Trac #2018: float-out was ignoring
the kind of a coercion variable
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix Trac #2017
Ian Lynagh
- patch applied (ghc-6.8/ghc): MERGED: Make the treatment of
equalities more uniform
Ian Lynagh
- patch applied (ghc): Only initialise readline if we are connected
to a terminal
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/State
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/FastMutInt
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/OrdList
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/FastTypes
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/BufWrite
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/Maybes
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/UniqSet
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/Panic
Ian Lynagh
- patch applied (ghc): Fix warnings in utils/ListSetOps
Ian Lynagh
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Remove an extra ) that was breaking the build
on Windows
Ian Lynagh
- [issue560] pull => resource exhausted (Too many open files)
David Roundy
- Not valid!
Manuel M T Chakravarty
- patch applied (ghc): Fix warning when USE_READLINE is unset
chak at cse.unsw.edu.au
- patch applied (ghc): FIX BUILD (Solaris): include fcntl.h for file
operations
Roman Leshchinskiy
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Give an error if view pattern syntax is used
in an expression; fixes #2033
Ian Lynagh
- patch applied (ghc): Fix utils/Util for debug build
Ian Lynagh
- patch applied (testsuite): Add a test for trac #2033: view pattern
where expression expected
Ian Lynagh
- patch applied (ghc): Fix generating dependencies for different ways
now we use FilePath
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix warnings in utils/FastMutInt
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix warnings in utils/OrdList
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix warnings in utils/State
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix warnings in utils/UniqSet
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix warnings in utils/Maybes
Ian Lynagh
- patch applied (testsuite): Testsuite fixes for GHC 6.8
Ian Lynagh
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): More verbose error reporting in mk/target.mk
Clemens Fruhwirth
- patch applied (ghc): Refactor cross-plattform process spawning from
ghc-inplace into shell-tools.c
Clemens Fruhwirth
- patch applied (ghc): Add Main.dyn_o deployed into the RTS library
dir to linking (see DLLNOTES for rational)
Clemens Fruhwirth
- patch applied (ghc): A bottoming function should have infinite arity
Simon Peyton Jones
- patch applied (ghc): The Core type-matcher should look through
PredTypes
Simon Peyton Jones
- patch applied (ghc): Fix typo
Ian Lynagh
- patch applied (ghc): Fix slash direction on Windows with the new
filePath code
Ian Lynagh
- patch applied (ghc): Fix Makefile generatin on Windows
Ian Lynagh
- patch applied (ghc): Add a missing import
Ian Lynagh
- patch applied (ghc-6.8/ghc): Tweak the splitter
Ian Lynagh
- patch applied (testsuite): Update output
Ian Lynagh
- patch applied (ghc): Add -dynload flag as dynamic flag.
Clemens Fruhwirth
- patch applied (ghc): ghc-inplace defaults to -fhardwire-lib-paths.
Change that to -dynload wrapped
Clemens Fruhwirth
- patch applied (ghc): Remove -fhardwire-lib-paths in favour of
-dynload sysdep
Clemens Fruhwirth
- patch applied (ghc): Use runPhase_MoveBinary also for generating a
dynamic library wrapper
Clemens Fruhwirth
- patch applied (ghc): Add dyn-wrapper.c used as cross-plattform
launch wrapper for executables using dynamic libraries in
non-standard places
Clemens Fruhwirth
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- 2 GHCs => can't resolve Cabal dependencies
Duncan Coutts
- 2 GHCs => can't resolve Cabal dependencies
Duncan Coutts
- patch applied (ghc): Fix the -frule-check pass
Simon Peyton Jones
- patch applied (ghc): Extra instance for Outputable on 5-tuples
Simon Peyton Jones
- patch applied (ghc): Comments only
Simon Peyton Jones
- patch applied (ghc): Complain sensibly if you try to use scoped
type variables in Template Haskell
Simon Peyton Jones
- patch applied (ghc): Fix broken debug warning
Simon Peyton Jones
- patch applied (ghc): In float-out,
make sure we abstract over the type variables in the kind of a
coercion
Simon Peyton Jones
- patch applied (ghc): Record evaluated-ness information correctly
for strict constructors
Simon Peyton Jones
- patch applied (ghc): Eliminate warnings with -DDEBUG
Simon Peyton Jones
- patch applied (ghc): Fix egregious error in earlier "Record
evaluated-ness" patch
Simon Peyton Jones
- Build slaves for Solaris x86/sparc
Georg Sauthoff
- patch applied (ghc): Fix references to Filepath
Clemens Fruhwirth
- patch applied (ghc): Add -fspec-inline-join-points to SpecConstr
Simon Peyton Jones
- patch applied (testsuite): Test for duplicate decls
Simon Peyton Jones
- patch applied (testsuite): Add test for Trac #2024
Simon Peyton Jones
- darn, more validation failures
Isaac Dupree
- patch applied (ghc): Add missing extendSubst
Simon Peyton Jones
- patch applied (ghc): lots of portability changes (#1405)
Isaac Dupree
- validation test-failures
Isaac Dupree
- darcs patch: Use do notation
Twan van Laarhoven
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- Validate fails
Simon Peyton-Jones
- patch applied (ghc): Add quasi-quotation,
courtesy of Geoffrey Mainland
Simon Peyton Jones
- patch applied (testsuite): Tests for quasi-quotation
Simon Peyton Jones
- patch applied (ghc): Wibble to SetLevels.abstractVars
Simon Peyton Jones
- patch applied (ghc): Tweak the splitter
Ian Lynagh
- patch applied (ghc): Fix imports when !DEBUG
Ian Lynagh
- patch applied (ghc-6.8/ghc): Complain sensibly if you try to use
scoped type variables in Template Haskell
Ian Lynagh
- patch applied (ghc-6.8/ghc): More verbose error reporting in
mk/target.mk
Ian Lynagh
- patch applied (ghc-6.8/ghc): pass -no-user-package-conf to
ghc-inplace
Ian Lynagh
- patch applied (ghc-6.8/ghc): Improve the error when :list can't
find any code to show
Ian Lynagh
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Improve the error when :list can't find any
code to show
Ian Lynagh
- patch applied (ghc): FIX #1821 (Parser or lexer mess-up)
Ian Lynagh
- patch applied (ghc): Use -framework-path flags during the cc phase.
Fixes trac #1975.
Ian Lynagh
- patch applied (ghc): Add scripts for building GMP.framework and
GNUreadline.framework (OS X).
Ian Lynagh
- patch applied (ghc): Make MacFrameworks a subdirectory of distrib,
since it isn't used in the normal building process.
Ian Lynagh
- patch applied (ghc): Add :run and tweak :main
Ian Lynagh
- patch applied (testsuite): Add a test for trac #1821
Ian Lynagh
- patch applied (testsuite): Add a test for :main and :run
Ian Lynagh
- patch applied (ghc-6.8/ghc): Use -framework-path flags during the
cc phase. Fixes trac #1975.
Ian Lynagh
- patch applied (ghc-6.8/ghc): Add scripts for building GMP.framework
and GNUreadline.framework (OS X).
Ian Lynagh
- patch applied (ghc-6.8/ghc): Make MacFrameworks a subdirectory of
distrib, since it isn't used in the normal building process.
Ian Lynagh
- patch applied (ghc-6.8/ghc): MERGED: Add :run and tweak :main
Ian Lynagh
- darcs patch: Use -framework-path flags during the cc phase.
Fixes trac #1975.
Ian Lynagh
- darcs patch: Scripts for building OS X frameworks
Ian Lynagh
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Fix giving an error if we are given
conflicting mode flags
Ian Lynagh
- patch applied (ghc): Fix whitespace
Ian Lynagh
- patch applied (ghc): Fix ghc -e :main (it was enqueuing the main
function, but not running it)
Ian Lynagh
- patch applied (ghc): Support multiple -e flags
Ian Lynagh
- patch applied (ghc): Fix warnings in main/Main
Ian Lynagh
- patch applied (testsuite): Add a test that we get an error if
conflicting mode flags are given
Ian Lynagh
- patch applied (testsuite): Test for ghc -e ":main"
Ian Lynagh
- patch applied (testsuite): Add a test for multiple -e flags
Ian Lynagh
- patch applied (testsuite): Fix #1599: Improve timeout on Windows
Ian Lynagh
- patch applied (testsuite): Add WinCBindings.hsc,
not WinCBindings.hs!
Ian Lynagh
- [issue534] realdarcs.exe: schedule: re-entered unsafely"
"realdarcs.exe: internal error: evacuate: strange closure type 9108
Mark Stosberg
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): Typo in phase-control documentation
Simon Peyton Jones
- patch applied (ghc): Fix catching exit exceptions in ghc -e
Ian Lynagh
- patch applied (ghc): Tweak runghc
Ian Lynagh
- patch applied (ghc): Normalise FilePaths before printing them
Ian Lynagh
- patch applied (ghc): Fix warnings in main/CmdLineParser
Ian Lynagh
- patch applied (ghc): Fix exception message with ghc -e
Ian Lynagh
- patch applied (testsuite): Add a test for exitWith and ghc -e
Ian Lynagh
- patch applied (testsuite): Add another ghc -e / runghc test
Ian Lynagh
- patch applied (testsuite): Mark some bugs as broken in the HEAD due
to FilePath bug #2034
Ian Lynagh
- patch applied (testsuite): bug1677 is also broken by #2034
(FilePath bug)
Ian Lynagh
- patch applied (testsuite): Test for Trac 2055
Simon Peyton Jones
- patch applied (ghc): Fix Trac #2055
Simon Peyton Jones
- patch applied (ghc): Make the loop-breaking algorithm a bit more
liberal, where RULES are involved
Simon Peyton Jones
- patch applied (ghc): Do not worker/wrapper INLINE things,
even if they are in a recursive group
Simon Peyton Jones
- patch applied (ghc): Increase the bar for bootstrapping GHC to 6.4
(HEAD only)
Simon Marlow
- patch applied (ghc): FIX #2049,
another problem with the module context on :reload
Simon Marlow
- patch applied (testsuite): fix intermittent failure with ghci025
Simon Marlow
- patch applied (ghc-6.8/ghc): Fix giving an error if we are given
conflicting mode flags
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix ghc -e :main (it was enqueuing the
main function, but not running it)
Ian Lynagh
- patch applied (ghc-6.8/ghc): Support multiple -e flags
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix exception message with ghc -e
Ian Lynagh
- patch applied (ghc-6.8/ghc): Tweak runghc
Ian Lynagh
- patch applied (ghc-6.8/ghc): Fix catching exit exceptions in ghc -e
Ian Lynagh
- patch applied (ghc-6.8/ghc): Typo in phase-control documentation
Ian Lynagh
- patch applied (ghc): Wibble to the OccurAnal fix for RULEs and
loop-breakers
Simon Peyton Jones
- more effective use of the developers' wiki
Norman Ramsey
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): FIX #1839, #1463,
by supporting ghc-pkg bulk queries with substring matching
Simon Marlow
- patch applied (ghc): cleanup only
Simon Marlow
- patch applied (ghc): use pathSeparator instead of '/'
Simon Marlow
- patch applied (testsuite): allow extra normalisation to be applied
to the output on a per-test basis
Simon Marlow
- patch applied (testsuite): normalise '\' to '/' in the output,
to fix Windows failures
Simon Marlow
- patch applied (testsuite): remove now-unnecessary #1545 skips
Simon Marlow
- patch applied (ghc): This goes with the patch for #1839, #1463
Simon Marlow
- patch applied (testsuite): update to test for #2049
Simon Marlow
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): fix syntax-error output for :show
Simon Marlow
- patch applied (ghc): FIX #1767 :show documentation claimed too much
Simon Marlow
- patch applied (ghc): FIX #1838,
#1987: change where GHCi searches for config files
Simon Marlow
- patch applied (ghc): Comments only
Simon Peyton Jones
- patch applied (ghc): Tidy up the treatment of SPECIALISE pragmas
Simon Peyton Jones
- patch applied (ghc): Attach the INLINE Activation pragma to any
automatically-generated specialisations
Simon Peyton Jones
- HEAD build fails with problem in InteractiveUI.hs
Max Bolingbroke
- patch applied (ghc): Escape arguments for Windows in shell-tools.c
Ian Lynagh
- patch applied (ghc): Fix setting argv[0] in shell-utils.c on Windows
Ian Lynagh
- patch applied (ghc): Windows now doesn't need different values for
DQ in the build system
Ian Lynagh
- patch applied (testsuite): Don't hide output
Ian Lynagh
- patch applied (testsuite): Avoid some escaping in a commandline
Ian Lynagh
- patch applied (testsuite): Normalise some slashes
Ian Lynagh
- [issue534] realdarcs.exe: schedule: re-entered unsafely"
"realdarcs.exe: internal error: evacuate: strange closure type 9108
Mark Stosberg
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): FIX #1750: throw out mutually recursive groups
of packages
Simon Marlow
- patch applied (ghc): FIX #1750: in isBrokenPackage,
don't loop if the deps are recursive
Simon Marlow
- patch applied (ghc): Show CmdLineError exceptions as "<command
line>: ..."
Simon Marlow
- patch applied (testsuite): add test for #1750
Simon Marlow
- patch applied (ghc): FIX BUILD wrong imports on non-Windows
Simon Marlow
- patch applied (testsuite): accept output (change to default
exception handler in Control.Exeption)
Simon Marlow
- ghci024 on tnaur PPC OSX head
Claus Reinke
- patch applied (ghc): Added MASSERT macro for assertions in do
notation
Ian Lynagh
- patch applied (ghc): Monadify deSugar/DsBinds: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/DsArrows: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/DsCCall: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/Match: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/MatchLit: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Add 'util/MonadUtils.hs' with common monad
(and applicative) combinators
Ian Lynagh
- patch applied (ghc): Added Applicative instance for IOEnv
Ian Lynagh
- patch applied (ghc): Monadify deSugar/DsExpr: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/DsGRHSs: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/DsForeign: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/DsListComp: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/DsUtils: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/Desugar: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify deSugar/DsMonad: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Added Applicative and Functor instances for
State monad
Ian Lynagh
- patch applied (ghc): Monadify stranal/WorkWrap: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Added MonadUnique class for monads that have a
unique supply
Ian Lynagh
- patch applied (ghc): Monadify stranal/WwLib: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify stranal/StrictAnal: use the State
monad instead of a custom thing
Ian Lynagh
- patch applied (ghc): Monadify rename/RnBinds: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): seqMaybe is more commonly known as mplus
Ian Lynagh
- patch applied (ghc): Monadify rename/RnNames: use return and
standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify rename/RnPat: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify rename/RnTypes: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify coreSyn/CorePrep: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify profiling/SCCfinal
Ian Lynagh
- patch applied (ghc): Monadify simplCore/SimplCore: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify simplCore/SimplEnv: use standard
monad functions
Ian Lynagh
- patch applied (ghc): Monadify simplCore/Simplify: use do and return
Ian Lynagh
- patch applied (ghc): Monadify simplCore/SimplUtils: use do, return,
standard monad functions and MonadUnique
Ian Lynagh
- patch applied (ghc): Monadify simplCore/SetLevels: use do, return,
standard monad functions and MonadUnique
Ian Lynagh
- patch applied (ghc): Monadify simplCore/SimplMonad: use MonadUnique
instance instead of custom functions
Ian Lynagh
- patch applied (ghc): Monadify simplCore/SimplMonad: custom monad
functions are no longer needed
Ian Lynagh
- patch applied (ghc): MonadIO instance for IOEnv
Ian Lynagh
- patch applied (ghc): Removed unused Maybe functions,
use the standard Maybe monad instead
Ian Lynagh
- patch applied (ghc): Added MaybeT monad transformer to utils/Maybes
Ian Lynagh
- patch applied (ghc): Remove generic monad function from State,
it was moved to MonadUtils
Ian Lynagh
- patch applied (ghc): Monadify stgSyn/CoreToStg
Ian Lynagh
- patch applied (ghc): Monadify stgSyn/StgLint
Ian Lynagh
- patch applied (ghc): Monadify specialise/SpecConstr: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify specialise/Specialise: use do, return,
standard monad functions and MonadUnique
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcExpr: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcForeign: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcRules: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcPat: use return and
standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcTyFuns: use standard
monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcUnify: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/Inst: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcArrows: use do and return
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcBinds: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcClassDcl: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcDeriv: use return
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcDefaults: use return and
standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcTyClsDecls: use return
and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcSplice: use do and return
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcSimplify: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcHsType: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcInstDcls: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcMType: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcMatches: use return and
standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcRnDriver: use return and
standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcEnv: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify typecheck/TcRnMonad: use return,
standard monad functions and liftIO
Ian Lynagh
- patch applied (ghc): Monadify iface/IfaceEnv: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify iface/LoadIface: use return and liftIO
Ian Lynagh
- patch applied (ghc): Monadify iface/MkIface: use do,
return and standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify iface/TcIface: use do, return,
applicative, standard monad functions
Ian Lynagh
- patch applied (ghc): Monadify iface/BuildTyCl: use return
Ian Lynagh
- patch applied (ghc): Replace remaining uses of ioToIOEnv by liftIO,
remove ioToIOEnv
Ian Lynagh
- patch applied (ghc): Remove unused custom versions of monad
combinators from UniqSupply
Ian Lynagh
- patch applied (ghc): Remove unused custom versions of monad
combinators from IOEnv
Ian Lynagh
- patch applied (ghc): Replace ioToTcRn with liftIO
Ian Lynagh
- patch applied (ghc): Fix the build
Ian Lynagh
- ghci024 on tnaur PPC OSX head
naur at post11.tele.dk
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- patch applied (ghc): Be a little keener to inline
Simon Peyton Jones
- patch applied (ghc): Fix do-notation so that it works with -DDEBUG
Simon Peyton Jones
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- mailing list problems: "The message headers matched a filter rule"
Twan van Laarhoven
- mailing list problems: "The message headers matched a filter
rule"
naur at post11.tele.dk
- Result of match_kind, am I reading this correctly?
Twan van Laarhoven
- patch applied (ghc): Fix #2062: foldr1 problem in hpc tool
Andy Gill
- darcs patch: Fix warnings (part 1)
Twan van Laarhoven
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (nofib): Add type signatures for compilers lacking
the monomorphism restriction (nhc/yhc)
Neil Mitchell
- patch applied (nofib): Add a type signature to imaginary/integrate,
for compilers lacking the monomorphism restriction
Neil Mitchell
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- Debian configuration issue that bears upon GHC
Norman Ramsey
- Debian configuration issue that bears upon GHC
Norman Ramsey
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
- Daily report for head
BuildBot Collator
- Daily report for stable
BuildBot Collator
- patch applied (ghc): Whitespace only
Ian Lynagh
- patch applied (ghc): Use nilFS
Ian Lynagh
- patch applied (ghc): Add a bit of strictness to the parser
Ian Lynagh
- patch applied (ghc): A touch more strictness in the parser
Ian Lynagh
- patch applied (ghc): Make sL strict in /both/ arguments to L
Ian Lynagh
- patch applied (ghc): Get a bit of sharing
Ian Lynagh
- patch applied (ghc): Make the Parser Monad's return strict
Ian Lynagh
- patch applied (ghc): Tell happy to be strict
Ian Lynagh
- patch applied (ghc): Strictness tweaks
Ian Lynagh
- patch applied (ghc): Make comb[234] strict
Ian Lynagh
- patch applied (ghc): A couple more parser tweaks
Ian Lynagh
- patch applied (ghc): Parser tweak
Ian Lynagh
- patch applied (ghc): Strictness tweaks
Ian Lynagh
- patch applied (ghc): Fix warnings in coreSyn/CoreSyn
Ian Lynagh
- patch applied (ghc): Fix warnings in coreSyn/CoreTidy
Ian Lynagh
- patch applied (ghc): Fixed warnings in types/Class
Ian Lynagh
- patch applied (ghc): Fixed warnings in coreSyn/CoreFVs,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in coreSyn/CoreLint
Ian Lynagh
- patch applied (ghc): Fixed warnings in coreSyn/CoreSubst
Ian Lynagh
- patch applied (ghc): Fixed warnings in coreSyn/CorePrep
Ian Lynagh
- patch applied (ghc): Fixed warnings in coreSyn/CoreUnfold
Ian Lynagh
- patch applied (ghc): Fixed warnings in coreSyn/CoreUtils,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in coreSyn/PprExternalCore
Ian Lynagh
- patch applied (ghc): Fixed warnings in coreSyn/MkExternalCore,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in types/Coercion,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in basicTypes/Name
Ian Lynagh
- patch applied (ghc): Fixed warnings in basicTypes/Var
Ian Lynagh
- patch applied (ghc): Fixed warnings in basicTypes/Id
Ian Lynagh
- patch applied (ghc): Fixed warnings in basicTypes/Literal,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in basicTypes/BasicTypes
Ian Lynagh
- patch applied (ghc): Fixed warnings in simplCore/OccurAnal
Ian Lynagh
- patch applied (ghc): Fixed warnings in coreSyn/ExternalCore
Ian Lynagh
- patch applied (ghc): Fixed warnings in basicTypes/Unique
Ian Lynagh
- patch applied (ghc): Fixed warnings in basicTypes/Demand
Ian Lynagh
- patch applied (ghc): Fixed warnings in utils/Digraph
Ian Lynagh
- patch applied (ghc): Fixed warnings in utils/Encoding
Ian Lynagh
- patch applied (ghc): Fixed warnings in basicTypes/RdrName
Ian Lynagh
- patch applied (ghc): Fixed warnings in basicTypes/OccName
Ian Lynagh
- patch applied (ghc): Fixed warnings in types/FunDeps
Ian Lynagh
- patch applied (ghc): Fixed warnings in types/TypeRep
Ian Lynagh
- patch applied (ghc): Fixed warnings in types/Type,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in types/TyCon
Ian Lynagh
- patch applied (ghc): Fixed warnings in stgSyn/StgSyn
Ian Lynagh
- patch applied (ghc): Fixed warnings in types/Generics
Ian Lynagh
- patch applied (ghc): Fixed warnings in vectorise/VectUtils
Ian Lynagh
- patch applied (ghc): Fixed warnings in simplStg/SimplStg
Ian Lynagh
- patch applied (ghc): Fixed warnings in simplStg/StgStats,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in simplStg/SRT,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in types/FamInstEnv
Ian Lynagh
- patch applied (ghc): Fixed warnings in types/InstEnv
Ian Lynagh
- patch applied (ghc): Fixed warnings in profiling/CostCentre,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in simplCore/CSE
Ian Lynagh
- patch applied (ghc): Fixed warnings in hsSyn/HsDecls,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in hsSyn/HsBinds,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in hsSyn/HsPat,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in hsSyn/HsImpExp,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in hsSyn/HsLit
Ian Lynagh
- patch applied (ghc): Fixed warnings in hsSyn/HsDoc
Ian Lynagh
- patch applied (ghc): Fixed warnings in hsSyn/HsTypes
Ian Lynagh
- patch applied (ghc): Fixed warnings in hsSyn/HsUtils
Ian Lynagh
- patch applied (ghc): Fixed warnings in hsSyn/HsSyn
Ian Lynagh
- patch applied (ghc): Fixed warnings in main/DynFlags
Ian Lynagh
- patch applied (ghc): Fixed warnings in main/HeaderInfo,
except for incomplete pattern matches
Ian Lynagh
- patch applied (ghc): Fixed warnings in main/ErrUtils
Ian Lynagh
- patch applied (ghc): Fix warnings on non-Windows
Ian Lynagh
- patch applied (ghc): Add missing (error) case in pprConDecl
Simon Peyton Jones
- patch applied (ghc): Add missing (error) case in isIrrefutablePat
Simon Peyton Jones
- patch applied (ghc): Fix typo where I forgot the new substitution
Simon Peyton Jones
- patch applied (ghc): Move spiltDmdTy within module (no change in
code)
Simon Peyton Jones
- patch applied (ghc): Warning clean up
chak at cse.unsw.edu.au
- Daily report for stable
BuildBot Collator
- Daily report for head
BuildBot Collator
Last message date:
Thu Jan 31 03:30:05 EST 2008
Archived on: Thu Jan 31 03:29:34 EST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).