Timeline


and

10/08/07:

21:19 Ticket #1761 (Compiler panics on "phantom family") closed by chak
duplicate: Same as #1729
21:17 Ticket #1757 (Simple example crashes GHC) closed by chak
duplicate: Same as #1729
21:10 TypeFunctionsStatus edited by chak
(diff)
07:24 Ticket #1762 (wrong result of isProperSubsetOf) created by guest
{{{IntSet?.isProperSubsetOf (IntSet?.fromList [2,3]) (IntSet?.fromList …
06:45 Ticket #1748 (main-is argument cannot be hierarchical module) reopened by simonmar
06:45 Ticket #1748 (main-is argument cannot be hierarchical module) closed by simonmar
fixed: Fixed: […]
06:23 WorkingConventions/FixingBugs edited by simonmar
wibbles (diff)
06:17 Ticket #1761 (Compiler panics on "phantom family") created by guest
Feeding the following innocent looking (well...) program into GHC causes …
06:16 Ticket #1739 (Can't compile apps with the -fvia-C flag - Can't locate vars.pm) reopened by simonmar
oops, need to merge this one
05:41 Ticket #1739 (Can't compile apps with the -fvia-C flag - Can't locate vars.pm) closed by simonmar
fixed: I believe I've fixed this. […]
04:36 WorkingConventions/Submissions edited by simonpj
(diff)
04:33 WorkingConventions edited by simonpj
(diff)
04:31 WorkingConventions edited by simonpj
(diff)
04:31 WorkingConventions edited by simonpj
(diff)
04:22 WorkingConventions/FixingBugs edited by simonpj
(diff)

10/07/07:

12:30 Ticket #1760 (ghc 6.6.1: internal error: asyncRead# on threaded RTS) created by babu.srinivasan@…
[…] […]

10/06/07:

05:39 Ticket #1759 (HPC interaction with -Wall leading to spurious pattern match warnings) created by guest
Without -fhpc, the following program passes the pattern match checker: …
04:44 Ticket #1758 (misleading compiler error message in case of interface file inconsistency) created by guest
I hacked on the GHC base, did something wrong (on purpose), and got a very …
02:53 NewGhciDebugger edited by mnislaih
Added a link to the LightweightCCSCallStack page (diff)
02:38 LightweightCCSCallStack created by mnislaih
Initial version

10/05/07:

12:10 Ticket #1757 (Simple example crashes GHC) created by guest
This file: […] and call GHC as: ghci -fglasgow-exts Abc gives: …
07:48 Ticket #1756 (Miscellaneous fixes to validate on PPC Mac OS X) created by thorkilnaur
The attached patches, (in-?)conveniently separated by affected file, fix …

10/04/07:

19:48 Ticket #1755 (Template Haskell quoting bug) created by guest
Quoting local variable in a certain situation make GHC panic. This OK: …

10/03/07:

14:52 Ticket #1754 (Border case type families/type equality coercions cause the impossible to ...) created by guest
A few border case problems with type equality coercions with type …
00:24 Ticket #1753 (GHC's file locking mechanism not prepared for close() returning -1) created by guest
There is a bug in GHC file locking mechanism which manifests itself when …

10/02/07:

18:36 Ticket #1752 (CSE can create space leaks by increasing sharing) created by guest
The following program exhibits a space leak on GHC6.6.1. "noleak" doesn't …
06:21 TypeFunctionsStatus edited by chak
(diff)
05:10 TypeFunctionsStatus edited by chak
(diff)
05:04 Ticket #1738 (GADT3 test failure) closed by chak
fixed

10/01/07:

22:07 Ticket #1751 (program with GADTs segfaults when compiled with -prof and -auto-all) created by guest
Consider the following modules Main.hs and M.hs: […] […] I get: …
04:02 Ticket #1750 (ghc-pkg stack overflow when mutually dependent packages installed) created by greenrd
I erroneously added mutual dependencies between two packages I was working …

09/29/07:

14:11 Ticket #1749 (forall type gives "not polymorphic enough" error incorrectly) closed by simonpj
invalid: As Stefan says, this is our old friend the Monomorphism Restriction. Look …
12:50 Ticket #1749 (forall type gives "not polymorphic enough" error incorrectly) created by guest
[…] When making this into an instance of Arrow, compose works …
07:30 TypeFunctionsStatus edited by chak
(diff)
05:53 TypeFunctionsStatus edited by chak
(diff)
05:45 TypeFunctionsStatus edited by chak
(diff)
05:44 TypeFunctionsStatus edited by chak
(diff)
05:40 TypeFunctionsStatus edited by chak
(diff)
05:40 Ticket #1730 (type families GHC "impossible happened") closed by chak
duplicate: Same problem as #1729. (I have a fix that I still need to validate.)
05:32 TypeFunctionsStatus edited by chak
(diff)
05:29 TypeFunctionsStatus edited by chak
(diff)
05:28 Ticket #1729 (panic on type family) closed by chak
fixed
05:17 TypeFunctionsStatus edited by chak
(diff)
03:16 TypeFunctionsStatus edited by chak
(diff)
03:10 TypeFunctionsStatus edited by chak
(diff)
01:36 TypeFunctionsStatus edited by chak
(diff)

09/28/07:

08:22 Ticket #1748 (main-is argument cannot be hierarchical module) created by guest
Foobar.hs: […] […] When not using hierarchical names, i.e. name …
08:05 Ticket #1747 (debugger: :trace is wasting time) created by simonmar
When using :trace, execution is constantly switching between the main …
06:39 TypeFunctionsStatus edited by chak
(diff)
05:58 TypeFunctionsStatus edited by chak
(diff)
05:12 TypeFunctionsStatus edited by chak
(diff)
04:01 Ticket #1746 (GADT bug with -O2) created by igloo
Reported by Daniel Gorín in …

09/27/07:

15:07 Ticket #1745 (i386 Linux bindist doesn't install .hi files for the ghc package) created by igloo
The i386 Linux bindist doesn't install .hi files for the ghc package. I …
13:10 Ticket #1744 (treat byte order mark as zero-width whitespace) created by igloo
The U+FEFF ZERO WIDTH NO-BREAK SPACE Unicode character, better known as …
08:00 Ticket #1743 (debugger: confusion with shadowed bindings) created by simonmar
See test break026.
05:33 Ticket #1742 (test) closed by igloo
invalid
05:18 Ticket #1742 (test) created by igloo
test
03:29 Ticket #1740 (Haddock 0.8 does not appear to respect module structure) closed by simonmar
fixed: This is a known bug in Haddock 0.8, that is fixed in Haddock 2.0 (coming …
02:34 Ticket #1741 (Threaded RTS must use processor affinity and processor information) created by guest
Threaded RTS must use processor affinity and processor information I …
00:24 TypeFunctionsStatus edited by chak
(diff)

09/26/07:

16:44 Ticket #1740 (Haddock 0.8 does not appear to respect module structure) created by guest
Haddock seems to ignore the explicit import lists or hiding lists of …
12:36 Ticket #1734 (needless panic in :show modules) closed by igloo
fixed: merged
12:36 Ticket #1340 (Hpc Documentation) closed by igloo
fixed: Merged
09:05 Ticket #1739 (Can't compile apps with the -fvia-C flag - Can't locate vars.pm) created by guest
When I try to compile even the simplest application with the -fvia-C …
04:49 Ticket #1738 (GADT3 test failure) created by simonmar
GADT3 is failing normal/optc, but not profc/profasm.
04:02 TypeFunctionsStatus edited by chak
(diff)
02:44 Ticket #1737 (cholewo-eval -dcore-lint failure in 6.8.1) created by simonmar
Module programs/cholewo-eval/Arr.lhs in the test suite gives a Core Lint …
02:33 WorkingConventions/AddingFeatures created by simonpj
02:25 TypeFunctionsStatus edited by chak
(diff)
02:21 TypeFunctionsStatus edited by chak
(diff)
02:15 WorkingConventions/FixingBugs edited by simonpj
(diff)
02:14 WorkingConventions/FixingBugs edited by simonpj
(diff)
02:14 WorkingConventions/FixingBugs edited by simonpj
(diff)
02:14 Ticket #961 (implement associated type synonyms) closed by chak
fixed
02:09 WorkingConventions/FixingBugs edited by simonpj
(diff)
02:07 WorkingConventions/FixingBugs created by simonpj
01:57 Ticket #1340 (Hpc Documentation) reopened by simonmar
merge needed: […]

09/25/07:

22:58 Ticket #1340 (Hpc Documentation) closed by AndyGill
fixed: Added new documentation to the user guide.
15:42 Ticket #1736 (GHC doesn't spot OPTIONS_GHC pragmas after 1k of comments) created by igloo
GHC doesn't spot OPTIONS_GHC (or OPTIONS, LANGUAGE, INCLUDE) pragmas after …
09:08 ViewPatterns edited by danl
(diff)
07:51 Ticket #1254 (truncate = float2Int rule is incorrect) closed by simonmar
fixed: arith005 now avoids overflow when testing truncate, so we now get …
07:42 Ticket #1735 (unused binding changes program behaviour) created by igloo
I'm not 100% sure this is a bug, but it's certainly surprising. If I add …
06:48 TypeFunctionsStatus edited by simonpj
(diff)
06:34 TypeFunctionsStatus edited by simonpj
(diff)
06:34 TypeFunctionsStatus edited by simonpj
(diff)

09/24/07:

10:32 Ticket #1734 (needless panic in :show modules) created by guest
after a failed :load, :show modules panics (same effect in 6.6.1): […]
05:56 Ticket #1733 (RTS option -N not exposed at Haskell level) created by bos@…
I notice that the RTS option -Nk - for specifying the number of …
02:29 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
02:25 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)

09/23/07:

14:46 Ticket #1731 (Proposal: Rename haskell@ to haskell-announce@) closed by guest
duplicate: Double submitted
14:44 Ticket #1732 (Proposal: Rename haskell@ to haskell-announce@) created by neil
pretty much what would be haskell-announce@ anywhere else, and …
14:43 Ticket #1731 (Proposal: Rename haskell@ to haskell-announce@) created by neil
pretty much what would be haskell-announce@ anywhere else, and …
09:35 Ticket #1700 (GHC 6.8-20070913 (+extralibs) won't install after building) closed by igloo
fixed: OK, I suspect it was caused by either what you suggest, or a build system …
06:37 Ticket #1618 (It it not possible to manage the output codification.) closed by igloo
duplicate: Thanks for the report. This is a duplicate of #1079.
06:32 Ticket #1286 (GHC infelicity list has not been updated since the switch to UTF-8 sources) closed by igloo
fixed: I've added an entry saying that functions like putStrLn treat strings as …
06:20 Ticket #1725 (6.8.0.20070917 Release candidate library haddock is broken) closed by panne
fixed: I've just pushed a fix, so no version numbers are used in the docs and …

09/22/07:

18:57 Ticket #1730 (type families GHC "impossible happened") created by guest
the code:  http://hpaste.org/2860?#a0 produces the following error: …
11:35 Ticket #1729 (panic on type family) created by jpbernardy
Ghc panics on this module: […]
10:16 Ticket #1728 (generic classes broken) created by klee@…
I failed to get generic classes working with snapshot …

09/21/07:

18:18 Ticket #1727 (Precedence and associativity rules ignored when mixing infix type and data ...) created by pat@…
The following code: […] fails to compile, ignoring the fixity …
17:11 Ticket #1726 (Give warnings for deprecated flags) created by igloo
We've accumulated a number of deprecated GHC flags (many have a comment to …
13:46 Ticket #1725 (6.8.0.20070917 Release candidate library haddock is broken) created by guest
(From Adrian Hey) The links to the various modules in distribution …
06:47 Ticket #1724 (Type family and GADT error) closed by simonpj
duplicate: Thank you, but someone beat you to it; see #1723 Simon
06:43 Ticket #1724 (Type family and GADT error) created by Chris Kuklewicz
This bug was posted to glasgow-haskell-users@… by Roberto …
06:22 Ticket #1698 (binary distribution not installable (problems with base package)) closed by igloo
fixed: I've fixed the $PREFIX/lib/ghc-6.8.0.20070916/hslibs-imports/ghc

09/20/07:

16:07 Ticket #1711 (ghc 6.8 build not happy) closed by igloo
fixed: I've now changed Cabal to not delete the file, so make clean will work …
14:50 Ticket #1723 (type unsafety with type family + GADT) created by zunino@…
Here's unsafeCoerce: […] Tested with GHC 6.9.20070918 Maybe, see …
07:26 Ticket #1668 (build system incorrectly includes build.mk unconditionally) closed by igloo
fixed: Thanks; we now consistently include via mk/custom-settings.mk, which …
06:27 Ticket #16 (Extensionsflags) closed by igloo
fixed: Now done.
05:41 Ticket #1722 (Code using type synonym families requires workarounds to compile) created by tomasz.zielonka@…
I am trying to use type synonym families to create GADTs that can be used …
05:32 Ticket #1718 (6.8.0.20070917 ghc.exe: panic! (the 'impossible' happened)) closed by simonpj
fixed: Great report, thanks. Fixed. Simon
05:27 Ticket #1627 ({-# INLINE #-} doesn't) reopened by simonpj
I was commiting simpl017, and discovered that the code isn't great …
00:39 Ticket #1721 (Make GHCi print the entire result of an interactive 'bind' statement) created by simonpj
Suppose […] Then here's a GHCi interaction: […] GHCi prints the …

09/19/07:

22:46 TypeFunctionsStatus edited by chak
(diff)
22:39 TypeFunctionsStatus edited by chak
(diff)
09:24 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
09:21 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
09:16 Ticket #1720 (6.8.0.20070917 Haddock links use absolute paths with no "file://" prefix) created by guest
(From Adrian Hey) On the Windows release candidate, running {{{runghc …
09:04 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
09:03 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
09:02 Ticket #1688 (Attached file causes stack overflow) closed by chak
fixed
09:02 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
09:02 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
09:00 Ticket #1719 (6.8.0.20070917 No runHaskell command) created by guest
(From Adrian Hey) The Windows release candidate seems to be missing the …
08:59 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
08:58 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
08:47 Ticket #1718 (6.8.0.20070917 ghc.exe: panic! (the 'impossible' happened)) created by guest
(From Adrian Hey) Here's the error: […] This will probably reproduce …
08:05 Ticket #1704 (Exception when using the :list command in the GHCI debugger) closed by igloo
fixed: Thanks for the report - now fixed, so snapshots >= 20070919 should work.
06:36 Ticket #1703 (extra-gcc-opts not installed) closed by igloo
fixed: Thanks for the report - now fixed. Please reopen if you still have …
06:00 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
05:59 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
05:58 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
05:52 graph-colored.dot attached to Commentary/Compiler/Backends/NCG/RegisterAllocator by benl
graphviz source for graph-colored.png
05:52 graph.dot attached to Commentary/Compiler/Backends/NCG/RegisterAllocator by benl
graphviz source for graph.png
05:51 graph.png attached to Commentary/Compiler/Backends/NCG/RegisterAllocator by benl
example colored register conflict graph
05:51 graph-colored.png attached to Commentary/Compiler/Backends/NCG/RegisterAllocator by benl
example colored register conflict graph
05:50 checkSpills.hs attached to Commentary/Compiler/Backends/NCG/RegisterAllocator by guest
script to help test allocator performance over nofib suite
05:49 checkSpills.tests attached to Commentary/Compiler/Backends/NCG/RegisterAllocator by guest
list of working nofib benchmarks to run with checkSpills.hs
05:46 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
add to hacking (diff)
05:42 TypeFunctionsStatus edited by chak
(diff)
05:23 Ticket #1713 (type synonym families are treated as being able to be instance of a class) closed by chak
fixed: Fixed in the HEAD will propagate to 6.8 in due course.
01:08 Ticket #1710 (System.Win32.DebugApi unaccessible) closed by simonmar
fixed: This was a bug in the Win32 shipped with 6.6.1, it is fixed in 6.8.1.

09/18/07:

14:39 Ticket #1690 (setting libdir doesn't work with Unix binary dist) closed by igloo
fixed: Now fixed in both HEAD and STABLE.
14:19 Ticket #1689 (openTempFile puts digits in file extension, i.e. after dot instead of ...) closed by igloo
fixed: Already done. Thanks Ian
13:32 Building/GettingTheSources edited by igloo
(diff)
12:57 Ticket #1717 (ghc-6.8 configure does not recognise 32bit userland on ppc64) created by kahl@…
Building 6.8 (2007.09.12 through 2007.09.17) out of the box with […] …
12:45 Ticket #1716 (panic when running program from GHCi) created by g9ks157k@…
See the reply from Simon which gives a simple stand-alone repro case …
12:30 Ticket #1715 (seldom panic) created by g9ks157k@…
To reproduce this bug, install GHC 6.8.20070916 and Gtk2Hs 0.9.12 as …
11:31 Ticket #1714 (GHC crashes when encountering arrow syntax) closed by ross
duplicate: same as #1662
10:59 Ticket #1714 (GHC crashes when encountering arrow syntax) created by g9ks157k@…
Compiling the following code makes GHC 6.8.20070916 crash: […] The …
10:51 Ticket #1713 (type synonym families are treated as being able to be instance of a class) created by g9ks157k@…
The following code doesn’t compile: […] GHC 6.8.20070916 complains …
10:37 Ticket #1712 (unknown symbol “glutGet”) created by g9ks157k@…
After installing GHC 6.8.20070916 from the binary distribution for …
10:23 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
10:22 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
10:18 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
add example graphs (diff)
09:45 Ticket #1711 (ghc 6.8 build not happy) created by perkins@…
I tried building the ghc-6.8.20070913 source distribution with extras on …
09:30 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
08:59 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
add more to possible improvements (diff)
08:44 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
add possible improvements (diff)
08:21 Ticket #1710 (System.Win32.DebugApi unaccessible) created by guest
WinXP SP2 Professional, GHC 6.6.1 official distribution program test.lhs: …
08:00 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
reorder sections (diff)
07:58 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
07:09 checkSpills.report attached to Commentary/Compiler/Backends/NCG/RegisterAllocator by guest
07:08 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
06:49 Ticket #1708 (simplifier causes stack overflow in ghc-6.8.0.20070916) closed by Christian.Maeder@…
duplicate
06:49 Ticket #1707 (simplifier causes stack overflow in ghc-6.8.0.20070916) closed by guest
duplicate
06:47 Ticket #1709 (simplifier causes stack overflow in ghc-6.8.0.20070916) created by Christian.Maeder@…
In order to reproduce the bug, you'll have to checkout uni: […] …
06:42 Ticket #1708 (simplifier causes stack overflow in ghc-6.8.0.20070916) created by Christian.Maeder@…
In order to reproduce the bug, you'll have to checkout uni: […] …
06:40 Ticket #1707 (simplifier causes stack overflow in ghc-6.8.0.20070916) created by Christian.Maeder@…
In order to reproduce the bug, you'll have to checkout uni: […] …
06:25 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
06:06 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
(diff)
01:56 Ticket #1706 (type checking does not terminate for ghc-6.8.0.20070916) created by Christian.Maeder@…
I'm using the binary dist from […] and compilation of the file …

09/17/07:

11:26 Ticket #1705 (test) closed by guest
invalid
11:25 Ticket #1705 (test) created by guest
test
11:24 Ticket #1704 (Exception when using the :list command in the GHCI debugger) created by Olivier Boudry
Hello, I just tried to follow the examples of the "The GHCi Debugger" …
10:35 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
added hacking/debugging section (diff)
10:22 Commentary/Compiler/Backends/NCG/RegisterAllocator/Code edited by guest
(diff)
10:22 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
add references (diff)
09:59 Commentary/Compiler/Backends/NCG/RegisterAllocator/Code edited by guest
(diff)
09:59 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
shift code map to new page (diff)
09:57 Commentary/Compiler/Backends/NCG/RegisterAllocator/Code created by guest
created
09:31 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
describe allocator options (diff)
09:28 Ticket #1698 (binary distribution not installable (problems with base package)) reopened by g9ks157k@…
What about the error messages that …
08:57 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by guest
describe source files (diff)
08:44 Ticket #1698 (binary distribution not installable (problems with base package)) closed by Christian.Maeder@…
fixed: Indeed the installation problem is gone for ghc-6.8.0.20070916. Maybe this …
08:03 Commentary/Compiler/Backends/NCG edited by guest
(diff)
08:02 Commentary/Compiler/Backends/NCG edited by guest
link in register allocator page (diff)
07:58 Commentary/Compiler/Backends/NCG/RegisterAllocator created by guest
created
07:47 Ticket #1703 (extra-gcc-opts not installed) created by g9ks157k@…
Installing the GHC 6.8.20070916 binary distribution doesn’t install the …
05:01 Ticket #974 (Add partitionEithers, lefts, rights to Data.Either) closed by igloo
wontfix: These functions should be proposed under the library submissions …
05:01 Ticket #1695 (library submission: Data.Either.unzipEithers :: [Either a b] -> ([a],[b])) reopened by igloo
Reopening as #974 has a wider scope
03:47 Ticket #1702 (type operator precedences don't work in contexts) created by b.hilken@…
Type contexts don't parse correctly when a type class is used infix. The …

09/16/07:

15:22 Ticket #1701 (impossible happened) created by aycan.irican@…
when I try to compile  http://hpaste.org/2772 I got: […]
10:59 Ticket #1700 (GHC 6.8-20070913 (+extralibs) won't install after building) created by misterbeebee@…
After removing the openal and alut directories (these cause build errors …
10:57 Ticket #1483 (vista: GHCi not loading 80% of the time) reopened by haskell-ghc@…
I have hit this bug as well, except I would estimate in my case the …
07:38 TypeFunctionsStatus edited by chak
(diff)
07:37 TypeFunctionsStatus edited by chak
(diff)
02:13 TypeFunctionsStatus edited by chak
(diff)
02:06 Ticket #1699 (Fix network wrt abstract unix sockets) created by kolmodin@…
The network library works well with unix sockets, but doesn't work with …

09/15/07:

11:36 Ticket #1698 (binary distribution not installable (problems with base package)) created by g9ks157k@…
The binary build for i386-unknown-linux doesn’t work, at least not if the …
09:47 Ticket #1697 (GHC 6.6.1 fails to build on Arch Linux, 64-bit) created by guest
It *seems* that when building GHC 6.6.1 on AMD64 Arch Linux, ghc creates a …
04:35 Ticket #1689 (openTempFile puts digits in file extension, i.e. after dot instead of ...) reopened by greenrd
Can this fix be committed to the 6.8 branch?

09/14/07:

14:16 Ticket #1696 (Confusing type signature) created by guest
I was working with some buggy numerical code of mine, and I was having …
13:16 Ticket #1695 (library submission: Data.Either.unzipEithers :: [Either a b] -> ([a],[b])) closed by JeremyShaw
duplicate: oops, appears this is a dupe of …
13:06 Ticket #1695 (library submission: Data.Either.unzipEithers :: [Either a b] -> ([a],[b])) created by JeremyShaw
This function is like unzip for a list of Eithers instead of tuples. …
07:22 Ticket #1536 (need documentation in GHC.Conc, Control.Parallel.Strategies) closed by simonmar
fixed: GHC 6.8.1 has better documentation for Control.Parallel and …
07:01 Ticket #1694 (Data.ByteString.Lazy.groupBy always raises an exception) closed by igloo
fixed: Thanks for the report. It has been implemented in the 6.8 branch and HEAD.
05:44 Ticket #1694 (Data.ByteString.Lazy.groupBy always raises an exception) created by guest
This is not documented in the Haddock library ref. The implementation of …
02:21 Ticket #1693 (Make distclean (still) doesn't) created by simonpj
There are various ways in which make distclean does not remove all the …

09/13/07:

19:45 ExternalCore edited by chevalier@…
(diff)
17:52 TypeFunctionsStatus edited by chak
(diff)
17:37 TypeFunctionsStatus edited by chak
(diff)
13:22 Ticket #1692 (GLUT timedCallback fires twice) created by richardg@…
The Graphics.UI.GLUT.Callbacks.Global.addTimerCallback doesn't function as …
09:29 Ticket #1691 (Data.Map.deleteAt broken with index 0) closed by igloo
fixed: Thanks for the report. This works in the HEAD for me. It sounds like …
09:20 Ticket #1691 (Data.Map.deleteAt broken with index 0) created by guest
Take a look at this ghci session: […] In other words, deleteAt with …
08:38 ReplacingGMPNotes edited by simonpj
(diff)
08:37 ReplacingGMPNotes/HaskellLibrary edited by simonpj
(diff)
08:07 WikiStart edited by igloo
(diff)
03:03 Ticket #1690 (setting libdir doesn't work with Unix binary dist) created by simonmar
The 9 Sept binary dist on x86_64 installed things in the wrong place when …

09/12/07:

23:01 Ticket #1689 (openTempFile puts digits in file extension, i.e. after dot instead of ...) closed by chevalier@…
fixed: Fixed in HEAD: Wed Sep 12 22:20:25 PDT 2007 Tim Chevalier …
22:33 TypeFunctionsStatus edited by chak
(diff)
22:09 WorkingConventions edited by guest
typo (diff)
16:15 Ticket #1689 (openTempFile puts digits in file extension, i.e. after dot instead of ...) created by greenrd
openTempFile tmpDir "TH_source_zeroth.hs" creates filenames like …
09:15 Ticket #1688 (Attached file causes stack overflow) created by jgbailey@…
The code below is from the paper "Functional Pearl: Implicit …
09:10 Ticket #1687 (A faster (^)-function.) created by moonlite@…
This function performs better for me than the (^)-function in GHC. I …
08:33 Commentary/CodingStyle edited by nr
(diff)
01:06 ReplacingGMPNotes/HaskellLibrary edited by simonpj
(diff)
01:06 ReplacingGMPNotes/HaskellLibrary created by simonpj
00:03 Ticket #1686 (getMBlocks: VirtualAlloc MEM_RESERVE 1 blocks failed) created by simonpj
Garrett Morris writes: I've been running into the following error: […] …

09/11/07:

23:53 TypeFunctionsStatus edited by chak
(diff)
18:47 TypeFunctionsStatus edited by chak
(diff)
15:11 Ticket #1685 (getCPUTime does not work in general) closed by igloo
worksforme: Again: Please do not set the milestone when filing bugs. See …
14:14 Ticket #1685 (getCPUTime does not work in general) created by iampure@…
With […] Then evaluate the following: […] They all return the same …
14:03 Ticket #1684 (impossible happened when compiling darcs with GADTs.) created by droundy@…
ghc -DPACKAGE_NAME=\"darcs\" -DPACKAGE_TARNAME=\"darcs\" …
13:40 Ticket #1682 (ghci Foo.hs should load the Foo.hs file interpreted) closed by igloo
duplicate: Duplicate of #1205. By the way, please don't set the "milestone" field …
09:31 Ticket #1683 (strange MVar / UnsafePerformIO (and type checker...) behaviour) closed by igloo
invalid: Thanks for the report! However, you are unsafely (with the help of …
09:15 Ticket #1683 (strange MVar / UnsafePerformIO (and type checker...) behaviour) created by komuves@…
Compare the following two code snippets: […] and (I omitted the …
07:40 Commentary/CodingStyle edited by nr@…
(diff)
07:28 Ticket #1674 (Install still failing) closed by igloo
fixed: This has since been fixed. By the way, you should compile ("make") before …
06:36 Ticket #1682 (ghci Foo.hs should load the Foo.hs file interpreted) created by iampure@…
ghc Foo.hs, where Foo.hs has a name X that is not exported. ghci Foo.hs …
05:09 WorkingConventions/Submissions edited by simonmar
(diff)
03:30 Ticket #1681 (:abandon in an exception breakpoint can lead ghci to freeze later) created by mnislaih
An example: […]
03:24 Ticket #1677 (Abysmal error message from `ghc -M`) closed by simonmar
fixed: Fixed: […]
02:27 Commentary/Compiler/Renamer edited by simonpj
(diff)
02:10 Commentary/Compiler/Renamer edited by simonpj
(diff)
00:54 TypeFunctionsStatus edited by chak
(diff)

09/10/07:

21:34 Ticket #1680 (Attempting to do foreign import with unboxed tuple return type causes GHC ...) created by sorear
[…] 6.6.1 and 6.4.2 are also affected.
20:41 TypeFunctionsStatus edited by chak
(diff)
18:38 Ticket #1661 (Can't use FFI anymore.) closed by igloo
fixed: 6.8.20070909 includes gmp.h. Thanks Ian
18:06 Ticket #1679 (^C on zipperfs leads to crash) created by sorear
Attempting to C out of Oleg's zipperfs demo …
11:37 Ticket #1678 (runIO does not catch userErrors, just causes code generation to fail ...) created by greenrd
If a userError is thrown inside a runIO computation inside a splice, no …
09:01 Ticket #1630 (error msg can be improved: <no location info>: file name does not match ...) closed by igloo
fixed: Sorry, we're not going to release a 6.6.0.1. If you really wanted then you …
08:20 Ticket #1677 (Abysmal error message from `ghc -M`) created by simonpj
[…] What a terrible message! The source code is this: Foo.hs (note …
08:07 Ticket #1669 (GHCi debugger underlining is in the wrong place) closed by mnislaih
fixed: the fix has been pushed to the 6.8. branch
07:28 ReportABug edited by igloo
typo (diff)
07:05 Ticket #930 (ghc-6.6: panic! (the 'impossible' happened) mkWWcpr: not a product ...) closed by simonmar
fixed: Fixed: […]
07:02 ReportABug edited by simonpj
(diff)
07:01 ReportABug edited by simonpj
(diff)
06:59 TracWikiMisc edited by simonpj
(diff)
05:50 Ticket #1640 (Bang patterns cause compilation error) closed by igloo
worksforme: Please reopen if you have a testcase that fails.
05:49 Ticket #1676 (Infinite loop) closed by igloo
worksforme: Please reopen if you have a testcase that fails.
05:48 Ticket #1675 (Cabal problem during install Edison) closed by igloo
invalid: This sounds like an Edison bug; please report it directly to the Edison …
05:40 Ticket #1670 (installPackage: error reading dist/setup-config;) closed by igloo
invalid: I'm not sure exactly what you're saying. Make clean certainly shouldn't be …
03:44 Ticket #1671 (Cannot ^C out of certain computations in GHCi) closed by simonmar
duplicate: duplicate of #367. Or at least the cause is the same, and fixing this …
03:41 Ticket #1672 (allow the use of import in the interpreter to load new modules) closed by simonmar
fixed: This is available in the forthcoming GHC 6.8.1
01:31 TypeFunctionsStatus edited by chak
(diff)
00:22 TypeFunctionsStatus edited by chak
(diff)

09/09/07:

06:08 Ticket #1676 (Infinite loop) created by iampure@…
When compiling with -v with a compiler built today, I see: […] There is …
03:19 Ticket #1675 (Cabal problem during install Edison) created by iampure@…
During installation of Edison(all the files compiled fine), I got: …

09/08/07:

12:46 Ticket #1674 (Install still failing) created by iampure@…
make install still does not complete. == make install -r; in …
10:27 Ticket #1673 (Template Haskell support for type families) created by g9ks157k@…
Would it be possible to add support for analyzing and generating type …
06:32 Ticket #1667 (make install tries to write to /share) closed by panne
fixed: This was caused by ignoring datarootdir and is already fixed. Note that …
Note: See TracTimeline for information about the timeline view.