Timeline


and

11/25/12:

13:31 WorkingConventions/Repositories edited by heisenbug
(diff)
12:46 Repositories edited by igloo
(diff)
12:45 Repositories edited by igloo
(diff)
12:42 WorkingConventions/Git edited by igloo
(diff)
12:37 WorkingConventions/Repositories edited by igloo
(diff)
11:13 DynamicByDefault edited by igloo
(diff)
10:56 DynamicByDefault edited by igloo
(diff)

11/24/12:

16:21 DynamicByDefault edited by igloo
(diff)
13:15 DynamicByDefault edited by igloo
(diff)
13:14 DynamicByDefault edited by igloo
(diff)
13:06 DynamicByDefault edited by igloo
(diff)
13:01 DynamicByDefault edited by igloo
(diff)
11:17 DynamicByDefault edited by igloo
(diff)
11:06 DynamicByDefault edited by igloo
(diff)
10:54 DynamicByDefault edited by igloo
(diff)
10:30 DynamicByDefault edited by igloo
(diff)
09:57 DynamicByDefault edited by igloo
(diff)
09:52 DynamicByDefault edited by igloo
(diff)
09:42 DynamicByDefault edited by igloo
(diff)
09:31 Ticket #7449 (Segmentation fault in floor function) closed by igloo
duplicate: Thanks for the report. This looks like a duplicate of #7043.
09:30 DynamicByDefault edited by igloo
(diff)
09:26 Ticket #7449 (Segmentation fault in floor function) created by heatsink
The floor function crashes with a segmentation fault in GHCi with a …
09:16 DynamicByDefault edited by igloo
(diff)
09:10 DynamicByDefault edited by igloo
(diff)
08:27 Ticket #7448 (Detabbing) created by monoidal
Attached Python script detabs GHC source and removes the text "The above …
08:20 DynamicByDefault edited by igloo
(diff)
08:05 DynamicByDefault edited by igloo
(diff)
07:53 Ticket #7447 (Stale .hi files affect compilation.) created by int-e
I saw the following odd behaviour while playing with the example from …
07:50 DynamicByDefault edited by igloo
(diff)
07:50 DynamicByDefault edited by igloo
(diff)
07:49 DynamicByDefault edited by igloo
(diff)
07:25 DynamicByDefault edited by igloo
(diff)
06:59 Ticket #7446 (GHC -O0 goes into a loop) created by EyalLotem
-O1/-O2 don't loop. If I remove some of the types or the UNPACK, the …
06:37 DynamicByDefault edited by igloo
(diff)
06:35 DynamicByDefault edited by igloo
(diff)
06:29 DynamicByDefault edited by igloo
(diff)
06:25 DynamicByDefault edited by igloo
(diff)
06:04 DynamicByDefault edited by igloo
(diff)
05:57 DynamicByDefault created by igloo
01:09 Ticket #7445 (template-haskell : need a good error message instead of just an ...) created by erikd
Will attach two files to this bug, quasi-arithmetic.hs and QuasiArith?.hs. …

11/23/12:

16:25 Ticket #7415 (Add more error code support to GHC.Windows (patch)) closed by joeyadams
fixed: Pushed commit 62c6793 to GHC master.
13:13 Ticket #7435 (Add swap and compose to the Prelude, or Tuple/List) closed by igloo
wontfix: I'm closing this ticket while the discussion is going on on the libraries …
13:10 Ticket #7434 (Add (&) to Data.Function) closed by igloo
wontfix: I'm closing this ticket while the discussion is going on on the libraries …
12:23 Ticket #7419 ("hpc markup" should accept multiple .mix file search paths) closed by igloo
fixed: Applied, and docs updated, thanks!
12:09 Ticket #6026 (Unboxed operators have wrong fixity) closed by igloo
fixed: Applied, thanks! I also added a test.
09:35 Ticket #7444 (Update documentation regarding derivability of Generic1) created by spl
The …
08:34 Ticket #5489 (Win7: Bootstrapping 7.3 from 7.2.1 using msys git 1.7.6 causes integer-gmp ...) closed by igloo
fixed: Fixed, thanks: […]
06:12 Ticket #7441 (kindFunResult Error) closed by monoidal
duplicate: I think this is a duplicate of #7368. You can reduce the testcase to: …
04:26 Ticket #7443 (Generated C code under -prof -fprof-auto -fprof-cafs very slow to compile) created by orenbenkiki
Some background: This is C code generated when I turned on profiling with …
01:53 Debugging/InstallingPackagesInplace edited by danielv
(diff)
01:39 NewPlugins edited by danielv
(diff)

