Timeline
07/28/06:
- 18:34 TypeFunctionsStatus edited by
- (diff)
- 16:52 TypeFunctionsStatus edited by
- (diff)
- 15:17 TypeFunctionsStatus edited by
- (diff)
- 14:37 TypeFunctions edited by
- (diff)
- 14:22 TypeFunctions edited by
- (diff)
- 14:21 TypeFunctions edited by
- (diff)
- 14:20 TypeFunctions edited by
- (diff)
- 13:02 TypeFunctionsStatus edited by
- (diff)
- 12:50 TypeFunctions edited by
- (diff)
- 12:49 TypeFunctions edited by
- (diff)
- 12:36 TypeFunctionsStatus edited by
- (diff)
- 12:33 TypeFunctions edited by
- (diff)
- 11:54 TypeFunctions edited by
- type checking class declarations with assoc data types (diff)
- 11:51 TypeFunctions edited by
- renaming an extraction of assoc data types (diff)
- 05:57 Ticket #838 (GHC binary for FreeBSD/amd64) created by
- GHC binary for FreeBSD/amd64. I bought new AMD64 X2 machine, instelled …
- 03:26 Hackathon edited by
- (diff)
- 01:24 Ticket #837 (Infer fully qualified names to overcome namespace clashes) closed by
- 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
- If you could interpret Section 5.5.2 of the last published Haskell Report …
- 18:10 TypeFunctions edited by
- (diff)
- 18:08 TypeFunctions edited by
- (diff)
- 18:03 TypeFunctionsStatus edited by
- (diff)
- 17:59 TypeFunctionsStatus edited by
- (diff)
- 15:39 Hackathon edited by
- (diff)
- 15:19 Hackathon edited by
- (diff)
- 13:43 Hackathon edited by
- (diff)
- 13:42 TypeFunctionsStatus edited by
- (diff)
- 13:20 TypeFunctionsStatus created by
- 13:03 TypeFunctions edited by
- (diff)
- 12:56 TypeFunctions edited by
- specification and restrictions (diff)
- 12:43 TypeFunctions created by
- aims
- 12:34 WikiStart edited by
- Added type functions page (diff)
- 08:51 Ticket #827 (Overlapped pattern warnings for lazy patterns) closed by
- fixed: Excellent point. And the solution proposed is just right too. Thank you. …
- 06:32 Ticket #836 (rebindable if-then-else syntax) created by
- 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
- 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
- John Meacham writes "However, whenever I change a data type or class even …
07/26/06:
- 13:09 Hackathon edited by
- (diff)
- 11:44 Hackathon edited by
- (diff)
- 07:24 Ticket #829 (Make -fcontext-stack dynamic) closed by
- fixed: OK, I've implemented this. -fcontext-stack=N will be dynamic in 6.6. …
07/25/06:
- 04:24 GarbageCollectorNotes edited by
- (diff)
- 04:23 GarbageCollectorNotes edited by
- (diff)
- 04:22 SingleThreadedCollection edited by
- (diff)
- 04:22 SingleThreadedCollection edited by
- (diff)
- 04:20 SingleThreadedCollection edited by
- (diff)
- 04:15 SingleThreadedCollection edited by
- (diff)
- 04:13 MotivationForParallelization edited by
- (diff)
- 04:07 MotivationForParallelization edited by
- (diff)
- 03:30 GarbageCollectorNotes edited by
- (diff)
- 03:13 GarbageCollectorNotes edited by
- (diff)
- 02:44 Internships edited by
- (diff)
- 02:09 Ticket #834 (bogus gcc option used when compiling ghc-6.4.2) closed by
- 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
- I'm compiling ghc-6.4.2 using gcc-4.1.1 on a gentoo linux system. It's …
- 09:26 Hackathon edited by
- (diff)
- 03:37 Hackathon edited by
- (diff)
- 00:38 Hackathon edited by
- Hackathon attendee (diff)
07/23/06:
- 11:39 Hackathon edited by
- (diff)
- 10:14 Ticket #833 (hs-plugins requires an executable temporary directory) created by
- I have a program that I compile and execute under Fedora Core 5 (X86) and …
07/21/06:
07/19/06:
- 09:00 Ticket #832 (GMP needs to be updated) created by
- when i run Prelude> 2 ^ (2 ^ 25) + (1::Integer) in GHCi, after a few …
- 07:44 Ticket #831 (GHCi user interface bug) created by
- 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
- 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
- duplicate: This looks like another instance of #457
07/18/06:
- 11:35 Ticket #829 (Make -fcontext-stack dynamic) created by
- 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
- fixed
07/17/06:
- 16:43 Ticket #828 (ghc -e 'Control.Monad.Fix.mfix error' panics) created by
- 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
- The compiler appears to disregard lazy patterns when producing …
07/15/06:
- 01:47 Ticket #826 (Optimization breaks strictness with IO) created by
- The following program fails with exception when compiled with -O0, but …
07/14/06:
- 16:56 Hackathon edited by
- (diff)
- 09:44 Ticket #824 (overlapping instances and separate compilation) closed by
- fixed: 1. Yes, it's per module. I've added a note to that effect in the user …
- 09:04 WikiStart edited by
- (diff)
- 04:59 Ticket #825 (with -threaded, infinite loops run too slowly) closed by
- fixed: This is fixed properly in 6.6, but unfortunately I don't think it's …
07/13/06:
- 13:24 Hackathon edited by
- (diff)
- 08:56 WikiStart edited by
- (diff)
- 08:49 Internships edited by
- (diff)
- 08:47 Internships edited by
- (diff)
- 08:31 Internships created by
- info about internships at MSR
- 08:14 HackathonProjects edited by
- add lots more ideas (diff)
07/12/06:
- 18:13 Ticket #825 (with -threaded, infinite loops run too slowly) created by
- This program […] normally dies with a <<loop>> exception. However, …
07/11/06:
- 13:21 Ticket #824 (overlapping instances and separate compilation) created by
- 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
- 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
- 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
- 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
- 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
- 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
- duplicate: Duplicate of #818
- 11:31 Ticket #819 (Uncaught kind error leads to the 'impossible' happening) created by
- 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
- […] Here is a run […]
- 08:21 Ticket #794 (System.Random: StdGen's genRange doesn't match its next) closed by
- fixed: Good point. Rather than try to make Random.stdNext return numbers …
- 07:57 Ticket #817 (internal error: stg_ap_ppp_ret) created by
- 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
- fixed: Good catch. There was a two-character typo in LoadIface?, which I've just …
- 02:44 Commentary/Packages/GhcPackagesProposal edited by
- wibble (diff)
- 02:43 GhcPackagesWithGrafting edited by
- moved to GhcPackageNamespaces (diff)
- 02:41 Commentary/Packages/PackageNamespacesProposal created by
- changed name of page from GhcPackagesWithGrafting (too misleading)
- 02:39 GhcPackagesWithGrafting edited by
- (diff)
- 02:16 Hackathon edited by
- (diff)
- 02:10 Commentary/Packages/GhcPackagesProposal edited by
- Removed link to my proposal that is now merged with this proposal (diff)
- 02:09 GhcPackagesWithGrafting edited by
- removed link to proposal that is now merged with GhcPackages? (diff)
- 00:57 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 00:54 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
07/06/06:
- 15:49 Commentary/Packages/GhcPackagesProposal edited by
- typo + section on EBNF rule for import directive (diff)
- 15:35 Commentary/Packages/GhcPackagesProposal edited by
- added suggestion to get rid of "from" keyword (diff)
- 12:04 Ticket #816 (Weird fundep behavior (with -fallow-undecidable-instances)) created by
- I encounter a strange behavior with functional dependencies. Consider this …
- 08:50 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 07:32 GhcPackagesWithGrafting edited by
- (diff)
- 06:47 GhcPackagesWithGrafting created by
- another alternative proposal
- 06:38 Commentary/Packages/GhcPackagesProposal edited by
- another alternative proposal (diff)
- 05:07 Ticket #766 (GHC 6.4.2 won't build on Mac OS X) closed by
- fixed: Committed; thanks.
- 03:50 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 03:41 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 03:41 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
07/05/06:
- 09:12 GhcPapers edited by
- (diff)
- 09:04 Commentary/Packages/GhcPackagesProposal edited by
- added link to alternative proposal (diff)
- 08:31 WikiStart edited by
- no need to specify version in new ticket links (diff)
- 08:01 Ticket #815 (Remove old versions of FFI syntax) created by
- HEAD still supports old versions of the FFI syntax, these have been …
- 07:34 Ticket #814 (RTS always grabs 256Mb on startup) created by
- Two bugs really: * on Windows, the RTS always reserves 256Mb of memory …
- 05:46 Commentary/Packages/GhcPackagesProposal edited by
- add page outline (diff)
- 04:33 Commentary/Packages/GhcPackagesProposal edited by
- point out how the proposal conflicts with the second stated assumption (diff)
- 00:47 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 00:40 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 00:09 Ticket #759 (RULES ignored by recompilation checker) closed by
- 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
- 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
- fixed: Fixed, thanks.
- 09:18 Ticket #812 (Slightly incorrect, though not misleading, warning message relating to ...) created by
- 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
- This happened in my own code, and then I reduced it to a much simpler …
- 08:12 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 05:22 Ticket #795 (ghc-6.5.20060607: panic! (the 'impossible' happened) ... initC: srt) closed by
- fixed: Excellent bug report; Core Lint wins again. It turns out that there's a …[…]
- 04:23 Commentary/Packages/GhcPackagesProposal edited by
- minor language improvement (diff)
- 04:21 Commentary/Packages/GhcPackagesProposal edited by
- clarify that this is planned functionality, add another problem example (diff)
- 03:30 Commentary/Packages/GhcPackagesProposal edited by
- 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
- fixed: -fno-unit-at-a-time fixes it.
07/03/06:
- 09:41 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 09:41 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 09:39 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 09:38 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 09:37 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 09:27 Commentary/Packages/GhcPackagesProposal edited by
- (diff)
- 09:16 WikiStart edited by
- (diff)
- 09:14 Ticket #810 (GHC complains about missing instance in conjunction with GADTs) created by
- 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
- 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
- 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
- fixed: Now done.
- 03:14 Attic/BeginnersNotes edited by
- (diff)
06/28/06:
- 05:40 Ticket #807 (glibc double free error when running program compiled for profiling with ...) created by
- After compiling a Haskell program for profiling, running the program with …
Note: See TracTimeline
for information about the timeline view.
