Timeline


and

12/06/08:

21:52 Ticket #2849 (RegAllocLinear.getStackSlotFor: out of stack slots) created by hydo
[…] […]
16:53 Ticket #2843 (Missing "Defined but not used" for recursive expressions) closed by igloo
fixed: Thanks for the report. Happily, 6.10.1 (and the HEAD) already warns about …
04:05 Ticket #2848 (threadDelay can wait forever, next time on January 22, 2009, around 20:00 ...) created by tomekz
We(*) have found a serious bug in the non-threaded RTS on 32-bit *nix …
04:03 Ticket #2847 (Failure on OPTION_* pramgas other than GHC) created by NeilMitchell
GHC should not attempt to look at other peoples pragmas. For example: …

12/05/08:

20:01 Ticket #2846 (Impredicativity bug: GHC crash by type signature) created by mm_freak
Quick and dirty, this is the bug: […] I'm running Gentoo Linux. I …
16:03 Ticket #2845 (break018 skips a step) created by igloo
The break018 test is failing: […] What's happening here is that as we …
15:22 Ticket #2844 (incorrect results when not compiling with optimisation) created by igloo
This is a cut-down random1283. R.hs: […] s.hs: […] […]
14:32 Contributors edited by AndyGill
(diff)
14:05 ViewPatterns edited by FSalad
make names consistent (diff)
05:48 Ticket #2843 (Missing "Defined but not used" for recursive expressions) created by guest
[…] In this example b is not really used, but there is no …
02:07 Status/SLPJ-Tickets edited by simonpj
(diff)

12/04/08:

21:05 Ticket #2842 (http://darcs.haskell.org/darcsweb/ throwing errors.) created by hydo
Click any link at  http://darcs.haskell.org/darcsweb/ and you'll see.
07:44 Ticket #2841 (Ghci + foreign export declarations result in undefined symbols) created by fasta
When using ghci and foreign export declarations, calling any function, …
07:40 Ticket #2420 (Multi-method classes are inlined/specialized better than single-method ...) closed by simonpj
fixed: I think this is fixed in GHC 6.10. Simon
06:24 Status/SLPJ-Tickets edited by simonpj
(diff)
06:23 Ticket #2840 (Top level string literals) created by simonpj
At the moment GHC's internal language does not allow any top-level …

12/03/08:

18:03 Ticket #2750 (Bug in Data.Generics) closed by igloo
fixed: Thanks, applied to HEAD and 6.10 branch.
16:31 Ticket #2757 (runghc doesn't respond to --help / --version) reopened by igloo
runghc's cabal files claims it to be version 0.67 currently. Is that a …
12:24 Building/Prerequisites edited by igloo
(diff)
11:11 GHC-6.10.2 edited by igloo
(diff)
05:02 Status/SLPJ-Tickets edited by simonpj
(diff)
05:01 Status/SLPJ-Tickets edited by simonpj
(diff)
05:01 Status/SLPJ-Tickets edited by simonpj
(diff)
05:01 Status/SLPJ-Tickets edited by simonpj
(diff)
05:00 Status/SLPJ-Tickets edited by simonpj
(diff)
03:47 TypeFunctions/IntegratedSolver edited by chak
(diff)
02:57 Ticket #2502 (segfault with GHC.Handle.fdToHandle') closed by thorkilnaur
fixed

12/02/08:

22:52 TypeFunctions/IntegratedSolver edited by chak
(diff)
22:18 TypeFunctions/IntegratedSolver edited by chak
(diff)
21:38 TypeFunctions/IntegratedSolver created by chak
21:13 TypeFunctions edited by chak
(diff)
19:22 TypeFunctions edited by chak
(diff)
07:36 Ticket #2839 (Integer not documented in latest docs) created by TristanAllwood
The haddock documentation on the website for Integer is missing, which …
04:17 Ticket #2081 (GHC reports internal error: stg_ap_v_ret) closed by simonmar
worksforme: Let's close this ticket, and open a new ticket if it re-emerges.
03:36 Ticket #2838 (-fasm codeGen doesn't truncate CMMInt's at the right place) created by TristanAllwood
With this sample program: […] And compiling with […] on 6.10 or a …
03:08 Ticket #2560 (killThread and getChanContents appear to interact strangely) closed by simonmar
invalid: I've spent a long time staring at this ticket today, and I'm not convinced …
03:01 Ticket #2837 (Vectoriser should give a better error message) closed by chak
worksforme: It turns out that just providing -fdph-seq or -fdph-par is actually …
02:33 Ticket #2837 (Vectoriser should give a better error message) created by chak
Given […] We can compile with dph-par […] but not with dph-seq
01:39 Ticket #2835 (Handles leak to processes spawned by runInteractiveProcess) closed by simonmar
wontfix: Normally, only pipes created by the System.Process library are closed in …
01:30 Ticket #2834 (DLL compilation does not work as it did in 6.8.3) closed by simonmar
duplicate: Duplicate of #2745
01:28 Ticket #2829 (GHC_SEARCH_PATH broken) closed by simonmar
worksforme: Submitter reports that it now works with 6.10.1.

