Timeline


and

10/04/09:

15:08 Ticket #3561 (Incorrect code generation on x86) created by aleksey
This program prints "0" on x86 with ghc-6.10.4 and "-O" optimization at …

10/03/09:

18:00 Building/Preparation/Windows edited by igloo
(diff)
05:13 Building/Porting edited by kili
Running configure in libraries/* may need additional arguments. (diff)
05:09 Building/Porting edited by kili
sh configure, not ./configure, since the contents … (diff)

10/02/09:

18:16 Ticket #3560 (Template Haskell attempts to load unnecessary packages) created by heatsink
To run TH splices, GHC's interpreter loads all packages specified on the …
17:46 Ticket #3559 (split ghci modules off into their own package) created by igloo
ghci code should be split into bits that are always compiled (and always …
17:36 Ticket #3558 (Make haddock compilable without ghci being enabled) created by igloo
Make haddock compilable without ghci being enabled, and set HADDOCK_DOCS
11:19 Ticket #3540 (Parser accepts malformed types with implicit parameters) closed by igloo
fixed: Merged.
09:41 Ticket #3557 (CPU Vector instructions in GHC.Prim) created by guest
It would be nice to have support for vector unit (MMX, SSE, AltiVec?, and …
02:08 Ticket #2273 (inlining defeats seq) reopened by simonpj
See also this thread, …
01:15 Status/SLPJ-Tickets edited by simonpj
(diff)

10/01/09:

18:10 Ticket #3556 (Build the bootstrapping ghc-pkg with ghc-cabal) created by igloo
The current build rules for ghc-pkg are getting increasingly intricate. …
07:58 Ticket #3555 (Vectorisation error with negative Double const) created by ams
Negative Double constants cause an error in parallel comprehensions. This …
06:26 Commentary/Libraries edited by simonmar
(diff)

09/30/09:

04:02 Commentary/Libraries edited by simonmar
(diff)
04:01 Commentary/Libraries edited by simonmar
(diff)
04:00 Commentary/Libraries edited by simonmar
add binary, bin-package-db (diff)
03:38 Commentary/Libraries edited by simonpj
(diff)
02:06 TypeFunctionsStatus edited by simonpj
(diff)
01:40 Ticket #3554 (ASSERT failed! file TcMType.lhs line 349) created by simonmar
Test T2627b is failing with an assertion failure with a DEBUG compiler: …

09/29/09:

08:33 Building/Using edited by dterei
change ghclibways description to refer to ways.mk (diff)
07:16 Ticket #3542 (ghc-cabal deadlocks) closed by igloo
fixed: Fixed: […]
06:57 Ticket #3553 (parallel gc suffers badly if one thread is descheduled) created by simonmar
The parallel GC synchronisation uses pure spinlocks, which leads to a …
04:56 Packages edited by simonmar
(diff)
04:55 Commentary/Packages edited by simonmar
(diff)
04:34 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
04:34 Ticket #3552 (Unreachable code in optimised CMM code) created by simonpj
Ben found that GHC is gnerating some unreachable C-- code. While the NCG …
02:03 Ticket #3520 (Implement Type and Pattern splicing) closed by simonpj
fixed: Type splices are fully implemented in the upcoming 6.10. Pattern splices …

09/28/09:

17:20 Ticket #3551 (Tests conc069 and conc070 failing for unregistered build) created by dterei
The two tests conc069 and conc070 both fail for an unregistered …
14:38 Ticket #3550 (Dynamic libraries don't work on Mac OS/X) created by StephenBlackheath
GHC doesn't build properly on Mac OS/X when dynamic library support is …
09:20 Ticket #3549 (unlit does not follow H98 spec) created by duncan
The Haskell 98 spec has this to say about the …
08:33 Commentary/SourceTree edited by simonpj
(diff)
06:23 Ticket #3548 (test T3294 incorrectly reported as error for unregistered build) created by dterei
The testsuite test, T3294 is incorrectly reported as an error when the …
05:00 Ticket #3547 (Improve granularity of UndecidableInstances) created by ksf
Currently, as a LANGUAGE pragma, UndecidableInstances? can only be set once …

09/27/09:

20:45 Ticket #3546 (Use of float type in unregistered build freezes program) created by dterei
If you compile a ghc HEAD version in unregistered mode there is a bug that …
14:14 Ticket #3545 (As-patterns for type signatures) created by LouisWasserman
The proposal: in any type signature, the presence of type variable x@pat …
13:30 Ticket #3544 (Add instance IsString ShowS where fromString = showString) created by basvandijk
It would be really nice to use …
08:14 Ticket #3400 (OS X: ghc broken on Snow Leopard) reopened by GregoryCollins
I don't think that the advice on the mailing list is enough to fix all of …

09/25/09:

16:12 Ticket #3543 (-fext-core doesn't force recompilation when .hcr file doesn't exist) created by tim
If I do: ghc -o foo foo.hs and then immediately afterward: ghc -fext-core …
15:49 Ticket #3542 (ghc-cabal deadlocks) created by igloo
Trying to build an OS X installer is currently deadlocking when […] …
09:06 DarcsConversion/Building/GettingTheSources edited by andersk
Git tracks the executable bit, so no need for chmod +x. (diff)
07:06 Ticket #3541 (Allow local foreign imports) created by mokus
I have no idea the level of difficulty this would entail, but it would be …

09/24/09:

10:39 Ticket #3505 (type mismatch error message with operator sections counts the arguments ...) closed by igloo
fixed: Fixed, thanks.
10:39 Ticket #3521 (ld on mac won't allow -rpath unless you specify macosx_version_min 10.5) closed by igloo
fixed: Applied, thanks!
06:29 Ticket #3513 (Network package does not work on Windows 2000) closed by igloo
invalid: This looks like a bug in the network package. Please file a ticket on the …
02:45 Ticket #3494 (missing build system dependency) reopened by simonmar
Couldn't we make ghc-cabal depend on `$(wildcard …
02:17 Ticket #3536 (ghci doesn't resolve libm symbols properly on Windows) closed by simonmar
fixed: Fixed […]

09/23/09:

19:34 Ticket #3540 (Parser accepts malformed types with implicit parameters) created by benl
The parser in GHC 6.11 currently accepts this: […] Where the type …
17:24 Ticket #3503 (Add __attribute__((constructor))-equivalent pragma) closed by igloo
wontfix: I'm going to close this ticket, due to the lack of consensus that it …
16:42 Ticket #3494 (missing build system dependency) closed by igloo
invalid: The problem is that this is really part of the build system. When we build …
15:11 Ticket #2969 (unix package built wrong on Solaris) closed by igloo
fixed: Test added to the unix package, thanks!
13:44 Ticket #3539 (internal error: ASSERTION FAILED: file sm/Evac.c, line 368) created by elaforge
Searching trac for "ASSERTION FAILED" or Evac.c didn't turn this up, so …
11:43 Ticket #3493 ("make install" fails with error on rts/Config.h in HEAD) closed by igloo
fixed: Fixed; installing ghc-6.12.0.20090922-x86_64-unknown-linux.tar.bz2
11:43 Ticket #3481 (Nightly snapshot fails to install) closed by igloo
fixed: Fixed; installing ghc-6.12.0.20090922-x86_64-unknown-linux.tar.bz2
11:42 Ticket #3448 (Error with .so files in HEAD snapshot distribution) closed by igloo
fixed: Fixed; installing ghc-6.12.0.20090922-x86_64-unknown-linux.tar.bz2
08:30 Ticket #1876 (Complete shared library support) closed by simonmar
fixed: Shared libs are working on Linux in 6.12.1. We should open separate …
06:29 Building/Installing edited by simonmar
document DESTDIR (diff)
05:46 Ticket #3531 (Haddock needs tcRnGetInfo, hence GhcWithInterpreter YES) reopened by igloo
Is there a reason for this function to be enabled only if GHCi is?
05:44 Ticket #3538 (ghc 6.10.4 freebsd panic for language pragma of form: -foobar) closed by igloo
fixed: Thanks for the report. Happily, this is already fixed in the HEAD.
04:06 Ticket #3538 (ghc 6.10.4 freebsd panic for language pragma of form: -foobar) created by kasse
I am learning haskell, sorry if this is an irrelevant bug. Just following …
03:49 Ticket #3537 (Add missing NFData instances to parallel) created by Roel van Dijk
[ http://hackage.haskell.org/packages/archive/parallel/1.1.0.1/doc/html/Cont
02:53 Ticket #3534 (hSetBinaryMode fails after some input has been read) closed by simonmar
fixed: Fixed […]
02:53 Ticket #3531 (Haddock needs tcRnGetInfo, hence GhcWithInterpreter YES) closed by simonmar
fixed: Pushed, thanks! […]
01:35 Ticket #3535 (GHC Panic compiling hgalib-0.2) closed by simonmar
fixed: The hgalib package has some .hi files in it - please contact the …

09/22/09:

21:47 Ticket #3536 (ghci doesn't resolve libm symbols properly on Windows) created by augustss
The erf package on hackage uses the libm functions erf and erfc. This all …
13:40 Ticket #3535 (GHC Panic compiling hgalib-0.2) created by guest
Building hgalib-0.2 results in a compiler panic. GHC was compiled from …
09:45 Ticket #3534 (hSetBinaryMode fails after some input has been read) created by judah
For the following program (BadSeek.hs), type a couple characters of …
09:29 Ticket #3533 (mac installer package deletes old version of ghc) created by malcolm.wallace@…
The Mac installer package on the ghc downloads page (the .pkg, not the …
05:46 Ticket #3529 (Can't push to checked-out repos any more) closed by simonmar
fixed: Fixed […]
03:22 Ticket #3532 (haddock should support content indexing of versioned package dirs) created by juhpetersen
When generating the libraries/index.html file haddock generates broken …

09/21/09:

08:34 Ticket #3531 (Haddock needs tcRnGetInfo, hence GhcWithInterpreter YES) created by donn
"Unregisterized" cross compile fails on stage2 build of Haddock because, …
04:30 Ticket #3398 (Unicode output in GHC) closed by simonmar
fixed: All done. Windows code-page support is in, and GHC now goes through the …

09/20/09:

22:40 Ticket #3530 (GHCi does not work on Snow Leopard) created by chak
When compiling GHC as a 32-bit application on Snow Leopard (Mac OS X …
09:49 Building/Porting edited by kili
inplace/lib/package.conf changed (diff)
09:31 Ticket #3529 (Can't push to checked-out repos any more) created by igloo
I used to be able to do: […] to push to a checked-out repo, but …
03:39 Ticket #3528 (GHC crash: equality and class contexts on datatype accessor) closed by chak
worksforme: This works in the development version.

09/19/09:

09:01 Building/Using edited by igloo
(diff)
08:51 Building/Using edited by igloo
Remove explanation of now-nonexistent GhcBootLibs? variable (diff)
05:46 Ticket #3528 (GHC crash: equality and class contexts on datatype accessor) created by guest
The following program: […] produces the following bug when compiled …
03:13 Ticket #3453 (Add "check" function to Control.Monad) closed by JonFairbairn
wontfix: I've opened ticket #3524 to add mfilter. To paraphrase what I said on the …

09/18/09:

06:53 Ticket #2881 (Basic Fibonacci function using Word causes ghci to panic. - 6.10.1) closed by simonmar
fixed: Fixed […]
06:08 Ticket #1136 (High memory use when compiling many let bindings.) closed by simonmar
fixed: I think this is now fixed. With 6.11.today, on x86_64, J compiles in 6s …
05:28 Ticket #1856 (Improve error message for mutally recursive modules) closed by simonmar
fixed: Done […]
04:44 Ticket #3525 (current dist source fail to build when Happy not found) closed by simonmar
fixed: Fixed […]
04:44 Ticket #3527 (unGetChan should be able to interrupt readChan) created by guest
If you are in the following situation: * A empty Chan shared between two …

09/17/09:

18:25 Ticket #3526 (Inliner behaviour with instances is confusing) created by bos
I have a fairly simple typeclass: […] With instances like this: …
14:10 Ticket #3525 (current dist source fail to build when Happy not found) created by kristerw
The daily source tarballs from …
08:03 Ticket #3524 (Add mfilter to Control.Monad) created by JonFairbairn
In the comments of #3453, I contemplated a filter function on MonadPlus?. …
07:17 Ticket #2324 (Data.Tree.Zipper in containers package) closed by ross
wontfix: Several people argued for developing this as a separate package.
07:06 Ticket #3400 (OS X: ghc broken on Snow Leopard) closed by chak
fixed: The testsuite works now. Five tests are currently failing: […]
03:55 Ticket #3512 (template-hsc.h installed under /usr/share (datadir)) closed by simonmar
fixed: Fixed […]
01:35 Ticket #3523 (Dead link in "7.2. Unboxed types and primitive operations" documentation) closed by simonmar
fixed: This has been fixed in 6.12.1.
01:31 Ticket #3522 (conflicting Block.h on Snow Leopard) closed by simonmar
fixed: Block.h is now rts/storage/Block.h in 6.12.1.
01:13 Ticket #3523 (Dead link in "7.2. Unboxed types and primitive operations" documentation) created by tibbe
On …

09/16/09:

19:42 Ticket #3471 (configure fails for GHC 6.10.4 on Mac OS X 10.6 in 64-bit mode with ...) closed by chak
duplicate: This is not a problem with the GHC you are trying to build, but with the …
10:41 Ticket #3522 (conflicting Block.h on Snow Leopard) created by PaulLiu
Using GHC to compile C programs that includes …
08:42 Ticket #3521 (ld on mac won't allow -rpath unless you specify macosx_version_min 10.5) created by mwotton
when trying to build a Haskell shared library on Mac OS X, linking fails …
07:12 Ticket #3520 (Implement Type and Pattern splicing) created by porges
These are part of the proposal but do not exist in the current …
05:43 Ticket #3518 (GHC GC rises greatly on -N8 compared to -N7) closed by simonmar
fixed: This is fixed in 6.12.1. Please re-open if you still have problems with …
04:36 Ticket #3519 (ghc: panic! (the 'impossible' happened)) created by guest
[…]
03:17 Contributors edited by simonmar
Remove Wolfgang Thaller as MacOS X maintainer (diff)
02:56 Ticket #3518 (GHC GC rises greatly on -N8 compared to -N7) created by nccb
I've recently been benchmarking some parallel code on an 8-core x86 …
01:19 Ticket #3335 (make some Applicative functions into methods, and split off Data.Functor) closed by ross
fixed: There was substantial discussion by 8 people over 2 months. * Making …

09/15/09:

21:30 Ticket #3400 (OS X: ghc broken on Snow Leopard) reopened by chak
I just verified that the patch quoted above is not sufficient to build GHC …
16:55 Ticket #3517 (GHC has lots of extra hidden IOErrorType values) created by duncan
I was fixing bytestring's hGet (see #3514) and I discover that I cannot …
14:09 Ticket #3516 ([PATCH] ppc64: broken 'foreign import wrapper') created by slyfox
Attaching simple testcase failing horribly on ppc64: amd64 test output: …
13:50 Ticket #1102 (Lambda unicode character lex) reopened by pumpkin
Replying to simonmar: > I removed the claim on the …
13:26 Ticket #3515 (Use --make mode by default) created by duncan
Terribly radical suggestion, have --make mode be the default. Just think …
12:43 Ticket #3514 (mallocPlainForeignPtrBytes -1000 gives runtime internal error: allocGroup: ...) created by andrewbirkett
Passing negative numbers to mallocPlainForeignPtrBytes causes the …
11:08 Ticket #3271 (New methods for Data.Sequence) closed by ross
fixed: This was discussed at length by Louis and Ross, with no dissent from …
06:27 Ticket #3434 (improve vi tags (add non-exported symbols, add tag kinds, add regex tags)) closed by simonmar
fixed: I have dutifully done a quick test of :etags under emacs, and tested the …
04:19 Ticket #3340 (Better defaults for parallel GC settings) closed by simonmar
fixed: Fixed […]

09/14/09:

09:09 Ticket #3513 (Network package does not work on Windows 2000) created by guest
I'm using GHC 6.10.4 on Windows 2000 SP4. I have this simple code: […] …
08:23 Ticket #2925 (Linker mmap failure on FreeBSD/x86_64) closed by simonmar
fixed: Assuming fixed; please re-open if not.
08:22 Ticket #2063 (x86_64: RTS linker depends on working MAP_32BIT) closed by simonmar
fixed: Assuming fixed; please re-open if not.
08:21 Ticket #3408 (idle GC causes large CPU usage if run more frequently than 1 second) closed by simonmar
fixed: Fixed […]
08:17 Ticket #3084 (alow macros to redefine builtin GHCi commands) closed by simonmar
fixed: pushed. […]

09/13/09:

23:22 Ticket #3512 (template-hsc.h installed under /usr/share (datadir)) created by juhpetersen
In ghc-6.10.4 hsc2hs's template-hsc.h gets installed as …
21:20 TypeFunctionsStatus edited by chak
(diff)
21:19 TypeFunctionsStatus edited by chak
(diff)
20:00 Ticket #3511 (port GHC to OpenBSD/sparc64 (unregisterised is fine)) created by zooko
Folks: I'm a developer of the Tahoe-LAFS open source project …
18:31 Ticket #3510 (build system loops with GhcLibWays = "v dyn" on Mac) closed by mwotton
invalid: Fixed by a better patch to  http://hackage.haskell.org/trac/ghc/ticket/3509
17:18 Ticket #3510 (build system loops with GhcLibWays = "v dyn" on Mac) created by mwotton
Noticed it seemed to be looping on build so I ran this: make -d |grep …
16:00 Ticket #3509 (libffi.so not found on Mac OS X (10.5.8)) created by mwotton
building with dynamic libraries on Mac OS X dies with an error about …
04:36 Ticket #3508 (Remove stg_noforceIO_info hack) created by igloo
Remove stg_noforceIO_info hack. See …

09/12/09:

14:22 Ticket #3507 (In TH, allow e.g. (type T) rather than ''T) created by igloo
In Template Haskell, allow (for example): […] with the same meaning as …
13:37 Ticket #3506 (Can't compile 6.10.x from 6.8.3) closed by igloo
wontfix: The 6.8 branch is no longer being developed, so we won't be fixing this …
13:20 Ticket #3506 (Can't compile 6.10.x from 6.8.3) created by Pandarus
Attempted compiles of 6.10.1, 6.10.3, and 6.10.4 all ended similarly. …

09/11/09:

15:05 Ticket #3466 (broken link in "ghc --help") closed by igloo
fixed: Thanks for the report. A redirect for that URL has now been added.
14:56 Ticket #3465 (Documentation for init in Prelude requires finite list) closed by igloo
fixed: Thanks for the report; I've fixed the docs in the HEAD.
11:28 Ticket #3475 (bump base version to 5, add base4-compat) closed by igloo
fixed: We talked about this briefly at ICFP, and we don't think there's a major …
11:24 Ticket #3505 (type mismatch error message with operator sections counts the arguments ...) created by benmachine
It seems that when an operator section gets a Couldn't match... error, …
08:28 Ticket #3479 (Build from source fails with variables passed to configure) closed by igloo
fixed: I've just tried this in a build of the HEAD, and I can't reproduce the …
07:24 Ticket #3504 (GHC panicks with a huge list in source code) closed by igloo
fixed: Thanks for the report. This is a duplicate of #789, and is fixed in the …
07:24 Ticket #3334 (Strange closure type error on macports GHC 6.10.1) closed by simonmar
worksforme: Over 2 months without a reply; assuming this is now fixed.
07:21 Ticket #3425 (compileToCoreModule: ghc: panic! (the 'impossible' happened)) closed by simonmar
invalid: This is not a bug: you have to perform a little set up before you can use …
06:58 Ticket #3502 (GC leaks memory under -threaded) closed by simonmar
fixed: Tested; it's flat now.
06:55 Ticket #3451 (HsFFI.h import doesn't work as installed) closed by simonmar
fixed
06:55 Ticket #3410 (ghc fails to parse versioned GPL and LGPL license from package ...) closed by simonmar
fixed
06:53 Ticket #2337 (Data.Array documentation utterly broken) closed by simonmar
fixed: Now fixed, mainly thanks to isaacdupree's SoC patches, and also thanks to …
04:24 Ticket #3495 (make install DESTDIR= is failing in ghc HEAD) closed by simonmar
fixed: This is working for me now.
04:16 Ticket #3426 (Misuse of SRC_HC_OPTS) closed by simonmar
fixed: Fixed […]
03:41 Ticket #3467 (GHC HEAD panics trying to splice a type) closed by simonpj
fixed: Excellent point, thank you for the report. It appears that when I added …
03:36 Ticket #3320 (Parallel program crashes using GHC 6.11 under OS X) closed by simonmar
fixed: Fixed: […]

09/10/09:

17:23 Ticket #3504 (GHC panicks with a huge list in source code) created by guest
Not sure if this is of any consequence, but I decided to generate some …
12:24 Ticket #3503 (Add __attribute__((constructor))-equivalent pragma) created by pumpkin
It would be nice to let one's library perform initialization tasks at load …
05:56 Ticket #3502 (GC leaks memory under -threaded) created by NeilMitchell
The following program leaks 2Mb/s under Windows: […] This leak does …
05:14 Ticket #2089 (reading the package db is slow) closed by simonmar
fixed: Fixed. Reading the package DB is several times quicker for me now. …
05:12 Ticket #593 (Cache contents of package.conf in a binary file) closed by simonmar
fixed: Fixed […]
05:10 Ticket #723 (The package database should be a directory of files instead of a single ...) closed by simonmar
fixed: The package DB is now a directory of files by default (the old text-file …
04:00 Commentary/Compiler/NewCodeGenPipeline edited by simonpj
(diff)
03:11 Ticket #3231 (Permission denied error with runProcess/openFile) closed by simonmar
invalid: Repeating the program, to get the markup right: […] The program does …
02:37 Ticket #711 (shutdownHaskell() does not return allocated memory on Unix) closed by simonmar
fixed: Applied, thanks! […]
02:05 Status/SLPJ-Tickets edited by simonpj
(diff)
02:05 Ticket #3501 (Error thunks not being exposed with "B" strictness) created by simonpj
At the moment GHC often floats error "urk" to the top level (which it …
01:58 TypeFunctionsStatus edited by simonpj
(diff)
01:57 Ticket #3500 (Type functions and recursive dictionaries) created by simonpj
Stefan Holdermans reports: I've spotted a hopefully small but for us quite …
01:47 Ticket #3499 (darcs-all cannot use SSH repos with MSYS) created by simonpj
In my defaultrepo I have an ssh path: …

09/09/09:

06:46 Ticket #3469 (Error open file if name contain national symbol) closed by simonmar
fixed: works with 6.12.1.
05:52 Ticket #3498 (IO library has no locale codec support on Windows) created by simonmar
There is no support for the locale encoding (aka code page) on Windows in …
02:58 Ticket #3407 (GHC.Prim documentation should mention GHC.Exts!) closed by simonmar
fixed: I've brought in the Haddock patches from Isaac Dupree's SoC project, which …
01:54 TemplateHaskell/Conversions edited by simonmar
(diff)
01:54 Ticket #3492 (Add TyThing -> HsSyn translation code from Haddock) closed by simonmar
duplicate: see #3355
01:12 Status/SLPJ-Tickets edited by simonpj
(diff)
01:09 Ticket #3473 (System.Posix.Semaphore shouldn't create finalizers with ...) closed by simonmar
fixed: Applied […]
01:01 Ticket #3497 (Template Haskell support for GADTs) created by simonpj
Andres Loh asks that Template Haskell supports GADTs. Related tickets: …

09/08/09:

14:56 Ticket #3496 (GHC panic while building the base library with Cabal) created by elliottt
On a project here, we are building a custom version of ghc. Part of our …
07:16 Ticket #3495 (make install DESTDIR= is failing in ghc HEAD) created by duncan
make install DESTDIR=$image is failing currently with ghc HEAD. This is …
07:13 Ticket #3494 (missing build system dependency) created by duncan
The inplace/bin/ghc-cabal does not get rebuilt automatically if the …
06:22 Ticket #3468 (GHC panic: boxy_match_s) closed by simonpj
fixed: The underlying problem is that the bit of code that compares the hs-boot
06:19 Ticket #3403 (linear stack usage where constant stack usage expected) closed by simonpj
fixed: Thanks for a fine bug report. It turned out that the CPR optimisation was …
03:22 Ticket #3493 ("make install" fails with error on rts/Config.h in HEAD) created by guest
Using the package from …
02:40 TemplateHaskell/Conversions edited by simonmar
(diff)
02:39 Ticket #3492 (Add TyThing -> HsSyn translation code from Haddock) created by simonmar
See attached; part of refactoring described in …
00:36 TypeFunctionsStatus edited by simonpj
(diff)
00:35 Ticket #3491 (Relax superclass restrictions) created by simonpj
Doaitse points out that we currently reject […] on the grounds that …
00:34 Ticket #3490 (Relax superclass restrictions) created by simonpj
Doaitse points out that we currently reject […] on the grounds that …
00:08 TypeFunctionsStatus edited by simonpj
(diff)

09/07/09:

14:04 Ticket #3485 ("Illegal type synonym family application in instance" error is ...) closed by chak
invalid: I am not sure what you are suggesting. We cannot automatically transform …

09/06/09:

17:26 Ticket #3489 (Adding some gmp bindings to integer-gmp (copied from the cvs-ghc list)) created by pumpkin
This is my first patch for GHC, so I apologize in advance if I do …
06:40 supercomp.pdf attached to Supercompilation by pejo
Misc notes about the current algorithm
05:21 Platforms edited by simonmar
(diff)

09/05/09:

15:35 ExtensibleRecords edited by gidyn
see also (diff)
04:01 GpHEden edited by kevinhammond
(diff)

09/04/09:

20:23 Ticket #3478 (ghc.exe doesn't work) closed by guest
invalid: To the original guest reporter: ghc.exe is the compiler, it not meant to …
11:34 Ticket #3488 (Impossible happened: RegAllocLinear.getStackSlotFor: out of stack slots) created by dsf
The attached file crashes GHC 6.10.4 when compiled with -c -O2 -prof.
08:40 WikiStart edited by kevinhammond
(diff)
08:39 WikiStart edited by kevinhammond
(diff)
08:38 GpHEden created by kevinhammond
08:36 WikiStart edited by kevinhammond
(diff)
Note: See TracTimeline for information about the timeline view.