Timeline
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 …
12/17/05:
- 07:51 Ticket #638 (Patch to make Control.Monad.replicateM_ faster) created by
- Here is a darcs patch to the HEAD which makes Control.Monad.replicateM_ …
12/16/05:
- 08:11 Ticket #636 (deriving Show for infix constructors forgets backquotes) closed by
- fixed: I've just fixed this in the HEAD. Test is drvrun018. The fix should …
- 08:10 Ticket #637 (Ctrl-Break handler doesn't work in forked threads in "-threaded" RTS) created by
- The following program demonstrates bug in 6.4.1 (6.4.0 was ok). if you …
- 06:43 WikiStart edited by
- (diff)
- 06:19 WikiStart edited by
- (diff)
- 02:28 Ticket #636 (deriving Show for infix constructors forgets backquotes) created by
- When compiling and running the following module: […] The expected …
- 01:30 FAQ edited by
- (diff)
- 01:22 FAQ edited by
- (diff)
- 01:21 FAQ edited by
- (diff)
- 01:07 Ticket #635 (Replace use of select() in the I/O manager with epoll/kqueue/etc.) created by
- Subject says it all. We've known about this problem for ever, but haven't …
12/15/05:
- 13:32 Ticket #439 (panic when interpreting compiled stuff) closed by
- fixed: This is caused because sometimes we don't need extra space for the jump …
- 06:06 Ticket #634 (Implement a more efficient TArray) created by
- Control.Concurrent.STM.TArray is implemented as an immutable array …
- 03:17 Ticket #633 (add dataCast{1,2} to Data instances of Data.Set, Data.Map, etc.) closed by
- fixed
- 03:11 WikiStart edited by
- (diff)
- 03:08 WikiStart edited by
- (diff)
- 03:04 Ticket #615 (Remove uses of ccall from PackedString) closed by
- wontfix: We'll pull in the new FastPackedString? when it's ready.
- 03:03 Ticket #611 (Tidy up array story) closed by
- fixed
- 02:46 WikiStart edited by
- (diff)
12/14/05:
- 11:23 Ticket #633 (add dataCast{1,2} to Data instances of Data.Set, Data.Map, etc.) created by
- Adding dataCast1 = gcast1 to the Data instances of Data.Set …
- 04:02 Ticket #632 (Make a 'fast' subset of the testsuite) created by
- The testsuite takes a long time to run (usually over an hour, but depends …
- 02:16 GhcConcurrency edited by
- (diff)
- 02:11 FAQ edited by
- (diff)
12/13/05:
- 16:39 Ticket #631 (GHCi doesn't work unregisterised) created by
- To reproduce this bug, write the following text to bug.hs. …
- 08:04 Ticket #491 (Nested 'atomically' should raise an exception) closed by
- fixed
- 07:16 Ticket #478 (Problem with Threading under GHC) closed by
- invalid: No feedback from submitter after 1 month; closing the bug due to lack of …
- 01:47 GhcDarcs edited by
- (diff)
- 01:46 GhcDarcs edited by
- (diff)
- 01:45 WikiStart edited by
- (diff)
- 01:44 GhcDarcs created by
- 01:36 WikiStart edited by
- (diff)
- 01:27 WikiStart edited by
- (diff)
- 01:21 Ticket #630 (Found "ghc-6.4: panic!") closed by
- fixed: Fixed in 6.4.1; see 456
12/12/05:
- 16:56 Ticket #630 (Found "ghc-6.4: panic!") created by
- I have just gotten: […] from ghci. The code I loaded is: […] and the …
- 10:58 Ticket #629 (IO library locking doesn't count readers) created by
- We aren't keeping track of the number of readers of a file, so that the …
- 07:08 Ticket #628 (Make ordinary libraries work with SMP RTS) created by
- We don't want to have two separate library "ways" for SMP and …
12/11/05:
- 01:31 FAQ edited by
- formatting (diff)
12/10/05:
- 23:18 Ticket #627 (xhnzuuxjkpgppp) closed by
- invalid
- 23:18 Ticket #626 (xhnzuuxjkpgppp) closed by
- invalid
- 21:22 Ticket #627 (xhnzuuxjkpgppp) created by
- hdsk hhappyfhe iddudj in is happyjcidivh ucjdmhhczz lx,jvutufnj,xbgsg …
- 21:22 Ticket #626 (xhnzuuxjkpgppp) created by
- hdsk hhappyfhe iddudj in is happyjcidivh ucjdmhhczz lx,jvutufnj,xbgsg …
- 15:06 Ticket #625 (Incorrect handling of types) closed by
- invalid: No compiler fault: substitution was done incorrectly
- 14:44 Ticket #625 (Incorrect handling of types) created by
- The following program, taken from …
Note: See TracTimeline
for information about the timeline view.
