Timeline


and

07/28/06:

18:34 TypeFunctionsStatus edited by chak
(diff)
16:52 TypeFunctionsStatus edited by chak
(diff)
15:17 TypeFunctionsStatus edited by chak
(diff)
14:37 TypeFunctions edited by chak
(diff)
14:22 TypeFunctions edited by chak
(diff)
14:21 TypeFunctions edited by chak
(diff)
14:20 TypeFunctions edited by chak
(diff)
13:02 TypeFunctionsStatus edited by chak
(diff)
12:50 TypeFunctions edited by chak
(diff)
12:49 TypeFunctions edited by chak
(diff)
12:36 TypeFunctionsStatus edited by chak
(diff)
12:33 TypeFunctions edited by chak
(diff)
11:54 TypeFunctions edited by chak
type checking class declarations with assoc data types (diff)
11:51 TypeFunctions edited by chak
renaming an extraction of assoc data types (diff)
05:57 Ticket #838 (GHC binary for FreeBSD/amd64) created by alter
GHC binary for FreeBSD/amd64. I bought new AMD64 X2 machine, instelled …
03:26 Hackathon edited by guest
(diff)
01:24 Ticket #837 (Infer fully qualified names to overcome namespace clashes) closed by simonpj
wontfix: Java decides which variable you mean by looking at the types of its …

07/27/06:

20:23 Ticket #837 (Infer fully qualified names to overcome namespace clashes) created by p.tanski@…
If you could interpret Section 5.5.2 of the last published Haskell Report …
18:10 TypeFunctions edited by chak
(diff)
18:08 TypeFunctions edited by chak
(diff)
18:03 TypeFunctionsStatus edited by chak
(diff)
17:59 TypeFunctionsStatus edited by chak
(diff)
15:39 Hackathon edited by guest
(diff)
15:19 Hackathon edited by guest
(diff)
13:43 Hackathon edited by guest
(diff)
13:42 TypeFunctionsStatus edited by chak
(diff)
13:20 TypeFunctionsStatus created by chak
13:03 TypeFunctions edited by chak
(diff)
12:56 TypeFunctions edited by chak
specification and restrictions (diff)
12:43 TypeFunctions created by chak
aims
12:34 WikiStart edited by chak
Added type functions page (diff)
08:51 Ticket #827 (Overlapped pattern warnings for lazy patterns) closed by simonpj
fixed: Excellent point. And the solution proposed is just right too. Thank you. …
06:32 Ticket #836 (rebindable if-then-else syntax) created by nibro
This is a request to make the syntactic if-then-else construct of Haskell …
05:04 Ticket #756 (Threaded RTS deadlock when used with Visual Haskell) closed by simonmar
fixed: Krasimir tells me that this is now working fine.
01:30 Ticket #835 (Expose less type/class info in an interface file, to reduce recompilation) created by simonpj
John Meacham writes "However, whenever I change a data type or class even …

07/26/06:

13:09 Hackathon edited by guest
(diff)
11:44 Hackathon edited by guest
(diff)
07:24 Ticket #829 (Make -fcontext-stack dynamic) closed by simonpj
fixed: OK, I've implemented this. -fcontext-stack=N will be dynamic in 6.6. …

07/25/06:

04:24 GarbageCollectorNotes edited by guest
(diff)
04:23 GarbageCollectorNotes edited by guest
(diff)
04:22 SingleThreadedCollection edited by guest
(diff)
04:22 SingleThreadedCollection edited by guest
(diff)
04:20 SingleThreadedCollection edited by guest
(diff)
04:15 SingleThreadedCollection edited by guest
(diff)
04:13 MotivationForParallelization edited by guest
(diff)
04:07 MotivationForParallelization edited by guest
(diff)
03:30 GarbageCollectorNotes edited by guest
(diff)
03:13 GarbageCollectorNotes edited by guest
(diff)
02:44 Internships edited by simonpj
(diff)
02:09 Ticket #834 (bogus gcc option used when compiling ghc-6.4.2) closed by dcoutts@…
invalid: This bug is only occurs on Gentoo because of options used in older …

07/24/06:

18:08 Ticket #834 (bogus gcc option used when compiling ghc-6.4.2) created by mvanier@…
I'm compiling ghc-6.4.2 using gcc-4.1.1 on a gentoo linux system. It's …
09:26 Hackathon edited by AtzeDijkstra
(diff)
03:37 Hackathon edited by AtzeDijkstra
(diff)
00:38 Hackathon edited by Luke.Maurer@…
Hackathon attendee (diff)

07/23/06:

11:39 Hackathon edited by guest
(diff)
10:14 Ticket #833 (hs-plugins requires an executable temporary directory) created by titto@…
I have a program that I compile and execute under Fedora Core 5 (X86) and …

07/21/06:

11:26 HackathonProjects edited by guest
(diff)

07/19/06:

09:00 Ticket #832 (GMP needs to be updated) created by leebutterman@…
when i run Prelude> 2 ^ (2 ^ 25) + (1::Integer) in GHCi, after a few …
07:44 Ticket #831 (GHCi user interface bug) created by guest
GHCi can do some weird things, with the letter g and the up arrow: […] …
05:22 Ticket #830 (Compiler performance bug: large "do" expression) created by simonmar
From Neil Mitchell: Using GHC 6.4.2 on Windows and 6.4.1 on Linux, I get …
05:13 Ticket #826 (Optimization breaks strictness with IO) closed by simonmar
duplicate: This looks like another instance of #457

07/18/06:

11:35 Ticket #829 (Make -fcontext-stack dynamic) created by bjorn@…
HaskellDB generates code with large types for database tables. This code …
05:38 Ticket #828 (ghc -e 'Control.Monad.Fix.mfix error' panics) closed by Lemmih
fixed

07/17/06:

16:43 Ticket #828 (ghc -e 'Control.Monad.Fix.mfix error' panics) created by duncan
Just for the record, a low priority bug... Folk on IRC found this obscure …
15:19 Ticket #827 (Overlapped pattern warnings for lazy patterns) created by red5_2@…
The compiler appears to disregard lazy patterns when producing …

07/15/06:

01:47 Ticket #826 (Optimization breaks strictness with IO) created by aljee@…
The following program fails with exception when compiled with -O0, but …

07/14/06:

16:56 Hackathon edited by chad
(diff)
09:44 Ticket #824 (overlapping instances and separate compilation) closed by simonpj
fixed: 1. Yes, it's per module. I've added a note to that effect in the user …
09:04 WikiStart edited by simonpj
(diff)
04:59 Ticket #825 (with -threaded, infinite loops run too slowly) closed by simonmar
fixed: This is fixed properly in 6.6, but unfortunately I don't think it's …

07/13/06:

13:24 Hackathon edited by guest
(diff)
08:56 WikiStart edited by simonmar
(diff)
08:49 Internships edited by simonpj
(diff)
08:47 Internships edited by simonpj
(diff)
08:31 Internships created by simonmar
info about internships at MSR
08:14 HackathonProjects edited by simonmar
add lots more ideas (diff)

07/12/06:

18:13 Ticket #825 (with -threaded, infinite loops run too slowly) created by guest
This program […] normally dies with a <<loop>> exception. However, …

07/11/06:

13:21 Ticket #824 (overlapping instances and separate compilation) created by tullsen@…
There's three issues here that all seem to revolve around overlapping …

07/10/06:

14:37 Ticket #823 (impossible happens with ghc 6.5 building gtk2hs on win32) created by dagit@…
Trying to build gtk2hs-0.9.10 on win32 using ghc 6.5 (the ghc that ships …
10:11 Ticket #822 (-keep-tmp-files does not keep all temporary files) created by greenrd@…
I invoke ghc like this: […] However, even with the -keep-tmp-files …

07/07/06:

18:10 Ticket #821 (implicit parameters and type synonyms) created by tullsen@…
I wouldn't call this a bug. But we have various pieces of code at Galois …
15:53 Ticket #820 (problem compiling a file with top level Template Haskell splice) created by guest
when compiling a file has both the following * a -package option that …
15:34 Ticket #818 (Uncaught kind error leads to the 'impossible' happening) closed by simonpj
fixed: I think this is already fixed in 6.4.1. Try upgrading Foo8.hs:5:19: …
15:22 Ticket #819 (Uncaught kind error leads to the 'impossible' happening) closed by simonpj
duplicate: Duplicate of #818
11:31 Ticket #819 (Uncaught kind error leads to the 'impossible' happening) created by sweirich@…
data F c a = F (c a) data Val c a = Val (F c) a --- should produce a …
11:31 Ticket #818 (Uncaught kind error leads to the 'impossible' happening) created by sweirich@…
[…] Here is a run […]
08:21 Ticket #794 (System.Random: StdGen's genRange doesn't match its next) closed by simonpj
fixed: Good point. Rather than try to make Random.stdNext return numbers …
07:57 Ticket #817 (internal error: stg_ap_ppp_ret) created by donk71@…
I'm running a server application using Haskell, and during a stress test …
04:20 Ticket #811 (GHC panics when compiling some mutually recursive modules that export ...) closed by simonpj
fixed: Good catch. There was a two-character typo in LoadIface?, which I've just …
02:44 Commentary/Packages/GhcPackagesProposal edited by malcolm
wibble (diff)
02:43 GhcPackagesWithGrafting edited by malcolm
moved to GhcPackageNamespaces (diff)
02:41 Commentary/Packages/PackageNamespacesProposal created by malcolm
changed name of page from GhcPackagesWithGrafting (too misleading)
02:39 GhcPackagesWithGrafting edited by guest
(diff)
02:16 Hackathon edited by guest
(diff)
02:10 Commentary/Packages/GhcPackagesProposal edited by brianh@…
Removed link to my proposal that is now merged with this proposal (diff)
02:09 GhcPackagesWithGrafting edited by brianh@…
removed link to proposal that is now merged with GhcPackages? (diff)
00:57 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
00:54 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)