12/01/08:

15:32 Ticket #2836 (Data.Typeable does not use qualified names) created by guest
The TyCon in Data.Typeable does not provide the qualified type name. This …
13:49 Ticket #2835 (Handles leak to processes spawned by runInteractiveProcess) created by sclv
I believe this is related to …
13:17 Ticket #2834 (DLL compilation does not work as it did in 6.8.3) created by lewissandy
Creating a windows DLL in GHC 6.10.1 in accordance with the "adder" …
13:03 Ticket #2833 (internal error: throwTo: unrecognised why_blocked value) created by lilac
The attached file, built with reactive 0.9.6 with the change listed below …
12:34 Ticket #2832 (GHC -split-objs, Doesn't Print Error If GHC Built With SplitObjs = NO.) created by dejones
If GHC is called with flag -split-objs but GHC was built with SplitObjs? = …
07:07 Ticket #2712 (Parallel GC scheduling problems) closed by simonmar
fixed: Done in the HEAD, but I probably won't backport because the changes are …
06:49 Ticket #2818 (schedule: invalid what_next field) closed by simonmar
fixed: Works with the HEAD. I'm pretty sure it was fixed by this patch: […] …
05:17 Ticket #2830 (undefined reference to `base_DataziTuple_Z63T_con_info' when using ...) closed by simonpj
fixed: Happily this works fine in 6.8.3, 6.10.1, and HEAD. Simon
05:12 Status/SLPJ-Tickets edited by simonpj
(diff)
05:10 Ticket #2831 (Floated error expressions get poor strictness, leaving bad arity) created by simonpj
GHC is careful to ensure that […] gets arity 2. It does this by giving …
04:42 Platforms edited by simonpj
(diff)
04:22 Platforms edited by simonpj
(diff)
04:19 Platforms edited by simonpj
(diff)
04:15 Platforms edited by simonpj
(diff)
04:08 Platforms edited by simonpj
(diff)
04:06 Status edited by simonpj
(diff)
04:05 Platforms edited by simonpj
(diff)

11/30/08:

18:17 TypeFunctionsStatus edited by chak
(diff)
14:55 Ticket #2830 (undefined reference to `base_DataziTuple_Z63T_con_info' when using ...) created by nomeata
Hi, I came across this bug when using HAppS, but it is not related to …
14:52 Ticket #2829 (GHC_SEARCH_PATH broken) created by droundy
This bug is present in at least ghc 6.8.2 and ghc 6.10.1. According to …
09:01 Ticket #2828 (TcTyFuns.uMeta: normalisation shouldn't allow x ~ x) created by pizza
[…] where stats.hs is: […] NOTE that i'm not even sure if this …
08:19 Ticket #2730 (Quasiquote or TH linking may need HPC flag) closed by igloo
duplicate: This is a duplicate of #1779.

11/29/08:

22:21 Ticket #2827 (Win32 releases lack versioned binaries) created by guest
Versioned binaries, of the form ghc-$ver, are very useful when keeping …
15:26 Ticket #2826 (Panic compiling lhc-0.6.20081127) created by dons
[…] All goes well, then, […]
11:46 Ticket #2729 (Stuck when compiling XMonad.StackSet in xmonad 0.9 (hackage version)) closed by mnislaih
invalid: I have tried with the current HEAD on the same box and cannot replicate …
01:33 Ticket #2764 (gen_contents_index generates links with package.haddock in the path) closed by igloo
fixed: Fixed in HEAD and 6.10 by: […]

11/28/08:

15:01 Ticket #2825 (Stack overflow death) closed by igloo
duplicate: Thanks for the report; sounds like a duplicate of #2780 / #2783 (will be …
14:37 Ticket #2825 (Stack overflow death) created by osuch
GHCI dies without any warning, if evaluation of the function ex3 in the …
12:32 Ticket #2773 (Documentation mentions deprecated flags) closed by igloo
fixed: Fixed in HEAD and 6.10 branch: […]
12:32 Ticket #2755 (Broken link in GHC API documentation) closed by igloo
fixed: Fixed in HEAD and 6.10 branch: […]
12:30 Ticket #2757 (runghc doesn't respond to --help / --version) closed by igloo
fixed: Fixed in HEAD and 6.10 branch: […]
10:07 Ticket #2766 (Infix type operators are presented with incorrect syntax in ghci) closed by igloo
fixed: Merged
09:51 Ticket #2799 (Panic (core lint failure) with GADTs, GHC 6.10.1) closed by igloo
fixed: Merged
09:50 Ticket #2817 (Template Haskell conversion fails with "malformed type") closed by igloo
fixed: Merged
09:48 Ticket #2768 (rts/win32/IOManager.h declarations conflict with windows.h) closed by igloo
fixed: Merged
09:47 Ticket #2740 (free variable not available in debugger) closed by igloo
fixed: Merged
07:06 Status/SLPJ-Tickets edited by simonpj
(diff)
06:59 Status/SLPJ-Tickets edited by simonpj
(diff)
04:19 Ticket #2824 (Duplicate symbols generated when Generics flag and syb-with-class "derive" ...) created by jcheney
Attached file Foo.hs compiles fine using […] But compiling using …
03:18 Ticket #2821 (rebindable-syntax arrow docs) closed by ross
invalid: So those are the names, and it looks them up in the same way as other …
02:10 Status/SLPJ-Tickets edited by simonpj
(diff)
02:08 Status/SLPJ-Tickets edited by simonpj
(diff)
02:07 Status/SLPJ-Tickets edited by simonpj
(diff)
02:03 Status/SLPJ-Tickets edited by simonpj
(diff)
02:02 Ticket #2823 (Another arity expansion bug) created by simonpj
Roman reports: I've finally tracked down one big optimisation problem (at …
02:00 Status/SLPJ-Tickets edited by simonpj
(diff)
01:59 Ticket #2822 (Arity expansion not working right) created by simonpj
With GHC 6.10, the arity of GHC.Handle.openFile is reported as 2. But …
01:44 Status/SLPJ-Tickets edited by simonpj
(diff)
01:44 Status/SLPJ-Tickets edited by simonpj
(diff)
01:30 Status/SLPJ-Tickets edited by simonpj
(diff)

11/27/08:

18:01 Ticket #2821 (rebindable-syntax arrow docs) created by guest
http://www.haskell.org/ghc/docs/6.10.1/html/users_guide/syntax-extns.html#r
09:56 Status/SLPJ-Tickets edited by simonpj
(diff)
09:56 Status/SLPJ-Tickets edited by simonpj
(diff)
09:55 Status/SLPJ-Tickets edited by simonpj
(diff)
09:50 Status/SLPJ-Tickets edited by simonpj
(diff)
08:40 Ticket #2741 (Delete key not working in GHCi) closed by igloo
duplicate: Putting this: […] in ~/.editrc more-or-less fixes it. For 6.12 we …
08:31 Status/SLPJ-Tickets created by simonpj
08:22 Ticket #2820 (GADT code from RepLib causes panic!) closed by simonpj
duplicate: Thank you for boiling this down. It turns out to be a dup of #2799, …
08:17 Ticket #2820 (GADT code from RepLib causes panic!) created by ben.kavanagh
While compiling RepLib? generics library I encountered a ghc panic. I have …
08:11 Ticket #2802 (Download bundle for Linux libedit2 has reference to libedit0 in editline ...) closed by igloo
invalid: I don't think configure checking for it would be useful; it can't install …
07:53 Ticket #2795 (The Network.Socket library does not take into account that the bits in the ...) closed by igloo
invalid: Agreed, not a bug.
06:45 Ticket #2819 (Bad example code in documentation of Control.Exception.catch) created by mafo
There is a bug in the documentation of Control.Exception.catch …
04:04 Ticket #2748 (Fundep-laden code compiled and ran fine in 6.8, fails in 6.10) closed by simonpj
invalid: This is a scarily complicated piece of code. I wonder if would look …

11/26/08:

13:27 Ticket #2818 (schedule: invalid what_next field) created by kkwweett
= internal error: schedule: invalid what_next field = I'm studying a …
07:38 Ticket #2817 (Template Haskell conversion fails with "malformed type") created by simonpj
Nicholas Frisby writes: When using Template Taskell (via Derive) to …
06:44 Ticket #2816 (ghci type messages mangle unicode) created by rog
while error messages containing identifiers with unicode characters print …
01:20 Ticket #2814 (Compiler timeout) closed by simonpj
wontfix: Ah! This is a known bug: it's even in the user manual: …

11/25/08:

21:36 TypeFunctionsStatus edited by chak
(diff)
11:09 Ticket #2815 (On windows, hGetLine stdin leaks like an inside trader) created by sclv
1) Compile the following code, in GHC 6.10.1 or 6.8.3 on Windows XP. 2) …
08:13 Ticket #2814 (Compiler timeout) created by celes
Compiler times out and consumes 600+ MB of memory when compiling certain …
06:33 Ticket #2813 (Create a utf8 bytestring-a-like) created by igloo
There are a number of things we want a utf8 bytestring-a-like for: * …
06:28 Ticket #2812 (For ghci, drop editline in favour of haskeline) created by igloo
For ghci, drop editline in favour of haskeline. The hard work has already …
06:21 Ticket #2811 (Unicode support for text I/O) created by igloo
This means adding Unicode encoding/decoding for Text I/O handles. …
03:15 Ticket #2787 (Panic (core lint failure) with type synonym in GHC 6.10.1) closed by simonpj
duplicate: Happily this seems to be fixed by the same fix as #2799, so I'll close …
02:57 Ticket #2810 (Debugger: change context to the module containing the current breakpoint) created by simonmar
Moved part of #2740 here. When we stop at a breakpoint, perhaps we should …
02:13 Ticket #2807 (the 'impossible' happened) closed by simonpj
wontfix: Thanks for the report. Definitely a bug in 6.6. However, it's fine in …

11/24/08:

18:54 Ticket #2809 (Patching libffi fails in Solaris) created by rl
This is what happens: […] Using GNU patch instead of the Solaris …
15:48 ReplacingGMPNotes edited by tim
typo (diff)
10:25 Ticket #2808 (createDirectoryIfMissing should be atomic) created by EricKow
If I run createDirectoryIfMissing many times in parallel, it sometimes …
07:35 Ticket #2807 (the 'impossible' happened) created by celes
ghc panicced when compiling some code, which is valid code ghc --make …
03:05 Ticket #2804 (Failing GHCi: "ghc-6.8.2: internal error") closed by simonmar
duplicate: Thanks for the report. See #2512.
03:03 Ticket #2801 (Hang in getLine on Windows when Ctrl-C) closed by simonmar
duplicate: Thanks. This one was already reported and fixed: #2758
02:44 Ticket #2806 (Require bang-patterns for unlifted bindings) created by simonpj
GHC allows let/where bindings for unlifted values, but they are …
01:57 Ticket #2805 (Test ffi009(ghci) fails on PPC Mac OS X) created by thorkilnaur
The test ffi009(ghci) has failed for a while on PPC Msc OS X …

11/23/08:

18:15 TypeFunctionsStatus edited by chak
(diff)
18:14 TypeFunctionsStatus edited by chak
(diff)
11:17 Ticket #2804 (Failing GHCi: "ghc-6.8.2: internal error") created by sfvisser@…
After installing ghc-6.8.2 on Gentoo linux using emerge: …
10:57 Ticket #2803 (bring full top level of a module in scope when a breakpoint is hit in the ...) created by phercek
It should do something like :module + *ModuleWhereBreakpointWasHit

11/22/08:

23:25 Ticket #2802 (Download bundle for Linux libedit2 has reference to libedit0 in editline ...) created by Ashley Yakeley
To reproduce: 1. Download GHC 6.10.1 binary bundle for Linux x86_64 with …
20:12 Ticket #2801 (Hang in getLine on Windows when Ctrl-C) created by erikcharlebois
The following program main = getLine hangs when I ctrl-C in the Windows …
13:22 Ticket #2800 (deprecated OPTIONS flag warnings generated during dep chasing?) created by duncan
It would appear that warnings about deprecated flags used in OPTIONS
09:46 Ticket #2799 (Panic (core lint failure) with GADTs, GHC 6.10.1) created by alexey_r
The compiler panic when trying to compile …
06:21 Ticket #2798 (Enable "rec" keyword when RecursiveDo is enabled?) created by nominolo
GHC supports recursive statement groups marked by the keyword rec, …

