Timeline


and

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 …

11/05/08:

12:37 Ticket #2748 (Fundep-laden code compiled and ran fine in 6.8, fails in 6.10) created by sedillard
I was kindly alerted by Ian Lynagh that some code of mine on hackage was …
07:22 Ticket #2747 (Excessive Memory Usage: space leak with foldl' on Integer) created by guest
"foldl1' (*) [1..1000000]" for example allocates up to 1.9 GB of Memory in …
01:58 Ticket #2746 (Documentation for Haskell 98 modules is empty) created by simonmar
How did this happen? …
01:26 Ticket #2745 (ghc -shared broken) created by simonmar
Lennart reports that ghc -shared is broken: […]

11/04/08:

23:36 Ticket #2744 (Missing requirement check for hsc2hs) created by jputcu
Using ghc-6.6.1 to build ghc-6.10.1 fails because it's missing the hsc2hs …
15:06 Ticket #2743 (GHC 6.10.1 Win32 release is unusable (on XP SP3)) created by guest
1. Running ghc in cmd.exe shell delivers (in my config): ghc.EXE: panic! …
14:09 Ticket #2742 (The -> in ViewPatterns binds more weakly than infix data constructors.) created by guest
The following code, essentially taken from the ViewPatterns page on the …
13:54 Ticket #2741 (Delete key not working in GHCi) created by guest
In GHCi 6.10.1, on Ubuntu with libedit 2.11, pressing the delete key …
06:51 Ticket #2722 (<<loop> when compiling with -O option with ghc-6.10.0.20081019) closed by ross
fixed: It never occurred to me before that using a valid equation as a rule could …
05:38 Ticket #2740 (free variable not available in debugger) created by phercek
The attached test shows the bugs. Unpack and check the ghci_log.html file …
04:05 Ticket #2738 (Regression in type checking of sections in records) closed by igloo
invalid: Thanks for the report. I haven't tried the full program, but this: […] …
03:52 Ticket #2739 (GHC API crashes on template haskell splices) created by waern
The GHC API crashes when type checking these two modules: TH.hs: …

11/03/08:

19:48 Ticket #2738 (Regression in type checking of sections in records) created by dons
Looks like a GHC 6.10 regression. The following code, from …
12:14 Ticket #2737 (add :tracelocal to ghci debugger to trace only the expressions in a given ...) created by phercek
As there is :steplocal, there should be also :tracelocal. It would keep …
03:12 Ticket #2735 (ghc panic with Haskell 98 program (applyTypeToArgs?)) closed by simonpj
fixed: Fixed by […] Thanks for the report. Simon

11/02/08:

22:39 Ticket #2736 (Add bool to Data.Bool) created by guest
The function either is in Data.Either and maybe is in Data.Maybe. The …
07:55 Ticket #2735 (ghc panic with Haskell 98 program (applyTypeToArgs?)) created by int-e
This code, […] crashes ghc: […] (Example trimmed down from a …

10/31/08:

14:12 Ticket #1837 (ghc-pkg should not accept unversioned depends) closed by igloo
fixed: Looks like when the warning was removed, the test was too. I've reinstated …
10:17 Ticket #2732 (Incorrect requirement for building ghc) closed by igloo
fixed: Thanks for the report. I've fixed the webpage, and the configure scripts …
07:57 Ticket #2652 (fancier prompts for ghci) closed by igloo
fixed: Thanks for the patch! I've applied a slightly different version: Prompt …

10/30/08:

10:02 Ticket #2674 (ghc panic TcPat.checkArgs) closed by igloo
fixed: Merged
10:01 Ticket #2728 (T2627 profasm/profc: Kinds don't match in type application) closed by igloo
fixed: Fixed by […]
04:45 Ticket #2733 (Newtype deriving over phantom types broke between GHC 6.6.1 and GHC 6.8.1) closed by simonpj
duplicate: Dup #2734.
04:45 Ticket #2734 (Newtype deriving over phantom types broke between GHC 6.6.1 and GHC 6.8.1) closed by simonpj
invalid: I'm afraid this is by design: the 6.6 deriving mechanism could …
03:09 Ticket #2734 (Newtype deriving over phantom types broke between GHC 6.6.1 and GHC 6.8.1) created by DavidA
Consider the following code: […] In 6.6.1, it was permissible to derive …
03:08 Ticket #2733 (Newtype deriving over phantom types broke between GHC 6.6.1 and GHC 6.8.1) created by DavidA
Consider the following code: {-# OPTIONS_GHC -fglasgow-exts …
02:52 Ticket #2732 (Incorrect requirement for building ghc) created by jputcu
At the bottom of http://www.haskell.org/ghc/download_ghc_683.html you'll …
02:06 Ticket #2731 (Avoid unnecessary evaluation when unpacking constructors) created by simonpj
Consider […] GHC will extract the first component of the MkT, …
01:42 Ticket #2730 (Quasiquote or TH linking may need HPC flag) created by simonpj
Test quasiquotation/qq005 fails in the hpc way: […] I believe the …

10/29/08:

10:43 Ticket #2729 (Stuck when compiling XMonad.StackSet in xmonad 0.9 (hackage version)) created by mnislaih
This is the end of the -v output without -O2 […] ...and then it stops, …
10:16 Ticket #2728 (T2627 profasm/profc: Kinds don't match in type application) created by igloo
T2627 profasm/profc is getting a lint failure: […]
07:14 Ticket #2720 (eyeball/inline1 still isn't optimised with -fno-method-sharing) closed by simonpj
fixed: I believe I've fixed this […] Do try it out. I'll close it meanwhile. …
05:54 Ticket #2714 (No match in record selector Var.tcTyVarDetails) closed by igloo
fixed: Merged
05:52 Ticket #2723 (Unnecessary warning for record wildcards) closed by igloo
fixed: Didn't go cleanly, so not merged.

10/28/08:

18:39 Ticket #2700 (Template Haskell pretty printer arrow always associates right) closed by igloo
fixed: Merged
18:36 Ticket #2713 (Fixities interact badly with TH under GHC 6.10.1 20081007) closed by igloo
fixed: Merged
18:35 Ticket #2701 (Cannot derive Data for structures containing unboxed values) closed by igloo
fixed: Merged
05:03 Ticket #2595 (Implement record update for existential and GADT data types) closed by simonpj
fixed: OK I have mostly-implemented this feature request […] No need to merge. …

10/27/08:

17:38 Ticket #2727 (DiffArray performance unusable for advertized purpose) created by claus
(cf. this …
12:17 Ticket #2718 (Building ghc-6.8.3 with ghc-6.2.2 failed on Red Hat 7.3 machine) closed by igloo
invalid: Only >= 6.4.2 is supported for building 6.8.3, sorry. You should be able …
09:36 Ticket #2707 (GHCi reports "exitWith ExitSuccess" as an exception) closed by igloo
invalid: I agree. It might be useful to the user to know that the program …
07:20 Ticket #2726 (getAddrInfo and addrFamily not in scope on Windows GHC 6.8) created by speaker2machines
import Network.Socket ... getAddrInfo ... addrFamily -- gives me not …
06:16 Ticket #1291 (Binary Solaris build fails on Solaris 9) closed by igloo
fixed: I've added a link to this ticket from the 6.8.3 download blurb.
06:06 ModuleDependencies/Hierarchical edited by nominolo
update based on discussion with simonmar (diff)

10/26/08:

12:41 Ticket #2725 (Remove Hack in compiler/nativeGen/MachCodeGen.hs) created by clemens
Remove the hack around Line 3914 labeled with: […] This bug is intended …

10/25/08:

21:50 Ticket #1291 (Binary Solaris build fails on Solaris 9) reopened by guest
Can you please change the website/docs to reflect this? Either: * …
12:39 Ticket #2724 (foreign functions called from optimized Haskell code receive non-empty fpu ...) created by aruiz
It has been observed that wrong NaN's are produced by foreign functions in …

10/24/08:

22:05 Status/October08 edited by simonpj
(diff)
07:24 GHC-6.10.1 edited by simonmar
for each platform, show all bugs against the OS, not just those for this … (diff)
05:22 GHC-6.10.1 edited by simonmar
sparc doesn't work (diff)
01:56 Status/October08 edited by simonmar
(diff)
01:56 Status/October08 edited by simonmar
(diff)
01:53 Status/October08 edited by simonmar
(diff)

10/23/08:

10:10 Ticket #2723 (Unnecessary warning for record wildcards) created by judah
When compiling a file with record wildcards, -Wall produces a warning …
06:14 Ticket #2686 (Panic in OpenAFP with GHC 6.10 RC) closed by igloo
duplicate: Duplicate of #2715
05:00 Ticket #2668 (Standalone deriving doesn't do newtype deriving properly) closed by igloo
fixed: Merged
Note: See TracTimeline for information about the timeline view.