Timeline
02/23/06:
- 05:57 Ticket #402 (internal error: startTask: Can't create new task) closed by
- worksforme: Cannot repeat with 6.4.1 on x86_64, so I'm assuming this one is fixed.
- 05:31 Ticket #449 (Very big integer arithmetic crashes GHCi on Windows and Mac) closed by
- wontfix: I believe this is the process running out of C stack space. GMP allocates …
- 02:55 Ticket #704 (change array interface to accomodate resizable arrays) created by
- See: …
02/22/06:
- 14:48 Ticket #223 (ghci identifier autocomplete like bash) closed by
- fixed: Done: […]
- 09:00 Ticket #703 (all binaries built by ghc have executable stacks) created by
- = Non-executable stacks = The GNU toolchain supports marking object files …
- 08:08 Ticket #687 (conc049 <<loop>> with heap profiling turned on) closed by
- fixed
- 07:52 Ticket #702 (MingW ld.exe produces program which segfaults) created by
- (from Alistair Bayley - alistair@…) The C program below works …
02/20/06:
- 14:41 CollectionClassFramework edited by
- (diff)
- 14:39 CollectionClassFramework edited by
- (diff)
- 14:17 CollectionClassFramework edited by
- (diff)
- 09:05 WikiStart edited by
- (diff)
- 06:23 Ticket #697 (Bad assembler generated) closed by
- fixed: I fixed the out-of-range addqs recently: Thu Feb 9 16:22:47 GMT 2006 …
- 05:58 Ticket #701 (Better CSE optimisation) created by
- GHC's CSE optimisation is pretty weedy. It looks for expressions like …
02/18/06:
- 15:00 Ticket #700 (Inconsistent typechecking of pattern match in function binding) created by
- […] f is accepted by 6.4.1, but g isn't. I think g should also be …
02/16/06:
- 18:36 Ticket #699 (GHCi doesn't implement foreign import on amd64 when interpreting.) created by
- When GHCi is used to load source which has a foreign import I get a …
02/15/06:
- 11:59 Ticket #698 (GHC's internal memory allocator never releases memory back to the OS) created by
- allocaBytes does not appear to free the memory after the computation has …
02/14/06:
- 19:01 Ticket #697 (Bad assembler generated) created by
- Compiling SHA1.hs from darcs with -fasm on x86_64 results in a bunch of …
- 18:48 Ticket #696 (segmentation fault in ./genprimopcode (x86_64)) created by
- (ghc 6.4.1-1 from debian, compiling ghc-6.5.20060211) SRC_HC_OPTS = …
02/12/06:
- 16:52 Ticket #695 (ghcii.sh fails if ghc's path contains spaces) created by
- Invoking ghcii.sh from cygwin fails if ghc is installed in "C:\Program …
02/10/06:
- 09:27 Ticket #474 (Debug.Trace.trace should work on Show) reopened by
- accidentally closed
- 09:15 Ticket #474 (Debug.Trace.trace should work on Show) closed by
- fixed: show "a" is slightly different from "a", so it's no true generalization. …
- 08:31 Ticket #694 (lawbreaker in HughesPJ) created by
- the law "empty is an identity for <> and $$" is currently broken by ie. …
- 07:40 Ticket #693 (dynamic locking) created by
- Now that the SMP and threaded runtimes are the same, there is some …
- 05:16 Ticket #692 (Incorporate programs from the shootout in nofib) created by
- We should have all the shootout benchmarks in nofib. They should probably …
- 05:08 Ticket #691 (Make the testsuite standalone) created by
- The testsuite uses very little from the fptools framework, and could quite …
- 04:49 Ticket #690 (Accept source files in encodings other than UTF-8) created by
- We need to support at least Latin-1, for backwards compatibility. One …
02/09/06:
- 06:00 Ticket #689 (x86_64 tarball of ghc 6.4.1 for Linux contains broken symbolic links) closed by
- invalid: Whoops, I didn't read the installation instructions! Still a little …
- 05:47 Ticket #689 (x86_64 tarball of ghc 6.4.1 for Linux contains broken symbolic links) created by
- The tarball at …
- 03:40 Ticket #681 (non-terminating instances involving FDs) closed by
- fixed: Fixed, and documented. There'll be some consequential changes to tests. …
- 03:21 Ticket #688 (killThread and SMP) created by
- killThread currently doesn't work with SMP, unless you only use one CPU. …
02/08/06:
- 08:35 Ticket #687 (conc049 <<loop>> with heap profiling turned on) created by
- While trying to fix #492, I noticed: […] but the program works as …
- 08:05 Ticket #685 (Panic splitTyConApp a{tv a1nD} when dealing with GADTs in optimizing mode) closed by
- fixed: Good bug. Fixed, thank you. Simon
- 07:32 Ticket #660 (binary snapshot install crashes on ps docs) closed by
- fixed: Fixed, thanks.
- 02:07 Ticket #686 (warning: implicit declaration of function `ftruncate') created by
- Reported by Conal Elliot. might be caused by a new mingw version, we …
02/07/06:
- 14:15 Ticket #685 (Panic splitTyConApp a{tv a1nD} when dealing with GADTs in optimizing mode) created by
- I get the following panic (with *two* modules, because it works when the 2 …
- 09:06 Ticket #684 (Pending occurrence-analysis fix) created by
- We have a half-completed improvement to occurrence analysis. I have a note …
- 09:03 Ticket #683 (RULES for recursive functions don't work properly) created by
- someone mentioned to me that this expression: mapM_ action [n..m] …
02/06/06:
- 08:59 Ticket #649 (class declaration accepts conop as method name) closed by
- fixed: Fixed in HEAD but wont't fix in 6.4.2
- 02:18 Ticket #682 (Incorrect parentheses in warning message) closed by
- fixed: Thank you. Fixed, in the HEAD and 6.4.2 Simon
02/05/06:
- 15:32 Ticket #682 (Incorrect parentheses in warning message) created by
- […] The arithmetic expression is parenthesized incorrectly in the …
- 06:53 CollectionClassFramework edited by
- (diff)
02/03/06:
- 12:30 Ticket #681 (non-terminating instances involving FDs) created by
- GHC accepts the following (tc109) with -fglasgow-exts: […] However as …
02/01/06:
- 23:24 Ticket #680 (SCC mis-accounting) created by
- The profiles sometimes charges to the wrong account. In this example: …
- 05:09 Ticket #661 (Serious Data.HashTable bug) closed by
- fixed: Fixed, thanks.
01/31/06:
- 09:06 Ticket #675 (Bad error message in GHCi) closed by
- fixed: Yes, I improved the error reporting in the head -- no more Show (IO ()) …
01/30/06:
- 10:10 Ticket #679 (using ReadWriteMode in Windows corrupts files) created by
- In Windows, running the following program makes test.txt corrupted. […] …
- 04:43 Ticket #664 (Heap profiler can report hundredths of a second as "3.100" (not "4.000")) closed by
- fixed: Fixed as suggested, thanks.
- 03:46 Ticket #677 (segfault with C<->Haskell ping-pong, should be stack overflow) closed by
- fixed: I believe this bug is fixed in 6.4.1. I've been running the test for a …
- 03:32 Ticket #674 (Bad error message: varying arguments) closed by
- wontfix: The error message is correct: the two equations for f have differing …
- 02:29 Ticket #678 (Non-terminating compilation of ghc on Debian Testing i386) closed by
- invalid: The problem occurs with GNU Make 3.81beta4, and is cured by downgrading to …
01/29/06:
- 20:49 Ticket #678 (Non-terminating compilation of ghc on Debian Testing i386) created by
- I used darcs to download a recent version of ghc. I followed the …
- 14:03 Ticket #677 (segfault with C<->Haskell ping-pong, should be stack overflow) created by
- Maybe this relates to bug #370. In the infinite sequence: `Haskell …
- 05:49 CollectionClassFramework edited by
- (diff)
- 05:24 CollectionClassFramework edited by
- (diff)
01/28/06:
- 08:08 CollectionClassFramework edited by
- (diff)
- 08:07 CollectionClassFramework edited by
- (diff)
- 07:42 CollectionLibraries edited by
- (diff)
- 07:41 CollectionLibraries edited by
- (diff)
- 05:37 CollectionClassFramework edited by
- (diff)
- 05:35 CollectionClassFramework edited by
- (diff)
- 05:34 CollectionClassFramework created by
- 04:44 CollectionLibraries edited by
- (diff)
- 04:38 Ticket #676 (Write a performance checker for collections.) created by
- Addition of new collection types demand a way to check their performances …
- 04:27 CollectionLibraries edited by
- Imported content from the other wiki. (diff)
- 01:30 Ticket #675 (Bad error message in GHCi) created by
- If […] is loaded into GHCi the following can be observed: […] Hugs …
- 01:21 Ticket #674 (Bad error message: varying arguments) created by
- A function definition like […] yields the error message Varying …
01/27/06:
- 01:12 Ticket #673 (Import FastPackedStrings for 6.6) created by
- 6.6 must have a better PackedString library, probably based on …
01/25/06:
- 09:19 Ticket #671 (GHC can suggest "Probable fixes" that are impossible) closed by
- wontfix: I've changed "Probable" to "Possible" in the HEAD. But I can't see …
- 08:40 Ticket #672 (INLINE pragmas for default methods don't work) created by
- This should work: […] Now calling 'f' at Int should inline the code in …
- 06:23 Ticket #671 (GHC can suggest "Probable fixes" that are impossible) created by
- Let's say I type in ["foo", 4] to GHCI: Prelude> ["foo", 4] …
01/24/06:
- 23:49 Ticket #670 (External Core is broken) created by
- […] Main.hs consists of: main = putStr "Hello world!" I'll …
- 07:20 Ticket #669 (negative indentation in Text.PrettyPrint.HughesPJ) created by
- The pretty printing library has a long-standing bug: it sometimes creates …
- 06:43 Ticket #668 (Compiler loops indefinitely on Morris-style fixed-point operator) created by
- Consider the following programs: […] […] The first one compiles …
Note: See TracTimeline
for information about the timeline view.