11/21/08:

08:21 Ticket #2797 (ghci stack overflows when ghc does not) created by TristanAllwood
Happens with today's HEAD and 6.10.1 I appreciate I am playing a little …
04:50 Design/BuildSystem edited by simonmar
(diff)
02:51 Design/BuildSystem edited by simonpj
(diff)
02:50 Design/BuildSystem edited by simonpj
(diff)
02:43 Design/BuildSystem edited by simonpj
(diff)
00:37 Ticket #2794 (Bootstrapping ghc-6.4.3 hangs in call to "ghc-pkg-inplace") closed by simonmar
wontfix: Looks like you're running into old code gen bugs, perhaps coupled with …

11/20/08:

19:20 Ticket #2796 (GHC panic related to associated types) created by FSalad
The attached program mysteriously fails with: […]
13:37 Ticket #2795 (The Network.Socket library does not take into account that the bits in the ...) created by guest
We got the program (1) below that is supposed to open a server in the …
08:48 Design/BuildSystem edited by igloo
(diff)
07:24 Design/BuildSystem edited by igloo
(diff)
06:48 Ticket #2792 (getEnvironment segfaults under ghci 6.6 x86_64) closed by simonmar
duplicate: Thanks David, and thanks to Duncan for finding the original ticket.
02:16 Ticket #2794 (Bootstrapping ghc-6.4.3 hangs in call to "ghc-pkg-inplace") created by cspiel
I want to bootstrap ghc-6.4.3 with ghc-6.2.2 on an i686 Linux system based …
00:41 Design/BuildSystem edited by simonmar
(diff)

11/19/08:

09:43 Ticket #2793 (CLDouble is nothing like a long double) created by jedbrown
This affects all versions of GHC. Why does the type exist when it is just …
08:05 Ticket #2792 (getEnvironment segfaults under ghci 6.6 x86_64) created by droundy
I know this is a very old version of ghc, but thought it'd be worth …
07:26 Design/BuildSystem edited by igloo
(diff)
06:17 Ticket #2791 (Allow two versions of GHC to be installed simultaneously with the OS X ...) created by igloo
Currently, for some people at least, installing a 6.10 series OS X …
06:09 Ticket #2790 (Use -fregs-graph by default) created by igloo
Check performance of -fregs-graph vs the default (linear0scan …
05:14 Ticket #2789 (GMP update required) created by simonmar
The GMP in GHC's tree is slightly out of date; GMP suffered from the same …

11/18/08:

12:59 Ticket #2783 (RTS -K/-M options not honored) closed by igloo
fixed: Merged
04:42 Ticket #2780 (C stack overflow on Windows) closed by simonmar
duplicate: same bug as #2783
00:38 Ticket #2788 (GHC panic) closed by Deewiant
duplicate: Duplicate of #2753.

11/17/08:

23:17 Ticket #2788 (GHC panic) created by rodprice
Attempting to compile SHA1Test.hs in the Crypto-4.1.0 package on Hackage …
17:37 TypeFunctionsStatus edited by chak
(diff)
11:45 Ticket #2787 (Panic (core lint failure) with type synonym in GHC 6.10.1) created by BenMoseley
This causes a panic: […] The basic compiler panic is: […] The …
08:46 Ticket #2786 (Blackhole loops are not detected and reported in GHCi) created by simonmar
While looking into #2783 I noticed this. It has never worked, and I was …
06:58 Ticket #2512 (MAP_32BIT flag might not be respected under xen?) closed by simonmar
duplicate: A patch has been committed, we need help to test it. Head on over to …

11/16/08:

17:26 TypeFunctionsStatus edited by chak
(diff)
17:15 TypeFunctionsStatus edited by chak
(diff)
15:06 Ticket #2785 (Memory leakage with socket benchmark program) created by felixmar
Attached benchmark program is similar to the thread-ring benchmark of the …
10:00 Ticket #2342 (timer problem under Sparc Solaris for Release Candidate ghc-6.8.2.20080603) closed by igloo
fixed: OK, closing it. Thanks!
08:27 Ticket #2782 (Data instance for ratio changed, now incompatible) closed by igloo
fixed: I've changed the undefined as you suggest. If you want the actual …
07:26 Ticket #2758 (runghc in stdin mode ignores Ctrl-C on Windows, cannot be killed) closed by igloo
fixed: Merged
07:26 Ticket #2778 (Standard output from subprocess has chunks missing) closed by igloo
fixed: Merged

11/15/08:

14:51 Ticket #2784 (Cannot call connect with a socket that is already bound.) created by felixmar
[…] Network.Socket.connect checks the SocketStatus of the socket: …
07:07 Ticket #2783 (RTS -K/-M options not honored) created by j.waldmann
I have this program main = print $ do x <- [ 0 .. 5 ] ; let { y = 5 - y } …
03:15 Ticket #2782 (Data instance for ratio changed, now incompatible) created by NeilMitchell
Using the following code: […] Under GHC 6.8.2 I get the answer 0, …

11/14/08:

11:43 Ticket #2779 (ghc: internal error: mmap() returned memory outside 2Gb) closed by rkapoor
duplicate: Closing since the another ticket already exists #2512
10:21 Ticket #2781 (Install permissions broken) created by guest
-rwx------ 1 root root 103 2008-11-14 20:19 /usr/local/bin/ghc-6.10.1* …
08:38 Ticket #2780 (C stack overflow on Windows) created by NeilMitchell
[…] It should go <loop>, and in some circumstances it does, but …
07:51 Ticket #2779 (ghc: internal error: mmap() returned memory outside 2Gb) created by rkapoor
On installing ghc binary dist on Ubuntu Hardy 8.4.1 running GHCi gives: …
06:20 Ticket #2751 (GHC 6.10.1 fails to build with --enable-shared configured on Ubuntu 8.04.) closed by simonmar
fixed: ./configure --help now discourages the use of --enable-shared for the …
05:46 Ticket #2777 (process created by system "yes" exits with error code 1) closed by simonmar
duplicate: Turns out to be the same bug as #2778.

11/13/08:

09:33 Ticket #2771 (GHC fail to Compile Crypto) closed by Deewiant
duplicate: Duplicate of #2753.
08:39 Ticket #2778 (Standard output from subprocess has chunks missing) created by greenrd
Running […] in ghci results in output in which chunks of text are …
08:19 Ticket #2777 (process created by system "yes" exits with error code 1) created by greenrd
[…] results in a long stream of "y"s and then, almost instantly: …
05:12 Ticket #2772 (vista detects ghc crash on testsuite ghci derefnull) closed by igloo
duplicate: GHC is meant to handle it, with the rts/win32/seh_excn.h stuff. From …

11/12/08:

20:34 Ticket #2776 (Document -pgmL (Use cmd as the literate pre-processor)) created by Syzygies
The GHC option -pgmL (Use cmd as the literate pre-processor) is …
15:08 Ticket #2775 (Type Family panic) created by camio
The following code produces the ghc panic below. […] […]
10:51 Ticket #2774 (sIsReadable and sIsWritable return true after socket is closed.) created by felixmar
[…] sIsReadable and sIsWritable return true when the SocketStatus is …
09:56 Ticket #2773 (Documentation mentions deprecated flags) created by guest
The 6.10.1 release notes mentions a number of -optdef flags that are now …
09:29 Ticket #2772 (vista detects ghc crash on testsuite ghci derefnull) created by TristanAllwood
On Vista SP1, windows detects a ghc crash and pops up an interactive …
07:36 Ticket #2771 (GHC fail to Compile Crypto) created by aivuk
When I tried to compile Crypto lib in a MSI Wind notebook with Arch Linux, …
04:44 Ticket #2770 (Missing check that C compiler is C99 compatible) created by jputcu
The autoconfigure script checks for gcc >= 2. When using such a compiler …
03:54 Ticket #2142 (:b doesn't invoke :browse, or even generate an ambiguous command error) closed by simonmar
wontfix: Perhaps in retrospect we shouldn't have spammed :b, but I think it would …
03:39 GHC-6.10.2 created by simonmar
03:00 Ticket #2743 (GHC 6.10.1 Win32 release is unusable (on XP SP3)) closed by NeilMitchell
fixed: I've built with the fix, and tested, and it works: […]

11/11/08:

15:21 Ticket #2752 (Parse error in STM.c) closed by igloo
fixed: Merged.
13:40 Ticket #2745 (ghc -shared broken) closed by igloo
fixed: Merged
13:38 Ticket #2747 (Excessive Memory Usage: space leak with foldl' on Integer) closed by igloo
fixed: Merged
13:01 Ticket #2769 (Export mapAccumR from Data.Map, Data.IntMap) created by Deewiant
For some reason, the mapAccumR function isn't exported from Data.Map
10:28 Ticket #2768 (rts/win32/IOManager.h declarations conflict with windows.h) created by Deewiant
rts/win32/IOManager.h has the following: […] Which causes problems on …
09:33 Ticket #1995 (Unsoundness in the RTTI scheme when newtypes are involved) closed by mnislaih
fixed: Fixed up to some point by the patch below. […] It is still possible to …
09:25 Ticket #2475 (debugger gives "Can't unify" when stopped at an exception) closed by mnislaih
fixed: I forgot to close this ticket. Fixed by the patch […]
06:28 Ticket #1944 (round function causes cblas NaNs) closed by simonmar
fixed: Optimistically assuming this is the same bug as #2724 (now fixed).
06:01 Ticket #2767 (Type family bug ?) created by test
I get this error when compiling a program with associated type families: …
02:39 Ticket #2766 (Infix type operators are presented with incorrect syntax in ghci) created by EyalLotem
Prelude Control.Arrow> :t first :: Arrow (~>) => b~>c -> (b, d)~>(c, d) …
01:53 Ticket #2765 (unsetenv not found under Solaris 8 when building ghc-6.10.1) created by maeder
Which library provides unsetenv? […] […]

11/10/08:

15:44 Ticket #2764 (gen_contents_index generates links with package.haddock in the path) created by juhpetersen
If one runs gen_contents_index in libraries/ it generates broken links to …
11:58 Ticket #2763 (while installing cabal from darcs, 1.6.0.1 and 1.4.0.2) created by guest
I can't build cabal 1.4.0.2, cabal from darcs and cabal 1.6.0.1 Running …
10:26 Ticket #2761 (type checker bug) closed by igloo
invalid: Thanks for the report! However, the types are not equivalent, e.g. this …
09:49 Ticket #2754 (Strictness analyzer fails on an implementation of foldl) closed by igloo
invalid: Right, foldA is only strict in r if op is strict in its first …
08:55 Ticket #2762 (Excessive heap usage) created by igloo
With Main.hs: […] and InputOutput.hs: […] according to […] …
06:52 Ticket #2761 (type checker bug) created by guest
This causes a type error: […] This should compile fine since the types …
06:22 Ticket #2760 (Data.Generics.Basics.mkNorepType spelled wrong) created by guest
To be consistent with the constructor name NoRep? this function should be …
06:13 Ticket #2759 (Data.Generics.ConstrRep isn't general enough) created by guest
The type ConstrRep? in Data.Generics is used to represent constructors for …
02:07 Ticket #2758 (runghc in stdin mode ignores Ctrl-C on Windows, cannot be killed) created by simonmar
Moved from #2743.
02:06 Ticket #2757 (runghc doesn't respond to --help / --version) created by simonmar
Should be an easy one. (moved from #2743)

11/09/08:

18:56 Ticket #2756 (state hack causes unneeded value to be evaluated) created by int-e
The following code prints "Main: Why?" when compiled with {{{ghc …

11/08/08:

10:59 Ticket #2755 (Broken link in GHC API documentation) created by waern
In the docs for the Exception module, the link to the Exception class goes …

11/07/08:

20:30 Ticket #2754 (Strictness analyzer fails on an implementation of foldl) created by nimnul
foldB has O(1) complexity, but foldA O(N). Looks like a strictness …
15:43 Ticket #2753 (GHC 6.10.1 cannot compile Crypto-4.1.0) created by thoughtpolice
While trying to install Crypto, I get this error message with GHC 6.10.1 …
00:52 Ticket #2752 (Parse error in STM.c) created by jputcu
Building failed. * Red Hat 7.3 * ghc-6.6.1 * gcc-2.96 * GNU make-3.80 …

11/06/08:

21:33 Ticket #2751 (GHC 6.10.1 fails to build with --enable-shared configured on Ubuntu 8.04.) created by guest
To replicate: * unpack the source tar file * unpack the …
08:30 Ticket #2750 (Bug in Data.Generics) created by guest
Observe the following: […] Probably a pasto in Data.Generics.
08:29 Ticket #2749 (No mention of -shared regression in relase docs) closed by simonmar
duplicate: see #2745
06:49 Ticket #2749 (No mention of -shared regression in relase docs) created by guest
The -shared flag used to do something useful on Windows, now it just fails …
Note: See TracTimeline for information about the timeline view.