07/06/06:

15:49 Commentary/Packages/GhcPackagesProposal edited by brianh@…
typo + section on EBNF rule for import directive (diff)
15:35 Commentary/Packages/GhcPackagesProposal edited by brianh@…
added suggestion to get rid of "from" keyword (diff)
12:04 Ticket #816 (Weird fundep behavior (with -fallow-undecidable-instances)) created by nibro
I encounter a strange behavior with functional dependencies. Consider this …
08:50 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
07:32 GhcPackagesWithGrafting edited by malcolm
(diff)
06:47 GhcPackagesWithGrafting created by malcolm
another alternative proposal
06:38 Commentary/Packages/GhcPackagesProposal edited by malcolm
another alternative proposal (diff)
05:07 Ticket #766 (GHC 6.4.2 won't build on Mac OS X) closed by simonmar
fixed: Committed; thanks.
03:50 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
03:41 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
03:41 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)

07/05/06:

09:12 GhcPapers edited by simonpj
(diff)
09:04 Commentary/Packages/GhcPackagesProposal edited by brianh@…
added link to alternative proposal (diff)
08:31 WikiStart edited by simonmar
no need to specify version in new ticket links (diff)
08:01 Ticket #815 (Remove old versions of FFI syntax) created by simonmar
HEAD still supports old versions of the FFI syntax, these have been …
07:34 Ticket #814 (RTS always grabs 256Mb on startup) created by simonmar
Two bugs really: * on Windows, the RTS always reserves 256Mb of memory …
05:46 Commentary/Packages/GhcPackagesProposal edited by malcolm
add page outline (diff)
04:33 Commentary/Packages/GhcPackagesProposal edited by malcolm
point out how the proposal conflicts with the second stated assumption (diff)
00:47 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
00:40 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
00:09 Ticket #759 (RULES ignored by recompilation checker) closed by simonpj
invalid: It turns out that the recompilation checker in ghc-ndp (and, apparently, …

07/04/06:

13:39 Ticket #813 (-optc-O2 used by default in GhcRtsHcOpts while building 6.5, leading make ...) created by guest
GHC-6.4.2 initial compiler gcc (GCC) 3.4.4 (Gentoo 3.4.4, ssp-3.4.4-1.0, …
09:41 Ticket #812 (Slightly incorrect, though not misleading, warning message relating to ...) closed by duncan
fixed: Fixed, thanks.
09:18 Ticket #812 (Slightly incorrect, though not misleading, warning message relating to ...) created by guest
In […] it should say {-# SOURCE #-} to match the pragma it's talking …
08:56 Ticket #811 (GHC panics when compiling some mutually recursive modules that export ...) created by guest
This happened in my own code, and then I reduced it to a much simpler …
08:12 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
05:22 Ticket #795 (ghc-6.5.20060607: panic! (the 'impossible' happened) ... initC: srt) closed by simonpj
fixed: Excellent bug report; Core Lint wins again. It turns out that there's a …[…]
04:23 Commentary/Packages/GhcPackagesProposal edited by guest
minor language improvement (diff)
04:21 Commentary/Packages/GhcPackagesProposal edited by guest
clarify that this is planned functionality, add another problem example (diff)
03:30 Commentary/Packages/GhcPackagesProposal edited by guest
small ghc command line syntax fix (diff)
01:33 Ticket #809 (SplitObjs option doesn't work when compiling ghc with gcc 4.x) closed by simonmar
fixed: -fno-unit-at-a-time fixes it.

07/03/06:

09:41 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
09:41 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
09:39 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
09:38 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
09:37 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
09:27 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
09:16 WikiStart edited by simonpj
(diff)
09:14 Ticket #810 (GHC complains about missing instance in conjunction with GADTs) created by wolfgang@…
I wanted to do something like that: […] However, GHC 6.4.1 with …

07/02/06:

23:03 Ticket #809 (SplitObjs option doesn't work when compiling ghc with gcc 4.x) created by guest
When I compile ghc using the SplitObjs?=YES option in my build.mk file, and …

06/30/06:

04:40 Ticket #808 (Move the GHC Commentary to the wiki) created by simonmar
There's a bunch of invaluable documentation on the innards of GHC in the …

06/29/06:

07:09 Ticket #608 (Make the NCG able to compile the RTS) closed by simonmar
fixed: Now done.
03:14 Attic/BeginnersNotes edited by guest
(diff)

06/28/06:

05:40 Ticket #807 (glibc double free error when running program compiled for profiling with ...) created by amiddelk@…
After compiling a Haskell program for profiling, running the program with …
Note: See TracTimeline for information about the timeline view.