Timeline


and

01/25/06:

09:19 Ticket #671 (GHC can suggest "Probable fixes" that are impossible) closed by simonpj
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 simonpj
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 glasser@…
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 KirstenChevalier
[…] Main.hs consists of: main = putStr "Hello world!" I'll …
07:20 Ticket #669 (negative indentation in Text.PrettyPrint.HughesPJ) created by waldmann@…
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 Stefan Holdermans (stefan@…
Consider the following programs: […] […] The first one compiles …

01/23/06:

06:24 CollectionLibraries edited by jpbernardy
(diff)
06:24 TracQuery edited by jpbernardy
(diff)
06:16 CollectionLibraries edited by jpbernardy
(diff)
06:15 Ticket #655 (Loading the GHC library from GHCi.) closed by Lemmih
fixed
06:12 CollectionLibraries edited by jpbernardy
(diff)
06:07 CollectionLibraries edited by jpbernardy
(diff)
06:07 CollectionLibraries created by jpbernardy
Start page for collections maintenance
02:04 Ticket #667 (Efficient Map <-> Set conversions) created by jpbernardy
We should be able to convert a Set into a Map without re-computation of …
02:02 Ticket #666 (Collection hierarchy proposal) created by jpbernardy
Well, i am as user of libraries just wants consistency of using different …
01:59 Ticket #665 (re-work of insert API) created by jpbernardy
I have been using 'Data.Map' from the library distributed with GHC/Hugs, …

01/20/06:

19:11 Ticket #647 (Socket bug on Mac OS X, with patch) closed by wolfgang
fixed: I've merged the patch now, thank you.
11:43 Ticket #664 (Heap profiler can report hundredths of a second as "3.100" (not "4.000")) created by guest
When running "program +RTS -p -hc", I occasionally have problems with …
06:55 WikiStart edited by simonmar
(diff)
06:37 GhcDarcs edited by simonmar
(diff)
06:34 GhcDarcs edited by simonmar
(diff)
06:29 GhcDarcs edited by simonmar
(diff)
06:28 GhcDarcs edited by simonmar
(diff)
06:25 WikiStart edited by simonmar
(diff)
02:59 WikiStart edited by simonmar
(diff)
02:46 FAQ edited by simonmar
(diff)
02:45 FAQ edited by simonmar
(diff)

01/19/06:

04:49 WikiStart edited by simonmar
(diff)
04:39 GhcPapers edited by simonmar
(diff)
04:38 WikiStart edited by simonmar
(diff)
04:23 GhcPapers created by simonmar
04:14 WikiStart edited by simonmar
(diff)
02:00 Ticket #663 (Confusion about types) closed by simonpj
invalid: Not a bug, but rather a confusion about data type declarations. My …

01/18/06:

12:30 Ticket #663 (Confusion about types) created by guest
In GHC 6.0.1 the following data type definition (for a binary search tree) …
08:32 Ticket #632 (Make a 'fast' subset of the testsuite) closed by simonmar
fixed: Done. I got it down to 4 minutes, which could probably be improved …
03:21 Ticket #659 (Code bloat for instances of empty classes) closed by simonpj
fixed: Good idea. I'll commit the patch shortly. Simon

01/17/06:

08:40 Ticket #662 (:main) created by simonmar
Implement the :main command, from Hugs: …
07:53 Ticket #661 (Serious Data.HashTable bug) created by jwr@…
The program below illustrates a difference between the description of the …
02:26 Ticket #660 (binary snapshot install crashes on ps docs) created by Chuck Adams <cja987@…>
Reported by The lack of ps documentation in the snapshot builds causes …

01/16/06:

18:29 Ticket #659 (Code bloat for instances of empty classes) created by wolfgang
TcInstDcls? has a special case for empty classes that leads to a seemingly …
02:12 Ticket #658 (DEPRECATED doesn't work for data constructors) created by ijones
In trying to understand …
02:05 Ticket #657 (add WARNING pragma) created by ijones
It might be nice to have a WARNING pragma in place of or in addition to …
01:51 Ticket #656 (Provde a way to return values as Dynamic from the GHC API) created by simonmar
Requested by Keith Hanna: the GHC API should have a way to return the …

01/13/06:

20:15 Ticket #655 (Loading the GHC library from GHCi.) created by Lemmih
The GHC library exports some symbols which should probably be kept in the …
19:53 Ticket #654 (Cabalization of the GHC library.) created by Lemmih
Rebuilding the GHC library when, say, a new version of Cabal is install, …
19:47 Ticket #653 (Changeable lexer/parser (like DynFlags.log_action)) created by Lemmih
It would be very convenient for projects such as 'Haskell Server Pages' if …
07:35 GhcDarcs edited by simonmar
(diff)
04:38 Ticket #652 (Have a single Data.Typeable hash table in GHCi) created by simonmar
The hash table used by Data.Typeable is declared as a top-level …
04:06 Ticket #447 (segmentation fault when profiling large case) closed by simonmar
worksforme: Closing: I can't reproduce this, someone else said they couldn't reproduce …

01/12/06:

13:35 Ticket #596 (Make GHC accept Unicode source files) closed by simonmar
fixed: Now done, GHC 6.6 will accept UTF-8 source files. I haven't decided …
13:32 Ticket #397 (Reading source files in encodings other than Latin-1) closed by simonmar
fixed: Fixed: GHC 6.6 will accept UTF-8 source files.
08:17 Ticket #441 (GHCi doesn't run computations in a new thread) closed by simonmar
fixed: Fixed, test is ghci/should_run/ghci014. Related to #488.
08:17 Ticket #488 (panic! 'impossible' happened, thread blocked indefinitely) closed by simonmar
fixed: Fixed, test is ghci/should_run/ghci015
04:42 Ticket #480 (undefined behavior in time_str (RtsUtils.c)) closed by simonmar
fixed: Fixed, thanks. The patch was slightly incorrect, the original version of …
02:16 Ticket #651 (Template Haskell doesn't work with profiling) created by simonmar
We've known about this for a long time, but I can't find a ticket for it, …

01/11/06:

03:21 Ticket #650 (Improve interaction between mutable arrays and GC) created by simonmar
This is the result of a discussion between myself and Simon PJ a few weeks …

01/09/06:

07:35 FAQ edited by guest
add "+RTS -A10m" to speed up GC (diff)
04:03 Ticket #649 (class declaration accepts conop as method name) created by simonmar
The following code is accepted: […] but it should be rejected.

01/08/06:

20:34 Ticket #648 (Problem resolving library paths (missing path in package.conf?)) created by gwright@…
Hi, When I run ghci and try to load the readline package, I get an error: …
15:00 Ticket #398 (Xlib Types Not Instances of Anything) closed by ross
fixed: The newtypes will be instances of Eq, Ord, Show, Typeable and Data in the …

01/07/06:

20:33 Ticket #647 (Socket bug on Mac OS X, with patch) created by gwright@…
When using sockets on Mac OS X, some operations may fail with …

01/05/06:

02:03 Ticket #646 (ASSERT fails on newtype + forall) closed by simonpj
fixed: Fixed, thank you. Test is tcfail156

01/04/06:

15:15 Ticket #646 (ASSERT fails on newtype + forall) created by guest
The following module causes an ASSERT failure in the HEAD version of ghc …
07:59 Ticket #342 (GHC: panic! (compiler bug?)) closed by simonmar
worksforme: We haven't managed to find a reproducible test case for this one, so …
03:51 Ticket #644 (Non-exhaustive patterns in function zip_ty_env) closed by simonpj
fixed: Fixed, thank you. Simon
02:46 Ticket #645 (Make tick interval configurable) created by simonmar
The hardwired tick interval of 0.02 seconds is too long. We should make …

01/03/06:

08:16 Ticket #642 (ghci 6.5 (HEAD) starts with wrong module in scope) closed by simonmar
fixed: Fixed, thanks.
07:30 Ticket #644 (Non-exhaustive patterns in function zip_ty_env) created by simonmar
The following code: […] Produces this panic: […]
07:09 Ticket #641 (Cross platform repeatable RTS) closed by simonmar
fixed: Now fixed, in both HEAD and STABLE. There was a problem with the state in …

01/01/06:

12:47 Ticket #643 (div and mod return wrong result) closed by Lemmih
invalid: That's because '-10 div 3' is parsed as '- (10 div 3)'. Writing '(-10) …
12:34 Ticket #643 (div and mod return wrong result) created by anonymous
According to the Haskell 98 report, div is supposed to round down to …
Note: See TracTimeline for information about the timeline view.