Timeline


and

06/16/12:

14:37 Ticket #6169 (Error when building GHC 7.4.2 on Raspberry Pi (ARM)) created by djhworld
Hi there, I'm trying to build GHC 7.4.2 from source on my Raspberry Pi …

06/15/12:

21:21 Ticket #6168 (Assembler error message in GHC 7.2.2) created by selinger
This is related to #5649, although a different combination of options …
20:14 Ticket #6167 (Compile stalls with pause returning ERESTARTNOHAND) created by erikd
I'm using ghc 7.4.1 from the debian package to compile GHC from git HEAD …
16:25 Ticket #6166 (Performance regression in mwc-random since 7.0.x) created by bos
I've had a report that the performance of the mwc-random package has …
12:37 Ticket #6164 (GHC installation configure error) closed by pcapriotti
invalid: Looks like you downloaded a GHC tarball for the wrong architecture. You …
08:35 Ticket #6162 (defer-type-errors + unsafeCoerce) closed by simonpj
wontfix
08:34 Ticket #6165 (Missing documentation for Foreign.ForeignPtr) created by refold
Starting with version 4.4.0.0, the html documentation for …
07:58 NewAxioms edited by danbst
possible typo? (diff)
07:01 Ticket #5897 (GHC runtime task workers are not released with C FFI) closed by pcapriotti
fixed: Merged as d677a952d666e5e7144e60524efb6989dddeb383 (plus testsuite fix …
06:10 Ticket #6164 (GHC installation configure error) closed by simonmar
invalid: On Ubuntu 12.04 you can use sudo apt-get install ghc to install GHC. …
06:04 Ticket #5882 (Template Haskell declaration quote reports error with GADT syntax) closed by pcapriotti
fixed
00:20 Ticket #6041 (Program hangs when run under Ubuntu Precise) closed by simonmar
invalid
00:15 Ticket #6164 (GHC installation configure error) created by rohithkumar-av
Hi, I was trying to install Haskell from this link …

06/14/12:

18:50 Ticket #6163 (GHC stops producing runnable code in OSX Mountain Lion DP4) created by smidget
Yesterday I upgraded my OSX 10.8 Mountain Lion Developer Preview 3 install …
15:15 DeferErrorsToRuntime edited by guest
Fix broken link to paper draft. (diff)
14:40 Ticket #6162 (defer-type-errors + unsafeCoerce) created by guest
When evidence of a ~ b is missing, -fdefer-type-errors uses error to …
12:21 DarcsConversion edited by simonmar
(diff)
04:15 Ticket #2979 (better support for FFI C wrappers for macros in system headers) closed by igloo
fixed: This was fixed by: […]

06/13/12:

08:55 Status/SLPJ-Tickets edited by simonpj
(diff)
07:51 Ticket #6161 (Program with missing instance accepted by compiler, program <<loops>>) created by wlguest
The following program is accepted by the compiler even though (Fam Float) …
01:04 Ticket #6160 (support sub-second resolutions for file timestamps) created by redneb
Currently all file timestamps related functions (accessTime, …

06/12/12:

02:52 Ticket #6159 (unexpected GADT kind error) closed by simonpj
invalid: This is by (current) design. It's even documented: see …
02:48 Ticket #6159 (unexpected GADT kind error) created by kosmikus
I am surprised that the following two declarations are treated differently …
02:45 Ticket #3966 (Warn about useless UNPACK pragmas) closed by simonmar
fixed
02:25 Ticket #6158 (GHC Causes opt to crash under LLVM 3.1 due to non const memcpy offset) created by Axman6
Under LLVM 3.1, opt is crashing when compiling code produced by GHC which …
00:51 Ticket #4148 (improve new recursive do syntax) closed by simonpj
fixed: Thanks to Levent for doing the work. Simon

06/11/12:

09:02 Ticket #5683 (bug in signum function) closed by simonmar
duplicate
07:41 Ticket #6142 (Outdated comment in Directory.hs) closed by simonmar
fixed: […]
07:38 Ticket #6126 (Fix risk of dead-lock in documentation of Control.Concurrent) closed by simonmar
fixed: Fixed: […] and the new Async API is currently being discussed on …
04:24 NewAxioms edited by simonpj
(diff)
04:14 Ticket #5544 (threadDelay with large values crashes the IO manager on 64-bit OS X) closed by pcapriotti
worksforme: I can't reproduce this with either 7.4 or HEAD, so I'm closing the ticket. …
02:58 Ticket #6157 (Support duplicating a TChan with the current content available.) created by klao
I propose adding a function to the Control.Concurrent.STM.TChan that …
01:06 Ticket #6156 (Optimiser bug on linux-powerpc) closed by erikd
fixed: Confirmed fixed in ghc 7.4.2. Closing this bug.
00:56 Ticket #6153 (writeChan not properly protecting again async exceptions) closed by simonmar
fixed: Thanks, this is actually already fixed, see …

06/10/12:

23:22 NewAxioms/DiscussionPage edited by AntC
(diff)
23:06 NewAxioms/DiscussionPage edited by AntC
(diff)
22:23 NewAxioms/DiscussionPage edited by AntC
(diff)
22:07 NewAxioms/DiscussionPage edited by AntC
(diff)
21:16 NewAxioms/DiscussionPage edited by AntC
note SPJ's clarifications; add link to Etienne's comparisons (diff)
17:43 WikiStart edited by guest
7.4.2 to 7.4.3 (diff)
16:46 Ticket #6156 (Optimiser bug on linux-powerpc) created by erikd
Found a small chunk of code in the cryptocipher package that when compiled …
07:27 TFvsFD edited by Lemming
Haskellwiki: Functional dependencies vs. type families (diff)
04:38 Repositories edited by igloo
(diff)
02:12 Ticket #6155 (-C causes panic "the impossible happened") closed by pcapriotti
fixed: Thanks for the report. This is fixed in HEAD by commit …
01:24 Ticket #6155 (-C causes panic "the impossible happened") created by Basti
1. Intent To find out where a segfault arises, maybe by adding debbuging …
01:23 Milestone 7.4.2 completed

06/09/12:

14:32 Ticket #6151 (typePrimRep: UbxTupleRep) closed by batterseapower
fixed: I think I fixed this with my commit …
11:40 Ticket #6127 (Build for MIPS N32 host fails due to references to 64-bit support code) closed by pcapriotti
fixed: Pushed: […]
09:40 Ticket #6103 (Interrupted program cannot produce biographical heap profile) closed by pcapriotti
Merged as bbd055c6f46e543c236998bf90bd58ac9351b485.
09:39 Ticket #6146 (Segmentation fault with eager blackholing) closed by pcapriotti
Merged as 3b9d1750b6823dfc9f2d1fb7ff883b81bf746c33.
09:35 Ticket #4968 (openTempFile fails on Windows if a directory exists with the file name it ...) closed by pcapriotti
fixed: Merged as 84c41020a2c286c5e37a7ecd72ddf45a57fba4cf and …

06/08/12:

23:26 LightweightConcurrency edited by fryguybob
Fixed type of switchTo. (diff)
16:14 Ticket #6154 (ghc-7.4.2 rc1: ./configure fails on raspberry pi (archlinux) with error: ...) closed by igloo
invalid: Thanks for the report. However, it look like your current GHC cannot …
16:03 Ticket #6154 (ghc-7.4.2 rc1: ./configure fails on raspberry pi (archlinux) with error: ...) created by paulkoer
Dear all, Trying to compile the release candidate for ghc-7.4.2 on a …
13:39 Ticket #6121 (Very poor constant folding) closed by igloo
fixed: This now works in HEAD.
11:42 Ticket #6153 (writeChan not properly protecting again async exceptions) created by klao
In the current code of writeChan from Control.Concurrent.Chan: […] if …
08:57 Ticket #5704 (Bug in the handling of wired-in packages (like template-haskell)) closed by simonmar
wontfix: I'm going to close this. It just doesn't work to have multiple versions …
08:29 Ticket #5390 (Hard-coded /Developer path in Mac ghc) closed by simonmar
fixed
07:04 Ticket #6152 (Type synonym for Type family + DataKinds won't recompile due to internal ...) closed by simonpj
fixed: Thanks. Happily, already fixed in HEAD. I added a regression test.
06:57 Commentary/GSoCMultipleInstances edited by phischu
(diff)
06:11 Ticket #6152 (Type synonym for Type family + DataKinds won't recompile due to internal ...) created by konn
I have following program: […] This program compiles successfully, but …
03:58 NewAxioms edited by spl
Capitalization (diff)
03:02 WorkingConventions/BugTracker edited by bravit
fixed typo (diff)
01:50 Ticket #6134 (Incorrect ambiguity error with functional dependencies) closed by simonpj
fixed
01:50 Ticket #6088 (GeneralizedNewtypeDeriving + TypeFamilies + Equality constraints) closed by simonpj
fixed: Thanks for pointing this out. Easily fixed. […] The log message is …
01:48 Ticket #6151 (typePrimRep: UbxTupleRep) created by simonmar
A handful of new failures appeared in the nightly build recently, perhaps …
01:38 Commentary/Compiler/Kinds edited by simonpj
(diff)
01:38 Commentary/Compiler edited by simonpj
(diff)
01:37 Commentary/Compiler edited by simonpj
(diff)
01:36 Commentary/Compiler/Kinds edited by simonpj
(diff)
01:34 Commentary/Compiler/Kinds edited by simonpj
(diff)
01:26 Commentary/Compiler/TypeType edited by simonpj
(diff)
01:25 Commentary/Compiler/TypeType edited by simonpj
(diff)
01:25 Commentary/Compiler/TypeType edited by simonpj
(diff)
01:24 Commentary/Compiler/Kinds edited by simonpj
(diff)
01:24 Commentary/Compiler/Kinds created by simonpj
01:18 Commentary/Compiler edited by simonpj
(diff)
01:18 Commentary edited by simonpj
(diff)
01:12 NewAxioms edited by simonpj
(diff)
01:02 Ticket #6150 (Nested instances) closed by simonpj
invalid: Lots of reasons not to do this: * You propose to give printBool this …
00:12 Ticket #6150 (Nested instances) created by exFalso
With the introduction of DataKinds? it became possible to define class …

06/07/12:

14:48 Status/SLPJ-Tickets edited by simonpj
(diff)
14:47 Status/SLPJ-Tickets edited by simonpj
(diff)
14:46 Status/SLPJ-Tickets edited by simonpj
(diff)
09:02 Ticket #6146 (Segmentation fault with eager blackholing) closed by simonmar
fixed: Thanks, nice bug.
09:01 Ticket #6103 (Interrupted program cannot produce biographical heap profile) closed by simonmar
fixed: Punting on a regression test, because it's too hard to make one.
08:57 Ticket #5553 (sendWakeup error in simple test program with MVars and killThread) closed by simonmar
worksforme: Replying to bit: > I am the original reporter of this bug. > …
08:50 Ticket #3222 (GLFW 0.3 build fails w/ SSE error in 6.10.3, works in 6.10.1) closed by simonmar
worksforme: Thanks altaic. Let's assume it has been fixed then.
08:47 Ticket #6125 (GHCi crash) closed by simonmar
worksforme: either #4245 or #5588, I expect. Please try with a more recent version of …
07:42 Ticket #6145 (DataCon do not have location info) closed by simonpj
fixed: OK, with a bit of fiddling I made the test work.
06:55 Ticket #6140 (segfault in OS X GHCi when dealing with infinite integers) closed by simonmar
worksforme
06:31 Ticket #6148 (63-tuples are not rejected when written using (,,,)) closed by simonpj
fixed: Thanks!
06:30 Ticket #6129 (Failure when using promoted data family instances, again) closed by simonpj
fixed
06:30 Ticket #6137 (Different behaviour between a GADT and a data family with regards to kind ...) closed by simonpj
fixed
06:29 Ticket #6049 (Kind variable generalization error in GADTs) closed by simonpj
fixed
06:28 Ticket #6093 (Kind polymorphism fails with recursive type definition using different ...) closed by simonpj
fixed
06:13 NewAxioms edited by spl
Minor fixes (diff)
05:57 Status/SLPJ-Tickets edited by simonpj
(diff)
05:55 NewAxioms edited by simonpj
(diff)
05:47 NewAxioms edited by simonpj
(diff)
05:46 NewAxioms edited by simonpj
(diff)
05:23 GhcKinds edited by simonpj
(diff)
05:20 GhcKinds edited by simonpj
(diff)
05:18 GhcKinds edited by simonpj
(diff)
05:16 Status/SLPJ-Tickets edited by simonpj
(diff)
04:29 Status/SLPJ-Tickets edited by simonpj
(diff)
04:10 Ticket #6149 (ghc-7.4.2 tests for profasm seg-fault under solaris) created by maeder
I've compiled …
03:32 Ticket #5899 (RTS crash w/ strange closure type 603975781 on OS X 10.8) closed by simonmar
worksforme: I just did a validate using an existing installation of GHC 7.0.3 on OS X …
02:45 Ticket #5527 (mkTopLevEnv: not interpreted) closed by pcapriotti
fixed
00:14 GhcKinds edited by simonpj
(diff)

06/06/12:

04:39 Ticket #6139 (Data.Time.Day read instance too liberal) closed by igloo
invalid: Thanks for the report, but please send bugs in the time library to the …
04:21 Ticket #6148 (63-tuples are not rejected when written using (,,,)) created by guest
Corner case with tuples: 'b' should give the same error as 'a'. […]
04:10 Ticket #6147 (GeneralizedNewtypeDeriving should fail with data families) created by rl
Here is an example: […] The deriving(C) clause on Foo should fail …
03:57 Ticket #6099 (filepath library a lot bigger in 7.4.2 RC 1) closed by pcapriotti
fixed: Merged as 4fa3f16ddb9fa8e5d59bde5354918a39e0430a74.
03:06 Ticket #5493 (@instance Control.Applicative.Applicative Q@) closed by beroal
fixed
01:02 Status/SLPJ-Tickets edited by simonpj
(diff)
01:01 Status/SLPJ-Tickets edited by simonpj
(diff)
01:01 Status/SLPJ-Tickets edited by simonpj
(diff)

06/05/12:

17:49 NewAxioms/DiscussionPage edited by sweirich
(diff)
17:35 NewAxioms edited by sweirich
Added comment about not having reflexivity reasoning. (diff)
14:24 Ticket #6146 (Segmentation fault with eager blackholing) created by emcdowell
When very simple programs are compiled using the -feager-blackholing and …
12:20 TFvsFD edited by illissius
(diff)
11:31 Ticket #6145 (DataCon do not have location info) created by JeanPhilippeMoresmau
A data constructor does not have a valid source location associated with …
11:04 TFvsFD edited by atnnn
(diff)
07:00 Ticket #6106 (GHCi does not always detect when modules become stale during compilation) closed by pcapriotti
fixed: Merged as 9c68db9dbd57cbd01008df1affe542a7ad572381.
06:59 Ticket #6105 (GHCi does no respect -fforce-recomp) closed by pcapriotti
fixed: Merged as cd00c7714ad794b1efbc815d1521c263bca76079.
04:06 Ticket #6114 (ghc: panic! occurred with use of isInstance, newName and a type splice) closed by simonpj
fixed: The error message is this: […] So the crash is fixed, and the error …
03:31 Ticket #6144 (Preprocessor line control suppressed by comments) created by holzensp
Using the preprocessor and "purely functional" parser from the GHC API, …
03:00 Ticket #6143 (Regression: lots of documentation missing) created by simonmar
Something is wrong with the Haddock docs in the HEAD, such that most (but …
01:03 Status/SLPJ-Tickets edited by simonpj
(diff)

06/04/12:

23:56 Blog: New directions for Template Haskell edited by simonpj
18:04 TFvsFD created by atnnn
10:12 Ticket #6142 (Outdated comment in Directory.hs) created by mjo
The signature for getModificationTime has been updated to `FilePath? -> …
08:29 Ticket #6133 (bad error message when incorrect format package db is supplied) closed by pcapriotti
fixed
06:58 Commentary/GSoCMultipleInstances edited by phischu
(diff)
05:42 Ticket #6130 (Weak pointer to MVar is finalized, even though MVar is still accessible) closed by simonmar
fixed: […]
05:41 Ticket #6094 (runInteractiveProcess not using new PATH) closed by simonmar
fixed: Done, in libraries/process: […] and in libraries/directory: …
03:53 Ticket #6141 (ghc: panic! (the 'impossible' happened)) closed by aSect
invalid
03:51 Ticket #6141 (ghc: panic! (the 'impossible' happened)) created by aSect
i tried to load the following code in ghci: {-# OPTIONS_GHC -Wall -O2 #-} …
03:18 Ticket #6140 (segfault in OS X GHCi when dealing with infinite integers) created by olf
GHCi happily reports the result of 1/0 to be "Infinity", but negating this …
02:47 Ticket #5741 (openFile should fail if null bytes are in the argument) closed by simonmar
wontfix: I'm inclined not to do anything here. If you're allowing the user to …

06/03/12:

17:02 Ticket #6139 (Data.Time.Day read instance too liberal) created by guest
Prelude Data.Time> read "0001-22-01" :: Day 0001-12-01 Obviously, this …
12:24 Ticket #6138 (GHCI Startup Crash with HP 2012.2.0.0 on 64bit OS X 10.6) closed by igloo
wontfix: Thanks for the report, but I think XCode 3.2.6 is too old. …
12:17 Ticket #6138 (GHCI Startup Crash with HP 2012.2.0.0 on 64bit OS X 10.6) created by MtnViewMark
This is a migration of …

06/02/12:

21:07 LightweightConcurrency edited by kc
(diff)
21:03 LightweightConcurrency edited by kc
(diff)

06/01/12:

01:37 Ticket #6137 (Different behaviour between a GADT and a data family with regards to kind ...) created by dreixel
We have discussed this before, but I don't remember if this was classified …

05/31/12:

23:42 Repositories edited by bravit
(diff)
22:36 NewAxioms/DiscussionPage edited by AntC
(diff)
14:57 LightweightConcurrency edited by kc
(diff)
14:43 LightweightConcurrency edited by kc
(diff)
14:33 LightweightConcurrency edited by kc
(diff)
14:32 LightweightConcurrency edited by kc
(diff)
14:31 LightweightConcurrency edited by kc
(diff)
11:08 LightweightConcurrency edited by kc
(diff)
11:01 LightweightConcurrency edited by kc
(diff)
10:56 LightweightConcurrency edited by kc
(diff)
10:55 LightweightConcurrency edited by kc
(diff)
07:35 Ticket #6136 (gettimeofday should not be used to schedule timeouts) closed by pcapriotti
duplicate: Thanks for the report. We already switched to monotonic timers in HEAD. …
06:13 Ticket #6136 (gettimeofday should not be used to schedule timeouts) created by DanielWaterworth
From what I can tell, …
00:22 Ticket #6135 (Unboxed Booleans) created by benl
Right now the only way to compare two integers is with primops that …

05/30/12:

12:25 LightweightConcurrency edited by kc
(diff)
08:38 LightweightConcurrency edited by kc
(diff)
08:26 LightweightConcurrency edited by kc
(diff)
08:26 LightweightConcurrency edited by kc
(diff)
05:21 NewAxioms/DiscussionPage edited by AntC
(diff)
03:45 NewAxioms/DiscussionPage created by AntC
Added [AntC]
02:45 NewAxioms edited by AntC
Add hook to Discussion Page [AntC] (diff)

05/29/12:

16:28 Ticket #6134 (Incorrect ambiguity error with functional dependencies) created by diatchki
GHC reject a program as ambiguous when it is not. Consider the following …
10:17 Ticket #5816 (static linking silently fails in ghc) closed by igloo
worksforme: No response from submitter, so closing.
05:09 Ticket #6133 (bad error message when incorrect format package db is supplied) created by gfxmonk
I built a standalone package using cabal, and then ran: […] When I …
05:05 Ticket #6132 (Can't use both shebang line and #ifdef declarations in the same file.) created by gfxmonk
I have an (admittedly awkward) script which can be compiled or …
00:52 Ticket #6131 (-fprof-auto adds cost centers to INLINE functions) created by akio
According to the Section 5.2 of User's Guide, -fprof-auto should add cost …

05/28/12:

17:55 Commentary/GSoCMultipleInstances edited by phischu
(diff)
17:34 Ticket #6130 (Weak pointer to MVar is finalized, even though MVar is still accessible) created by jmillikin
I'm seeing a problem mixing MVar and Weak: even though the MVar is still …
09:39 Status/SLPJ-Tickets edited by simonpj
(diff)
09:34 Status/SLPJ-Tickets edited by simonpj
(diff)
05:31 Ticket #6129 (Failure when using promoted data family instances, again) created by dreixel
The following code should fail (since we don't promote data families), but …

05/27/12:

23:59 Ticket #6128 (ghc 7.4.2 does not work with LDAP-0.6.6) created by magicloud
Sample code as below. When I ghci/runhaskell/ghc (compile) it with ghc …
06:44 Ticket #6127 (Build for MIPS N32 host fails due to references to 64-bit support code) created by mtjm
Linking gives these errors: […] The patch changes the code to not use …
03:08 Ticket #6126 (Fix risk of dead-lock in documentation of Control.Concurrent) created by basvandijk
The …

05/26/12:

02:28 Ticket #6125 (GHCi crash) created by guest
I received the following message about a crash while running ghci. I'm …

05/25/12:

03:53 Ticket #6123 (occurs check should not apply to type families) closed by simonpj
fixed
02:17 Status/SLPJ-Tickets edited by simonpj
(diff)

05/24/12:

21:09 Ticket #6124 (Spurious non-exhaustive warning with GADT and newtypes) created by joeyadams
This may be related to #3927 or similar, but here's another case where the …
21:07 Ticket #6123 (occurs check should not apply to type families) created by dmwit
This code: […] gives this error: […] whereas I think it should be …
16:59 Commentary/GSoCMultipleInstances edited by phischu
(diff)
15:36 LightweightConcurrency edited by kc
(diff)
15:36 LightweightConcurrency edited by kc
(diff)
15:35 LightweightConcurrency edited by kc
(diff)
07:47 LightweightConcurrency edited by kc
(diff)
06:09 Ticket #6118 (Kind variable falls out of scope in instance declaration) closed by simonpj
fixed: OK I've fixed the bug. But I did have to add -XUndecidableInstances to …
06:07 Ticket #6120 (GHC 7.4 improperly parses DEPRECATED pragma as ambiguous (regression)) closed by simonpj
fixed: Thanks for pointing this out. Now fixed.
01:45 Status/SLPJ-Tickets edited by simonpj
(diff)

05/23/12:

17:56 Ticket #6045 (GHC 6.10.4 panic when compiling she-0.6) closed by igloo
fixed: Thanks michalt; I'll close this as fixed, then.
16:00 LightweightConcurrency edited by kc
(diff)
10:38 LightweightConcurrency edited by kc
(diff)
08:29 GhcKinds/PolyTypeable edited by dreixel
(diff)
08:28 GhcKinds/PolyTypeable edited by dreixel
(diff)
07:08 Commentary/GSoCMultipleInstances edited by kosmikus
(diff)
07:05 Commentary/GSoCMultipleInstances edited by kosmikus
(diff)
07:01 Commentary/GSoCMultipleInstances edited by kosmikus
(diff)
06:58 Commentary/GSoCMultipleInstances edited by kosmikus
(diff)
06:54 LightweightConcurrency edited by kc
(diff)
06:51 LightweightConcurrency edited by kc
(diff)
02:29 Ticket #6122 (INLINE pragma not obeyed) created by augustss
GHC seems to decide that it knows better than I when I put INLINE on a …
02:22 Ticket #6121 (Very poor constant folding) created by augustss
GHC seems to lack constant folding for encodeFloat/decodeFloat. For many …
00:47 Commentary edited by simonpj
(diff)
00:46 Commentary edited by simonpj
(diff)
00:45 Commentary edited by simonpj
(diff)
00:45 Commentary edited by simonpj
(diff)

05/22/12:

22:37 LightweightConcurrency edited by kc
(diff)
22:36 LightweightConcurrency edited by kc
(diff)
22:27 LightweightConcurrency edited by kc
(diff)
21:32 LightweightConcurrency edited by kc
(diff)
21:31 LightweightConcurrency edited by kc
(diff)
21:16 LightweightConcurrency edited by kc
(diff)
21:13 LightweightConcurrency edited by kc
(diff)
20:37 Ticket #6120 (GHC 7.4 improperly parses DEPRECATED pragma as ambiguous (regression)) created by jmillikin
According to …
19:59 LightweightConcurrency edited by kc
(diff)
19:46 Commentary/GSoCMultipleInstances edited by phischu
(diff)
17:57 LightweightConcurrency edited by kc
(diff)
17:55 Commentary/GSoCMultipleInstances edited by phischu
(diff)
17:55 LightweightConcurrency edited by kc
(diff)
17:54 LightweightConcurrency edited by kc
(diff)
17:07 Commentary/GSoCMultipleInstances edited by phischu
(diff)
16:19 LightweightConcurrency edited by kc
(diff)
16:11 LightweightConcurrency edited by kc
(diff)
16:09 LightweightConcurrency edited by kc
(diff)
16:05 LightweightConcurrency edited by kc
(diff)
15:46 Commentary/GSoCMultipleInstances edited by phischu
(diff)
15:24 LightweightConcurrency edited by kc
(diff)
15:23 LightweightConcurrency edited by kc
(diff)
15:22 LightweightConcurrency edited by kc
(diff)
15:21 LightweightConcurrency edited by kc
(diff)
15:13 Commentary/GSoCMultipleInstances edited by phischu
(diff)
15:11 LightweightConcurrency edited by kc
(diff)
15:11 LightweightConcurrency edited by kc
(diff)
15:07 LightweightConcurrency edited by kc
(diff)
15:06 LightweightConcurrency edited by kc
(diff)
15:06 LightweightConcurrency edited by kc
(diff)
15:05 LightweightConcurrency edited by kc
(diff)
14:16 LightweightConcurrency edited by kc
(diff)
14:15 LightweightConcurrency edited by kc
(diff)
14:08 LightweightConcurrency edited by kc
(diff)
14:05 LightweightConcurrency edited by kc
(diff)
13:47 LightweightConcurrency edited by kc
(diff)
12:27 Commentary/GSoCMultipleInstances edited by phischu
(diff)
12:23 LightweightConcurrency edited by kc
(diff)
12:19 Commentary/GSoCMultipleInstances edited by phischu
(diff)
12:16 Commentary/GSoCMultipleInstances edited by phischu
(diff)
11:32 LightweightConcurrency edited by kc
(diff)
05:29 Ticket #6116 (ctrl-c doesn't always work when entering text in ghci) closed by simonmar
fixed

05/21/12:

20:50 Ticket #6119 (complain when ghc-pkg doesn't find any matching packages in a given ...) created by dmwit
Currently, ghc-pkg list will print something like the following when no …
18:50 Commentary/GSoCMultipleInstances edited by phischu
(diff)
18:41 Commentary/GSoCMultipleInstances edited by phischu
(diff)
16:25 Ticket #6118 (Kind variable falls out of scope in instance declaration) created by goldfire
Consider the following code: […] The instance for Maybe fails …
15:12 LightweightConcurrency edited by kc
(diff)
13:39 LightweightConcurrency edited by kc
(diff)
13:38 LightweightConcurrency edited by kc
(diff)
10:53 Commentary/GSoCMultipleInstances edited by phischu
(diff)
10:52 Commentary/GSoCMultipleInstances edited by phischu
(diff)
10:49 Commentary/GSoCMultipleInstances created by phischu
10:02 Status/SLPJ-Tickets edited by simonpj
(diff)
09:56 LightweightConcurrency edited by kc
(diff)
09:53 LightweightConcurrency edited by kc
(diff)
09:46 LightweightConcurrency edited by kc
(diff)
09:30 LightweightConcurrency edited by kc
(diff)
06:21 Ticket #5958 (Follow mtl upstream) closed by pcapriotti
fixed: GHC's repository for hoopl is now the master.
01:25 Ticket #6112 (ghc-pkg ignores --global-conf if --package-conf is set) closed by pcapriotti
invalid: This is the correct (and documented) behavior. When any *-conf option is …

05/20/12:

16:35 LightweightConcurrency edited by kc
(diff)
16:33 LightweightConcurrency edited by kc
(diff)
16:33 LightweightConcurrency edited by kc
(diff)
16:20 LightweightConcurrency edited by kc
(diff)
16:09 LightweightConcurrency edited by kc
(diff)
15:45 LightweightConcurrency edited by kc
(diff)
15:41 LightweightConcurrency edited by kc
(diff)
08:26 LightweightConcurrency edited by kc
(diff)
08:17 LightweightConcurrency edited by kc
(diff)
00:34 Ticket #6115 (ghc panic in long list of literals) closed by michalt
duplicate: Thanks for reporting. I think this is already fixed and should be in GHC …

05/19/12:

17:31 Ticket #6117 (Cyclic Type Class Hierarchy Produces <<loop>>) created by jun0
If there is a cyclic class hierarchy like […] then uses of B's methods …
16:46 Ticket #6116 (ctrl-c doesn't always work when entering text in ghci) created by judahj
With ghci-7.5.20120519 (on Mac and probably also Linux): type some text, …
15:12 Ticket #6115 (ghc panic in long list of literals) created by nr
GHC panicked: […]
08:03 Records edited by guest
copyediting (diff)
00:37 Ticket #6114 (ghc: panic! occurred with use of isInstance, newName and a type splice) created by davidmiani
Compiling the below code: […] Results in the following error: …

05/18/12:

21:43 Ticket #6113 (Profiling with -p not written if killed with SIGTERM) created by Veinor
Just like it says in the title; -p profiling seems to only get written if …
20:21 LightweightConcurrency edited by kc
(diff)
20:20 LightweightConcurrency edited by kc
(diff)
20:19 LightweightConcurrency edited by kc
(diff)
19:58 LightweightConcurrency edited by kc
(diff)
19:56 LightweightConcurrency edited by kc
(diff)
19:50 LightweightConcurrency edited by kc
(diff)
19:49 LightweightConcurrency edited by kc
(diff)
19:19 LightweightConcurrency edited by kc
(diff)
17:39 Ticket #6112 (ghc-pkg ignores --global-conf if --package-conf is set) created by luite
I'm working on ghcjs, which uses ghc-pkg with custom database locations. …
15:59 LightweightConcurrency edited by kc
(diff)
15:42 LightweightConcurrency edited by kc
(diff)
15:34 LightweightConcurrency edited by kc
(diff)
15:33 LightweightConcurrency edited by kc
(diff)
14:57 LightweightConcurrency edited by kc
(diff)
13:56 LightweightConcurrency edited by kc
(diff)
13:46 LightweightConcurrency edited by kc
(diff)
13:45 LightweightConcurrency edited by kc
(diff)
13:44 LightweightConcurrency edited by kc
(diff)
13:17 LightweightConcurrency edited by kc
(diff)
11:12 Ticket #6109 (Linux-ppc : #error Unknown mingw32 arch) closed by igloo
fixed: Applied, thanks!
10:11 LightweightConcurrency edited by kc
(diff)
10:06 LightweightConcurrency edited by kc
(diff)
10:03 LightweightConcurrency edited by kc
(diff)
09:48 LightweightConcurrency edited by kc
(diff)
09:45 Commentary edited by simonpj
(diff)
09:04 Ticket #6111 (Simple loop performance regression of 7.4.1 relative to 7.0.4) created by mdgabriel
== Problem == Severe simple loop performance regression in 7.4.1 relative …
08:56 LightweightConcurrency edited by kc
(diff)
08:56 LightweightConcurrency edited by kc
(diff)
08:53 Ticket #6110 (Data.Vector.Unboxed performance regression of 7.4.1 relative to 7.0.4) created by mdgabriel
== Problem == Severe Data.Vector.Unboxed performance regression in 7.4.1 …
08:47 LightweightConcurrency edited by kc
(diff)
08:42 LightweightConcurrency edited by kc
(diff)
08:03 Commentary/CabalDependencyHell edited by phischu
(diff)
07:10 Commentary/CabalDependencyHell created by phischu
05:02 Ticket #6109 (Linux-ppc : #error Unknown mingw32 arch) created by erikd
Building on Linux-Powerpc fails with the above error. […] In the …
02:19 Ticket #5854 (TH: INLINABLE pragma support (patch)) closed by simonpj
fixed: Mikhail, I'm sorry this has taken so long, but I've now committed your …
02:17 Ticket #5612 (Better support for kinds in Template Haskell) closed by simonpj
fixed: Many thanks to lunaris and Richard Eisenberg. I've just pushed patches to …
01:52 Repositories edited by simonpj
(diff)

05/17/12:

18:04 LightweightConcurrency edited by kc
(diff)
18:03 LightweightConcurrency edited by kc
(diff)
16:39 LightweightConcurrency edited by kc
(diff)
16:37 LightweightConcurrency edited by kc
(diff)
16:37 LightweightConcurrency edited by kc
(diff)
16:36 LightweightConcurrency edited by kc
(diff)
16:11 LightweightConcurrency edited by kc
(diff)
15:41 LightweightConcurrency edited by kc
(diff)
15:40 LightweightConcurrency edited by kc
(diff)
15:38 LightweightConcurrency edited by kc
(diff)
15:33 LightweightConcurrency edited by kc
(diff)
15:08 Repositories edited by pcapriotti
mention push urls for validated repositories, change darcs example from … (diff)
13:00 LightweightConcurrency edited by kc
(diff)
11:23 Ticket #6108 (Haddock's prune option is not regarded for DEPRECATED things) created by SimonHengel
I introduced this regression when I extended Haddock, so that it adds …
06:54 Ticket #6102 (Subclass Specialization in Rewrite Rules) closed by simonpj
invalid: Oh silly me. Of course ClassInstance is not an instance of ClassTwo. …
04:15 Ticket #6107 (GHCi runtime linker cannot link with duplicate common symbols) created by exFalso
GHCi's runtime linker reports duplicate common symbols as fatal error. …
03:42 Ticket #6106 (GHCi does not always detect when modules become stale during compilation) created by SimonHengel
Here is a conceived example that illustrates the issue. File Foo.hs
03:02 Ticket #6105 (GHCi does no respect -fforce-recomp) created by SimonHengel
To my delightful surprise ghc --make respects -fforce-recomp, …
02:43 Ticket #6104 (Regression: space leak in HEAD vs. 7.4) created by simonmar
I often keep an eye on compiler performance by compiling Cabal. Yesterday …
01:43 Holes edited by spl
Expected type (diff)
01:35 Holes edited by spl
Respond to SLPJ (diff)
01:24 Ticket #6103 (Interrupted program cannot produce biographical heap profile) created by konn
If I interrupt program running with "+RTS -p -hb" option, the program …
01:00 Holes edited by simonpj
(diff)
00:18 Ticket #6015 ("No instance" when using PolyKinds/DataKinds/FunDeps/Undecidable) closed by simonpj
fixed: I believe this patch fixes the bug. Thanks for reporting it with a nice …
00:17 Ticket #6068 (Panic in GHCi when using functional dependencies and promoted kinds) closed by simonpj
fixed: I believe this patch fixes the bug. Thanks for reporting it with a nice …
00:16 Ticket #6097 (tc078(hpc,optasm,profasm) are failing with core lint errors) closed by simonpj
fixed
00:15 Ticket #6096 (tc126(optasm) is failing with a core lint error) closed by simonpj
fixed
Note: See TracTimeline for information about the timeline view.