Timeline
01/18/06:
- 12:30 Ticket #663 (Confusion about types) created by
- 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
- 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
- fixed: Good idea. I'll commit the patch shortly. Simon
01/17/06:
- 08:40 Ticket #662 (:main) created by
- Implement the :main command, from Hugs: …
- 07:53 Ticket #661 (Serious Data.HashTable bug) created by
- The program below illustrates a difference between the description of the …
- 02:26 Ticket #660 (binary snapshot install crashes on ps docs) created by
- 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
- 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
- In trying to understand …
- 02:05 Ticket #657 (add WARNING pragma) created by
- 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
- 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
- The GHC library exports some symbols which should probably be kept in the …
- 19:53 Ticket #654 (Cabalization of the GHC library.) created by
- 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
- It would be very convenient for projects such as 'Haskell Server Pages' if …
- 07:35 GhcDarcs edited by
- (diff)
- 04:38 Ticket #652 (Have a single Data.Typeable hash table in GHCi) created by
- 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
- 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
- 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
- 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
- fixed: Fixed, test is ghci/should_run/ghci014. Related to #488.
- 08:17 Ticket #488 (panic! 'impossible' happened, thread blocked indefinitely) closed by
- fixed: Fixed, test is ghci/should_run/ghci015
- 04:42 Ticket #480 (undefined behavior in time_str (RtsUtils.c)) closed by
- 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
- 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
- This is the result of a discussion between myself and Simon PJ a few weeks …
01/09/06:
- 07:35 FAQ edited by
- add "+RTS -A10m" to speed up GC (diff)
- 04:03 Ticket #649 (class declaration accepts conop as method name) created by
- 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
- 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
- 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
- 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
- fixed: Fixed, thank you. Test is tcfail156
01/04/06:
- 15:15 Ticket #646 (ASSERT fails on newtype + forall) created by
- The following module causes an ASSERT failure in the HEAD version of ghc …
- 07:59 Ticket #342 (GHC: panic! (compiler bug?)) closed by
- 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
- fixed: Fixed, thank you. Simon
- 02:46 Ticket #645 (Make tick interval configurable) created by
- 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
- fixed: Fixed, thanks.
- 07:30 Ticket #644 (Non-exhaustive patterns in function zip_ty_env) created by
- The following code: […] Produces this panic: […]
- 07:09 Ticket #641 (Cross platform repeatable RTS) closed by
- 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
- 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
- According to the Haskell 98 report, div is supposed to round down to …
12/26/05:
- 04:19 Ticket #642 (ghci 6.5 (HEAD) starts with wrong module in scope) created by
- If I load "Foo.hs", I'd expect GHCi to end up using Module Foo as scope, …
12/24/05:
- 08:15 Ticket #641 (Cross platform repeatable RTS) created by
- This bug seems to be reproducible on Linux, Windows, and OpenBSD, at …
12/20/05:
- 15:51 Ticket #640 (hPutArray broken in doze) closed by
- invalid: OK, forget that. Just discovered openBinaryFile.
- 13:00 Ticket #640 (hPutArray broken in doze) created by
- With both 6.2.2 and 6.4.1 hPutArray generates incorrect files under …
- 04:06 WikiStart edited by
- (diff)
- 04:04 WikiStart edited by
- (diff)
12/19/05:
- 02:59 Ticket #639 (Give civilised error messages when desugaring Template Haskell brackets) created by
- DsMeta? fails with a panic if it encounters something it can't desugar into …
Note: See TracTimeline
for information about the timeline view.