11/22/12:

21:17 Ticket #7442 ([PATCH] Fix broken -fPIC on Darwin/PPC) created by PHO
PIC.initializePicBase_ppc was wrongly assuming that only the first block …
18:47 Ticket #7441 (kindFunResult Error) created by guest
Hi, the attached Haskell source file causes ghci to panic.
12:49 Ticket #7440 (haddock : Declaration for $fEqInteger attempting to use module ...) created by erikd
On linux-powerpc64: […]
11:29 Ticket #7439 (Include dynamic-by-default support in Cabal with GHC 7.6.2) created by igloo
Ideally, we should ship GHC 7.6.2 with support for dynamic-by-default …
03:36 Ticket #7438 (Tc panic when type declaration is missing) created by heisenbug
Compile the attached snippet with HEAD GHC. > ghc: panic! (the …

11/21/12:

16:15 Ticket #7437 (peculiar behaviour with default instances and type variables) created by bos
Here is a small module that has perplexing behaviour under GHC 7.6.1. In …
11:43 Ticket #7267 (linux-ppc64: Segfault during stage2 build) closed by erikd
fixed: Yep, my linux-powerpc64 machine got past the segfault in this bug and then …
06:10 Ticket #7405 (use of -no-hs-main causes TH compiles to fail) closed by igloo
wontfix: I agree, this isn't something we can/should fix. Mark, you could work …
04:23 Ticket #7436 (Derived Foldable and Traversable instances become extremely inefficient ...) created by shachaf
The following program: […] Takes n^2 time to run with GHC 7.6.1 …
04:06 Holes edited by xnyhps
Added documentation on how named unbound identifier holes currently work (diff)
01:46 Ticket #7429 (Unexplained performance boost with +RTS -h) closed by simonmar
wontfix: Aha - of course I was forgetting something, the GC will also eliminate the …

11/20/12:

10:56 Ticket #7435 (Add swap and compose to the Prelude, or Tuple/List) created by JohnWiegley
[…] Fairly obvious, but strangely missing. […] This can be done with …
08:47 Ticket #7434 (Add (&) to Data.Function) created by YitzGale
It is a common idiom to write a sequence of composed combinators in …
01:07 Ticket #7433 (Promoted constructors accepted without flag) created by dreixel
Sean Leather reports that […] is accepted without -XDataKinds. …

11/19/12:

23:01 Ticket #7432 (haddock : panic! (the 'impossible' happened)) created by erikd
On linux-powerpc64: […] Possibly related to #7267.
19:27 Ticket #7431 (execvpe exists on QNX) created by singpolyma
The definition of execvpe in this package conflicts with the native QNX …
14:33 Ticket #7430 (GHC API reports CPP errors in confusing ways) created by MikolajKonarski
When there is a CPP error, the GHC API provides a normal error message …
08:02 Ticket #7308 (Better code for top-level indirections) closed by simonmar
fixed
03:32 Ticket #5505 (Program runs faster with profiling than without) closed by simonmar
fixed: I've moved this to a new ticket, see #7429.
03:31 Ticket #7429 (Unexplained performance boost with +RTS -h) created by simonmar
In #5505 the following program was reported: […] Which on my system, …
03:18 Ticket #7426 (import Foo hiding (X) should not be a fatal error when X is not exported ...) closed by guest
duplicate: I'm closing since it seems to be a duplicate of #7167.
01:43 Ticket #7422 (GHC panics while trying to derive Generic for GADT with kind-lifted ...) closed by dreixel
duplicate: Thanks for the report, but your code compiles in 7.6.1. Might have been …
00:46 Ticket #7428 (GHC compile times are seriously non-linear in program size) created by nudded
When compiling the attached code with -O2 GHC runs out of memory. …

11/18/12:

11:29 Ticket #7427 (Proposal: Add setEnv/unsetEnv to System.Environment) created by SimonHengel
I propose to add setEnv/unsetEnv to System.Environment, so that it is …

11/17/12:

15:23 Ticket #7108 (Link to haskell report in prelude) closed by igloo
fixed: The one in this ticket is fixed by […] The others I found are …
12:24 Ticket #7426 (import Foo hiding (X) should not be a fatal error when X is not exported ...) created by luqui
We recently got into a situation on a team where two developers had two …
10:20 DefaultSuperclassInstances edited by guest
(diff)
10:19 DefaultSuperclassInstances edited by guest
(diff)
09:05 Ticket #5831 (space_leak_001(ghci) segfaults on OS X x86_64) closed by igloo
worksforme: I was going to test whether dynamic-by-default fixed this, but now I can't …
08:25 Ticket #7425 (Add method to Data.Bits for creating zeroed values.) created by Aninhumer
The removal of the Num superclass from Data.Bits now means there is no …
08:13 Ticket #7424 (Add Data.Bits instance for Bool) created by Aninhumer
Given the common use cases for Data.Bits, it seems strange that there is …
02:30 Ticket #7423 (panic on typo in deriving clause) closed by guest
duplicate: Thanks for the report, but it's already fixed in GHC 7.6.1, bug #5961.
00:13 Ticket #7423 (panic on typo in deriving clause) created by guest
Consider the following: data T = T deriving (eq) Note the misspelled …

11/16/12:

17:16 Ticket #7422 (GHC panics while trying to derive Generic for GADT with kind-lifted ...) created by rpglover64
This may be a duplicate of #5884 Compiling the attached file gives the …
14:50 Ticket #7421 (Data.List.insert / insertBy do not match the documentation) created by Bart Massey
In Data.List from base 4.6.0.0 (as in every previous version), the …
07:06 Ticket #7407 (error: expected ';' before 'else') closed by simonmar
fixed
00:52 Ticket #7420 (mis-attributed kind in the explict type/kind signature) closed by simonpj
fixed: Thanks. Polymorphic kinds were not an advertised feature of GH 7.4; the …

11/15/12:

19:05 Ticket #7420 (mis-attributed kind in the explict type/kind signature) created by guest
The following simple code […] fails to type-check. The error message …
17:27 WorkingConventions/Git edited by joeyadams
Fix some spelling and capitalization errors (diff)
14:02 Ticket #7419 ("hpc markup" should accept multiple .mix file search paths) created by ttuegel
The markup mode of the hpc executable should accept multiple .mix file …
11:15 Ticket #7417 (replace Control.Concurrent.QSem) closed by igloo
wontfix: We've already agreed (unanimously, I think) to remove them from base …
10:55 Ticket #7418 (Writing to stderr is 7x slower than writing to stdout) closed by igloo
worksforme: Thanks for the report, but I agreed with parcs: the difference is caused …
08:11 Ticket #7418 (Writing to stderr is 7x slower than writing to stdout) created by SimonHengel
For some reason printing to stderr is significantly slower than printing …
07:40 Ticket #7417 (replace Control.Concurrent.QSem) closed by igloo
wontfix: There's no need to have semaphore code in base, nor any package that comes …
07:27 Ticket #7417 (replace Control.Concurrent.QSem) created by tibbe
Right now there's no replacement for packages in the HP (e.g. Cabal), …

11/14/12:

09:36 Ticket #7392 ("the impossible happened" when compiling Types.Substitutions) closed by simonpj
duplicate: Yes, I think it's almost certainly a dup of #7237, which has been merged …
04:42 Ticket #7403 (Segmentation fault) closed by simonmar
duplicate: See #7212
04:37 Ticket #5544 (threadDelay with large values crashes the IO manager on 64-bit OS X) closed by simonmar
duplicate: I think this is a dup of #6019, which was supposed to get merged into …
02:33 Ticket #7416 (ghci "attempting to use module ... which is not loaded" after cabal ...) created by j.waldmann
with ghc-7.6.1 (but also with ghc-7.4.1): I do "cabal install" (with no …

11/13/12:

19:51 Ticket #7415 (Add more error code support to GHC.Windows (patch)) created by joeyadams
This patch adds some infrastructure for the …
16:29 Ticket #7414 (plugins always trigger recompilation) created by jwlato
When compiling code with a ghc plugin, e.g. ghc -O -fplugin SomePlugin?
14:02 Ticket #7412 (Document how to import the special built-in functions such as inline) closed by igloo
fixed: Fixed, thanks.
13:00 Ticket #7413 (runghc (runhaskell) should be able to reload code on editing) created by va1en0k
Hot code reloading on file edit is an incredibly useful feature for server …
11:47 Ticket #7339 (GHC fails to build from source on Alpha) closed by igloo
fixed: Done
09:44 Ticket #7412 (Document how to import the special built-in functions such as inline) created by tibbe
The docs at …
05:38 Ticket #7411 (Exceptions are optimized away in certain situations) created by SimonHengel
The issue came up in …
05:05 Ticket #7410 (Type error says that tuple components have kind (* -> *)) created by benl
[…] The following type error says that the second argument to (,)
04:53 Ticket #7409 (Document special "this" module name for PackageImports extension) created by hvr
Migrated from …
03:16 Ticket #7408 (Do not warn on unused newtype constructors when used with FFI) created by SimonHengel
One of the things I love about GHC are the accurate warnings about unused …
03:05 Ticket #7407 (error: expected ';' before 'else') created by erikd
Building git HEAD on linux-ppc64 (don't think the platform is relevant …
02:44 WikiStart edited by guest
update to Oct12 report (diff)

11/12/12:

15:39 Ticket #7406 (-ddump-ds does not turn on -fforce-recomp) created by goldfire
According to …
12:13 Ticket #7405 (use of -no-hs-main causes TH compiles to fail) created by MtnViewMark
If you compile a project with -no-hs-main, so that you can (for example) …
11:15 Ticket #7404 (Inconsistent treatment of overlap between type and kind variables in type ...) created by goldfire
The following code compiles on 7.7.20121031: […] After some poking …

11/11/12:

15:32 DataParallel/VectPragma edited by chak
(diff)

11/10/12:

11:35 Ticket #7403 (Segmentation fault) created by bprentice
I am running Haskell 7.4.2 (64bit) on OS X 10.6.8 Here is the result of a …
11:15 Ticket #7402 (Warn about possible missing -XScopedTypeVariables on errors.) created by Aninhumer
Suggest that the user they may wish to add -XScopedTypeVariables, if an …
02:52 OverloadedLists edited by giorgidze
(diff)

11/09/12:

16:35 Ticket #7394 (SafeHaskell permits OPTIONS_GHC pragmas) closed by dterei
fixed: OK, thanks for the report! Added some documentation about this issue in …
00:33 Ticket #7401 (Can't derive instance for Eq when datatype has no constructor, while it is ...) created by jpbernardy
On a "phantom datatype" D, one gets the message: […] However there is a …

11/08/12:

15:08 Ticket #3072 (considerations for management of shared libs) closed by igloo
fixed: I think we now do as much as we can, so I'm closing this ticket.
12:47 Ticket #7400 (Strange closure type 17 internal error) created by ropoctl
resample: internal error: evacuate(static): strange closure type 17 …
06:53 WindowsGhc edited by igloo
(diff)
04:55 Ticket #7399 (Test Posix004 fails in test-suite) created by paulh
After a standard build of ghc-7.6.1 on debian wheezy, the test-suite fails …
01:09 Ticket #7398 (RULES don't apply to a newtype constructor) created by shachaf
For some reason, RULES that involve a newtype constructor never seem to …

11/07/12:

05:35 OverloadedLists edited by giorgidze
(diff)
05:32 OverloadedLists edited by giorgidze
(diff)
04:04 Ticket #7397 (-fwarn-irrefutable-patterns) closed by chrisdone
invalid: Ahh. Thanks! I was searching the manual for "irrefutable". Indeed, if …
03:24 Ticket #7397 (-fwarn-irrefutable-patterns) created by chrisdone
Had a search around and didn't see such a request, apologies if already …

11/06/12:

17:52 OverloadedLists edited by simonpj
(diff)
16:48 Ticket #7396 (Improve "parse error on input `$'" when TemplateHaskell PRAGMA not ...) created by ydewit
Spent close to 1h chasing what possibly could go wrong here: […] …
08:09 Ticket #7191 (hsc2hs can't treat absolute path correctly on Windows.) closed by pcapriotti
fixed: Merged as 67b8c663216690150b6f762e09b32ebbe6334ddd.
08:09 Ticket #6019 ('threadDelay maxBound' results in 'internal error: select failed') closed by pcapriotti
Merged as 306ab5509fceb5ccaf62222f94fe18b92ae6b476.
08:08 Ticket #6010 (GHC.Conc.labelThread function can't use Unicode character for thread ...) closed by pcapriotti
fixed: Merged as 0e138caccff86d075adc045006d441c80b24e2ca.
08:07 Ticket #5252 (UNPACK without optimisation leads to panic) closed by pcapriotti
fixed: Merged as 8b4fee353aa6bfcd08d7ea5ab8b8cc2b526e26f3.
07:09 OverloadedLists edited by giorgidze
(diff)
06:40 OverloadedLists edited by giorgidze
(diff)
05:45 Status edited by guest
link to Oct 2012 report (diff)
02:00 OverloadedLists created by giorgidze
01:36 Ticket #7364 (`foo !f = id . f` becomes non-strict with -O2) closed by simonmar
wontfix: Yes, good idea - closing as wonfix (the closest we have to "not fixed")

11/05/12:

11:05 Ticket #7395 (DefaultSignatures conflict with default implementations) created by cgaebel
Default signatures cannot be used with default implementations. This is …
08:24 Ticket #7375 (Building ghc fails because it is looking for an old version of libgmp) closed by simonmar
fixed: It is probably the case that some of the distributions on …
08:00 Ticket #7387 (threaded2 failures in HEAD) closed by simonmar
fixed: I believe these are fixed by commit …
02:05 GettingStarted edited by trommler
Removed spam. (diff)
00:44 GettingStarted edited by jwoods
(diff)

11/04/12:

21:13 Commentary/Rts/Signals edited by ezyang
typofix (diff)
19:53 Ticket #7391 ("The 'impossible' happened" trying to derive Binary for a data instance) closed by simonpj
invalid: This is a bug in the derive package, not in GHC. The full message looks …
17:22 Ticket #7393 (GHC cannot solve functional dependency) closed by simonpj
invalid: I'm afraid functional dependencies don't work like that. Type families …
09:38 Ticket #7394 (SafeHaskell permits OPTIONS_GHC pragmas) created by dag
This can be used to launch arbitrary processes at compile-time, and …
09:17 Ticket #7319 (+RTS -xc sometimes results in segfault) closed by pcapriotti
fixed: Merged as acaf240f56cf91c3828f25da1d18a91326499818.
09:16 Ticket #5991 (regression: huge number of wakeups in xmonad) closed by pcapriotti
fixed: Merged as f9077d98b9e58b0eca518c8ae370b0f5c4df8800, …
09:15 Ticket #7257 (Regression: pinned memory fragmentation) closed by pcapriotti
fixed: Merged as 1596107f9cfc877cef4485f035417723cf1e9d97, …
09:12 Ticket #7233 (Int64 division buggy on a 32-bit installation) closed by pcapriotti
fixed: Merged as a191908df094a9243ea3fe1de2fdb43a1d715de5.
07:15 Ticket #7393 (GHC cannot solve functional dependency) created by Khudyakov
GHC fails to compile following program: […] with following error …

11/03/12:

15:32 Ticket #7392 ("the impossible happened" when compiling Types.Substitutions) created by martindemello
Ran into this when trying to compile elm from git: […] Failed to …
12:44 Ticket #7391 ("The 'impossible' happened" trying to derive Binary for a data instance) created by ydewit
I was trying to automatically derive Binary for a data instance (data …

11/02/12:

23:24 Ticket #7390 (Setup.hs: internal error: stg_ap_v_ret (MacOS)) created by guest
I was trying to build some haskell. Here's what happened: […] In …
17:07 Ticket #7381 (Build failure with BuildFlavour = prof) closed by igloo
fixed: Fixed.
12:54 WorkingConventions/Repositories edited by igloo
(diff)
12:49 Ticket #7389 (can't link postgresql-libpq on windows) created by eflister
i follow the instructions here: …
12:47 WorkingConventions/Repositories edited by igloo
(diff)
12:39 WorkingConventions/Repositories edited by igloo
(diff)
12:36 WorkingConventions/Repositories edited by igloo
(diff)
10:56 WorkingConventions/Repositories edited by igloo
(diff)
10:56 WorkingConventions/Repositories edited by igloo
(diff)
08:43 WorkingConventions/Repositories edited by igloo
(diff)
05:14 Ticket #7388 (CAPI doesn't work with ghci) created by igloo
[…]
04:22 Ticket #7387 (threaded2 failures in HEAD) created by simonmar
I've been trying to track down the cause of some failures in HEAD: […] …

11/01/12:

20:12 Ticket #7386 (Panic "tcTyVarDetails" in GHCi when :forcing a data family instance) created by goldfire
I loaded the following code into GHCi: […] Then. I run these commands …
20:07 Ticket #7385 (Promotion of datatypes without -XDataKinds) closed by goldfire
worksforme: It turns out my GHCi session had -XDataKinds enabled. Sorry for the …
20:03 Ticket #7385 (Promotion of datatypes without -XDataKinds) created by goldfire
The following code, without any extensions, compiles: […] It would …
19:41 Ticket #7384 (Panic "ctEvTerm" when using functional dependencies and PolyKinds) created by goldfire
The following code causes a panic: […] The panic reads: […] The …
18:37 Status/SLPJ-Tickets edited by simonpj
(diff)
16:32 WorkingConventions/Repositories edited by igloo
(diff)
16:11 WorkingConventions/Repositories created by igloo
13:38 Ticket #7383 (implement proper type promotion in compilation of C calls) created by igloo
[…] A useful test for this is cgrun071. If we get it wrong then it …
12:36 Ticket #7382 (Evaluating GHCi expressions is slow following the dynamic-by-default ...) created by parcs
In GHC 7.7.20121101 it takes at least half a second for any GHCi …
07:43 Ticket #7381 (Build failure with BuildFlavour = prof) created by goldfire
On a fresh checkout of HEAD, with BuildFlavour = prof in my …
06:13 Status/Oct12 edited by igloo
(diff)
03:50 Status/Oct12 edited by simonmar
(diff)
03:47 Status/Oct12 edited by simonmar
(diff)
02:42 GettingStarted edited by trommler
Removed spam. (diff)
02:37 Ticket #7380 (Panic: mkNoTick: Breakpoint loading modules with -O2 via API) created by JeanPhilippeMoresmau
I load a trivial module via the API. I get a panic: GHCBugs.exe: …
02:09 GettingStarted edited by jwoods
(diff)
01:54 Status/Oct12 edited by dreixel
(diff)
01:54 Status/Oct12 edited by dreixel
(diff)

10/31/12:

10:32 Status/Oct12 edited by diatchki
(diff)
10:13 Ticket #7220 (Confusing error message in type checking related to type family, fundep, ...) closed by simonpj
fixed: "I cannot think of any reason why it should relate the type (forall b. (C …
09:02 Ticket #7379 (rangeTest test fails on Windows) created by igloo
The CWchar type on Win32 is unsigned: […] This causes the rangeTest
07:35 Status/Oct12 edited by goldfire
(diff)
06:33 Ticket #7378 (Identical alts/bad divInt# code) created by daniel.is.fischer
[ http://stackoverflow.com/questions/13139875/removing-case-with-duplicate-b
03:38 Status/Oct12 edited by dreixel
(diff)
03:28 Status/Oct12 edited by simonpj
(diff)
03:26 Status/Oct12 edited by simonpj
(diff)
02:57 Ticket #7377 (Type equality unification shortcoming) closed by simonpj
fixed: This was originally by design, but we changed our minds back again! I …
02:55 Ticket #6069 (Rank 2 Polymorphism Compile Error) closed by simonpj
fixed: Now all three fail, as they should, and fail in the same way: […]
02:47 Ticket #7264 (Adding GHC's inferred type signatures to a working program can make it ...) closed by simonpj
fixed: Now GHC does not instantiate mmap at a polymorphic type, and we get this …
02:39 Ticket #7336 (Defined but not used is not detected for data types with instances) closed by simonpj
fixed: Good point. Here's a fix: […] The fix does not treat "deriving" …

10/30/12:

16:35 Ticket #7377 (Type equality unification shortcoming) created by acowley
The following program demonstrates cases where the equality f a ~ g b is …
16:17 Status/Oct12 edited by gmainland
(diff)

10/29/12:

23:38 Status/Oct12 edited by chak
(diff)
21:44 Ticket #7376 (strict field + type constructor of kind * -> * or higher causes ghc panic) closed by guest
duplicate: Thanks for the report, it's a duplicate of #7210.
16:37 Ticket #7376 (strict field + type constructor of kind * -> * or higher causes ghc panic) created by wyfrn
Example: data Foo = Foo { strictField :: ! IO [String] } Remove the …
05:05 Ticket #7375 (Building ghc fails because it is looking for an old version of libgmp) created by mimosa
Haskell requires libgmp.so.3 but that is ancient. I'm not sure if this …

10/28/12:

14:22 Ticket #7374 (rule not firing) created by igloo
In the code below, the rule appears not to fire. Based on the bytestring …
12:56 Ticket #7373 (When building GHC: Failed to load interface for `GHC.Fingerprint') created by igloo
when doing a build with THREADS=1, we are getting things like: […] (we …
11:45 Ticket #7372 (Lint failure in GHC 7.6.1) created by simonpj
José Romildo Malaquias reports that the attached file (requires parsec

10/27/12:

07:57 Building/Unregisterised edited by igloo
(diff)
07:30 Building/Unregisterised edited by igloo
(diff)
07:07 Status/SLPJ-Tickets edited by simonpj
(diff)

10/26/12:

08:52 Ticket #7369 (Simplifier bug(?)) closed by simonpj
duplicate: I think this is a dup of GHC's russel-paradox bug: #1495. Re-open if you …
08:24 Ticket #6032 (HEAD (7.5.20120421) requires RankNTypes for a rank-2 type) closed by simonpj
fixed
07:28 Ticket #7371 (Supporting old GHC versions in our libraries) created by igloo
We plan to support building our libraries, wherever possible (in …
06:23 Ticket #7370 (GHC crash (internal error) on vector) closed by igloo
fixed: Thanks for the report. However, this is a duplicate of #7357.
06:17 Ticket #7370 (GHC crash (internal error) on vector) created by voidex
cabal install vector caused GHC to crash Here is output: Downloading …
06:07 Ticket #7369 (Simplifier bug(?)) created by sweirich
Not sure if it is really a bug. I was playing around with the following …
03:21 Ticket #7368 (kindFunResult panic in the) created by ChrisN
This code: […] Produces the following panic: […] I don't think …
Note: See TracTimeline for information about the timeline view.