Timeline
08/30/07:
- 09:49 Ticket #1653 (GHCi ':set' completion does not list all options) created by
- In particular, the new -X options are missing: […]
- 09:43 Ticket #1652 (System.Directory.copyFile breakage) created by
- Setup: /tmp, with one (executable) file 'x'. […] copyFile with …
- 08:02 TypeFunctionsStatus edited by
- (diff)
- 07:52 TypeFunctionsStatus edited by
- (diff)
- 07:45 Ticket #1283 (thread-safe getStdRandom and newStdGen) closed by
- fixed: patch pushed and test added, thanks!
- 07:15 Ticket #1616 (segfault in generated file when using NOINLINE) closed by
- fixed: We concluded that GHC wasn't doing anything outside its contract, but that …
- 04:06 Ticket #1651 (panic when interactively evaluating expression with a family type) created by
- […] The panic arises as follows: tcGhciStmts calls …
- 02:53 Ticket #1650 (.boot modules interact badly with the ghci debugger) created by
- If a boot module is loaded _after_ its normal counterpart, which can …
08/29/07:
- 23:57 TypeFunctionsStatus edited by
- (diff)
- 22:49 Ticket #1649 (running GHCi screws up console display by changing code page) created by
- [Note: tested on two computers, both running the US English version of …
- 21:24 TypeFunctionsStatus edited by
- (diff)
- 20:03 TypeFunctionsStatus edited by
- (diff)
- 16:59 Ticket #1648 (ghci linker does not know about rts_getWord64) created by
- I stumbled into this with this code: […] GType turns out to be …
- 10:48 Ticket #1375 (ByteString’s “lines” eats empty lines) closed by
- fixed: Fixed by Duncan: […] and now tested by bytestring006.
- 06:04 TypeFunctionsStatus edited by
- (diff)
- 05:43 TypeFunctionsStatus edited by
- (diff)
- 05:26 TypeFunctionsStatus edited by
- (diff)
- 03:05 TypeFunctionsStatus edited by
- (diff)
- 00:10 TypeFunctionsStatus edited by
- (diff)
08/28/07:
- 15:07 Ticket #1163 (ghc install should support DESTDIR) closed by
- fixed: I've fixed this, modulo any cases I missed that my testing didn't turn up.
- 13:23 Ticket #1429 (:list gets confused by bang patterns in .lhs files) closed by
- invalid: True, it works fine here too. I should have added myself to CC. I have …
- 07:55 GettingStarted edited by
- (diff)
- 07:38 WikiStart edited by
- (diff)
- 05:41 TypeFunctionsStatus edited by
- (diff)
- 05:40 TypeFunctionsStatus edited by
- (diff)
- 03:56 Ticket #1593 (Improve runInteractiveProcess error message when working directory does ...) closed by
- fixed: Fixed: […]
- 03:41 Ticket #1642 (Space leak Control.Monad.Strict) closed by
- invalid: This sort of question is best asked on one of the mailing lists …
- 03:37 Ticket #1591 (runghc, ghc rts or base implements unintuitive shell escaping in Windows) closed by
- wontfix: We don't think it makes sense to behave differently to C programs when …
- 03:06 Ticket #1533 (FFI: exporting the same thing multiple times fails: error: redefinition of ...) closed by
- fixed: Fixed: […]
- 02:43 Ticket #1639 (Unknown symbol ends up in-hd profile) closed by
- fixed: You can get all kinds of compiler-generated stuff in a -hd profile, …
- 01:23 TypeFunctionsStatus edited by
- (diff)
08/27/07:
- 19:16 TypeFunctionsStatus edited by
- (diff)
- 19:15 TypeFunctionsStatus edited by
- (diff)
- 18:55 TypeFunctionsStatus edited by
- (diff)
- 14:42 Ticket #1647 (Using -fdicts-strict flag causes Core Lint error) created by
- It appears that passing in the -fdicts-strict flag results in a Core …
- 11:39 Ticket #1646 (: panic! (the 'impossible' happened)) created by
- splitTyConApp a{tv ajoG} [sk]
- 06:53 TypeFunctionsStatus edited by
- (diff)
- 06:51 TypeFunctionsStatus edited by
- (diff)
- 06:34 TypeFunctionsStatus edited by
- (diff)
- 05:50 TypeFunctionsStatus edited by
- (diff)
- 05:35 TypeFunctionsStatus edited by
- (diff)
- 04:48 TypeFunctionsStatus edited by
- (diff)
- 04:14 TypeFunctionsStatus edited by
- (diff)
- 03:57 TypeFunctionsStatus edited by
- (diff)
- 03:55 TypeFunctionsStatus edited by
- (diff)
- 03:51 TypeFunctionsStatus edited by
- (diff)
- 02:37 Ticket #1645 ({-# SPECIALIZE #-} doesn't) created by
- I would expect doing […] to create a specialized version of f that is …
- 01:44 TypeFunctionsStatus edited by
- (diff)
08/26/07:
- 22:52 TypeFunctionsStatus edited by
- (diff)
- 22:28 TypeFunctionsStatus edited by
- (diff)
- 21:21 TypeFunctionsStatus edited by
- (diff)
- 20:47 Ticket #1644 (Problem with interface file (.hi) for a particular function) created by
- I'm getting the following error: Can't find interface-file …
- 13:00 Ticket #1643 (Unnecessary dictionaries) created by
- The attached program (unzip, untar, read Main.hs) contains dictionary …
- 09:56 Ticket #1636 (Profiling reports contain $f1, $f2 etc) closed by
- duplicate: (reporter said he doesn't have a testcase) Hard for us to do anything …
- 09:40 Ticket #1638 (internal error retainstack profiler) closed by
- fixed: (reporter said he has no testcase) I've fixed one problem with retainer …
- 03:18 Ticket #1642 (Space leak Control.Monad.Strict) created by
- I wrote some code depending on Control.Monad.State.Strict, with the …
08/25/07:
- 18:42 Ticket #1384 (Exporting a module that isn't imported doesn't fail) closed by
- fixed: Fixed, but this area of code could really do with a rewrite.
- 12:46 Building/MacOSX edited by
- Correct the configure options so ghc can find the correct readline … (diff)
- 12:15 Ticket #1635 (unreg build is crashing) closed by
- fixed: Turned out it was a complete fix: […]
- 12:14 Ticket #1478 (Flag to get information about the compiler and RTS) closed by
- fixed: Now done.
- 07:30 Ticket #1641 (Binders generated by instance deriving are affected by -auto-all) created by
- Running the attached X.hs with profiling produces a profile which mentions …
- 06:18 Ticket #1640 (Bang patterns cause compilation error) created by
- I get with {-# OPTIONS -fbang-patterns #-} during compilation: in function …
- 06:15 Ticket #1639 (Unknown symbol ends up in-hd profile) created by
- What is MyProject?.Test.sat_sugg<cut off> in a -hd profile? sat_sugg is not …
08/24/07:
- 16:33 Ticket #1610 (Make arrays safer) closed by
- fixed: Isaac Dupree pointed out a small bug; other than that, no discussion.
- 16:33 Ticket #1046 (Make array indexing immune to seg-faults) closed by
- fixed: Fixed (proposal #1610)
- 16:29 Ticket #1637 (internal error retainstack profiler) closed by
- duplicate
- 13:32 Ticket #1638 (internal error retainstack profiler) created by
- […]
- 13:32 Ticket #1637 (internal error retainstack profiler) created by
- internal error: Invalid object found in retainStack(): 49139 (GHC …
- 08:31 Ticket #1483 (vista: GHCi not loading 80% of the time) closed by
- worksforme: unable to repeat. I'm trying with a freshly installed Vista and a new …
- 07:59 Ticket #1636 (Profiling reports contain $f1, $f2 etc) created by
- Profiling reports contain $f1, $f2 etc. These are compiler generated …
- 07:50 Ticket #1280 (System.Directory.getPermissions gives wrong answer on Vista) closed by
- fixed: Fixed.
- 07:34 Ticket #1271 (Vista: we need to add manifests to binaries to subvert installer-detection) closed by
- fixed: With some subsequent minor fixes, this now works.
- 05:41 Ticket #1519 (Biography heap profiling aborts) closed by
- fixed: Fixed: […] I can now profile GHC with -hb again.
- 01:12 Ticket #1635 (unreg build is crashing) created by
- In the stage 2 build: […]
08/23/07:
- 15:13 Ticket #1634 (Type signature normalization) created by
- […] causes […] The problem goes away without the explicit …
- 14:01 Ticket #1633 (Improve error message for kind mismatches) created by
- […] That's from HAppS/Protocols/HTTP.hs While trying to bend my head …
- 12:59 Ticket #1632 (Test.HUnit documentation) created by
- I'd like to contribute Haddock documentation for HUnit. Where there was …
- 07:15 Ticket #1282 (binary package wants uncheckedShift functions to be exported from base) closed by
- fixed: Fixed: […]
- 05:10 Ticket #1626 (hpc package cannot be loaded into GHCi) closed by
- fixed: Fixed: […]
- 04:21 TypeFunctionsStatus edited by
- (diff)
- 04:20 TypeFunctionsStatus edited by
- (diff)
- 03:24 Ticket #1631 (Make the External Package Table contain ModDetails not ModIface) created by
- Currently the External Package Table contains ModIfaces. But that …
- 02:09 Ticket #1630 (error msg can be improved: <no location info>: file name does not match ...) created by
- Hi, When compiling some files with --make, some of them were empty, so …
- 01:49 Ticket #1286 (GHC infelicity list has not been updated since the switch to UTF-8 sources) reopened by
- I think the fix is wrong. Docs now say: "The Haskell report specifies …
08/22/07:
- 19:53 TypeFunctionsStatus edited by
- (diff)
- 11:31 Ticket #738 (ghc can't load files with selinux Enforcing) reopened by
- The same (or at least similar) occurs on x86 with GHC 6.6.1. The compiler …
- 11:22 Ticket #1629 (Upgrade regex-base,compat,posix with GHC 6.8) created by
- Since GHC is upgrading to 6.8 immanently I wanted to request updating the …
- 09:02 Ticket #1628 (warning(s) for using stolen syntax that's not currently enabled) created by
- Turning on -fglasgow-exts makes f x = id$x break. I propose …
- 08:46 Ticket #1627 ({-# INLINE #-} doesn't) closed by
- fixed: Excellent point. It's to do with type applications. I've fixed the …
- 04:21 Ticket #1627 ({-# INLINE #-} doesn't) created by
- The attached code has an INLINE pragma for a local function, but the …
- 02:05 Ticket #1569 (error in compiling ghc-6.6.1 on 64-bit linux) closed by
- fixed: Fixed: […]
- 02:04 Ticket #1427 (GHC fails to compile with gcc 4.2.0) closed by
- fixed: Fixed: […]
- 01:19 Ticket #1626 (hpc package cannot be loaded into GHCi) created by
- As first reported by Mads Lindstrom, and I confirmed today: …
- 01:15 Ticket #1625 (Windows installer: no Users guide or Cabal docs) created by
- The "GHC Documentation" entry in the start menu of a recent GHC installer …
08/21/07:
- 09:12 Ticket #1624 (internal error caused by adding an instance to a type class with a ...) created by
- I've got trouble with the following program: […] This results in a type …
- 06:28 Ticket #1623 (ghci: 20 wakeups per second) created by
- From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438371 : […] I …
- 03:35 TypeFunctionsStatus edited by
- (diff)
- 03:14 TypeFunctionsStatus edited by
- (diff)
08/20/07:
- 22:34 Ticket #1622 (Haskell program's standard output breaks down if piped through 'more') created by
- In earlier versions of GHC (up to 6.2 I remember) I could easily pipe …
- 20:35 TypeFunctionsStatus edited by
- (diff)
- 20:34 TypeFunctionsStatus edited by
- (diff)
- 20:30 TypeFunctionsStatus edited by
- (diff)
- 20:04 TypeFunctionsStatus edited by
- (diff)
- 14:04 Ticket #1549 (ghc derives different type signature for equal functions with overlapping ...) closed by
- fixed: OK, I've committed the documentation fix, and am closing the bug. Thanks …
- 06:24 Ticket #1512 (NCG to handle cyclic fixups for rematching register assignment for jump ...) closed by
- fixed: Already done: […]
- 05:44 Ticket #1621 (GHCi wrong execution time report) created by
- Hello, using latest GHC 6.6.1 binary package for windows, I've received …
- 03:34 Ticket #1562 (ghci crashes on startup) closed by
- worksforme: Reporter says: […]
08/19/07:
- 12:09 Ticket #1620 (Bug in debugger 6.7.20070817) created by
- Somehow the following came up: *** Exception: ModBreaks?.modBreaks_array …
08/18/07:
- 18:50 Ticket #1286 (GHC infelicity list has not been updated since the switch to UTF-8 sources) closed by
- fixed: Docs updated, thanks!
- 18:49 Ticket #1462 (runghc is undocumented) closed by
- fixed: I've added some basic docs.
- 16:35 Ticket #1619 (The RTS chokes on SIGPIPE (happens with runInteractiveCommand)) created by
- Consider the following code. […] This program, when run with a large …
- 10:53 Ticket #1618 (It it not possible to manage the output codification.) created by
- I am working with GHC, version 6.6 of 64 bits, under Ubuntu Linux 7.04 …
- 09:20 Ticket #1565 (using :r with argument destroys bindings) closed by
- fixed: Pushed.
- 09:20 Ticket #1587 (":i (->)" doesn't work) closed by
- fixed: Pushed.
08/17/07:
- 17:36 Ticket #1482 (unsafeCoerce# doesn't always fully coerce) closed by
- invalid: Defaulting only happens in H98 if you have a Num constraint. If you use …
- 17:19 Ticket #1454 (Confusing or bug: :t and :i don't return same type) closed by
- invalid: Here's a self-contained example: […] […] This seems entirely …
- 15:55 Ticket #1552 (GHCi thinks large list literals impossible?) closed by
- duplicate: Duplicate of #789.
- 15:47 Ticket #1529 (GC abort) closed by
- invalid: No response from the submitter for a month and we don't know who it is, …
- 13:38 Ticket #1563 (-Onot is not described in the GHC User's Guide, Version 6.6.1) closed by
- wontfix: It's a synonym for -O0, i.e. "do not optimise". As it's not documented at …
- 08:57 Ticket #1615 (Profiling with -hy, -hd, -hr segfaults) closed by
- fixed: Fixed by: […]
- 08:52 Ticket #1577 (Give TH the ability to get the info for a class name) closed by
- invalid: Looks like this already works to me. Please reopen if I'm wrong.
08/16/07:
- 04:51 Ticket #1617 (:types <module> (or :browse! <module>) - browse plain types, not in ...) created by
- currently, :browse <module> pretty prints types in context, which is good …
- 03:00 Ticket #1616 (segfault in generated file when using NOINLINE) created by
- Compiling and running the attached file produces a segmentation fault. The …
08/15/07:
- 14:33 Ticket #1615 (Profiling with -hy, -hd, -hr segfaults) created by
- I haven't looked for a small testcase yet, but: […] Plain old -h works …
08/14/07:
- 14:59 Ticket #1614 (Type checker does not use functional dependency to avoid ambiguity) created by
- Compiling the following module gives an error […] Error message: […] …
- 04:47 Ticket #1609 (spurious gcc warnings with non-english language setting) closed by
- wontfix: If we set LANG or LC_ALL then you would also get real warnings and errors …
08/13/07:
- 05:55 Ticket #1613 (Derived types unequal with let binding) closed by
- invalid
- 05:38 Ticket #1613 (Derived types unequal with let binding) created by
- The types of x and y are different. This breaks the replacing equals with …
08/12/07:
- 09:59 Ticket #1568 (Proposal: Move System.Posix.Signals to the unix package) closed by
- fixed: Done; no discussion.
- 09:59 Ticket #1566 (Move the throwErrnoPath* functions from unix:System.Posix.Error to ...) closed by
- fixed: Done; no discussion.
- 04:06 Ticket #1612 (GHC_PACKAGE_PATH and $topdir bug) created by
- In ghc-pkg $topdir is replaced according to path to package that is …
08/10/07:
- 19:36 Ticket #1611 (Data.Map, Data.IntMap documentation) created by
- Improved, fixed documentation for Data.Map, Data.IntMap?. Moved time …
- 17:38 Ticket #1481 (standalone deriving) closed by
- fixed: Now done in the HEAD.
- 07:56 Ticket #1610 (Make arrays safer) created by
- This is a proposal to make arrays safer (e.g. see #1046). This is a …
- 05:38 Ticket #1609 (spurious gcc warnings with non-english language setting) created by
- In Changeset 13765 the warning about a call-clobbered register was …
- 01:40 Ticket #1606 (excessively long, redundant, compile-error-message contexts) closed by
- fixed: Good points. I've improved * Printing long lists of definitions * …
- 01:17 Ticket #1608 (Newtype deriving error messages coming out too late) created by
- Consider this […] GHC 6.7 reports an error like this: […] This error …
08/09/07:
- 14:38 Ticket #1607 (seq can make code slower) created by
- Adrian Hey produced a program that goes a little slower when he added "!" …
- 08:00 Ticket #1606 (excessively long, redundant, compile-error-message contexts) created by
- This is one single error message, with no good reason to go over, say, 24 …
- 07:44 Ticket #1350 (Win 9x support) closed by
- wontfix: We intend to drop support for Win9x, as we are unable to test it. I …
- 07:38 Ticket #1549 (ghc derives different type signature for equal functions with overlapping ...) reopened by
- Thank you. The connection that I hadn't made is that type inference (in …
- 06:56 Ticket #1602 (GHC.Handle.fdToHandle' locks regular files) closed by
- invalid: http://haskell.org/onlinereport/io.html section "21.2.3 File locking" …
- 05:21 Ticket #1605 (hppa port -- gmp handed misaligned memory) created by
- GMP compiled for hppa 2.0n uses 8 byte data by default. hppa *requires* …
- 04:50 Ticket #736 (Allowing any newtype of the IO monad to be used in FFI and extra optional ...) closed by
- fixed: Now fixed. Simon
- 03:16 Ticket #1037 (primRepHint:VoidRep) closed by
- fixed: It makes *sense* for a foreign import to have a zero-sized return, thus …
- 03:07 Ticket #1581 (:info doesn't show all instances) closed by
- fixed: I've fixed this as suggested above: display instances whose type variables …
- 01:48 Ticket #1604 (Coarse-grained recompilation checking) created by
- GHC's recompilation checker is very clever: it tracks changes at the level …
08/08/07:
- 16:37 Ticket #1527 (parsing error message that could be improved) closed by
- fixed: Maybe this is fixed along with the mistake of allowing -> in do-blocks? …
- 15:12 Ticket #1603 (a miscompilation of (`rem` 0x40000000)::Int with -O -fvia-C) created by
- eival has the wrong value in this fairly minimal testcase: […] …
- 10:24 Ticket #1602 (GHC.Handle.fdToHandle' locks regular files) created by
- The code in GHC.Handle.fdToHandle' locks a regular file. This violates …
- 07:35 Ticket #1601 (ghc-6.6.1: internal error: evacuate: strange closure type 7600) created by
- I tried to compile the Kaya compiler with GHC. GHC crashed with an …
- 03:28 Ticket #1600 (Optimisation: CPR the results of IO) created by
- GHC currently cannot unbox the result of a function in the IO monad. For …
- 01:00 Ticket #1599 (testsuite timeout doesn't kill subprocesses on Windows) created by
- The timeout program doesn't kill subprocesses on Windows, which means for …
08/07/07:
- 21:30 DebuggingGhcCrashes edited by
- because it never hurts to restate the obvious… (diff)
- 13:34 Ticket #1598 (Could instances of Typeable, Data be added?) created by
- In http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426612 Mark Carroll …
- 13:28 Ticket #1597 (OpenGL: Bindings for GLE library?) created by
- In http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419125 Josh Triplett …
- 11:48 Ticket #1596 (ghc-pkg --define-name is undocumented) created by
- In ghc 6.6.1 ghc-pkg --define-name is undocumented, except getting …
- 11:38 Ticket #1595 (duplicate "not in scope" error when giving multiple vars type-signatures ...) created by
- (bug in 6.6.1 and 6.7) […] results in […] Expected result: only …
- 10:58 Ticket #1594 (Better QuickCheck/HUnit integration) created by
- Daniel Burrows <dburrows@…> in …
- 04:01 Ticket #1593 (Improve runInteractiveProcess error message when working directory does ...) created by
- Example code: […] This happens on Linux with both 6.6 and the latest …
08/06/07:
- 16:23 Ticket #1592 (Unexpected boxing in generated code) created by
- I've got an inner loop that I think I can see is strict in the Int …
- 12:50 Ticket #1591 (runghc, ghc rts or base implements unintuitive shell escaping in Windows) created by
- Parameters passed to script via runghc get malformed unintuitively. …
- 03:25 Ticket #1590 (Libraries proposal: Add System.Info.isWindows) created by
- Currently the recognised way to test if your application is being run on …
- 02:41 Ticket #1589 (Process creation and communication doesn't scale linearly) created by
- Creating processes (with forkIO) and communicating between them (with …
08/05/07:
- 14:14 BaseSplit edited by
- oops, some braces were missing… (diff)
08/04/07:
- 15:03 Commentary/Packages/PackageReorg edited by
- Point out the BaseSplit page's existance (diff)
- 14:17 Ticket #1588 (unrequested generalized newtype deriving?) created by
- Consider the two type definitions: […] Why is it that the former …
- 14:11 Ticket #1587 (":i (->)" doesn't work) created by
- […] I hope that's clear enough for you ;-).
- 13:20 Ticket #1586 (trace output ordering in HEAD incorrectly) closed by
- invalid: It's generally unwise to rely on the order that trace's will be evaluated, …
- 09:22 Ticket #1586 (trace output ordering in HEAD incorrectly) created by
- I don't have a test case, but it appears that the Debug.Trace.trace output …
- 06:00 Ticket #1585 (Um, an error, I don't even understand it.) closed by
- fixed: 6.6.1 gives a proper error message: […]
- 05:45 Ticket #1584 (problem presenting with explicit pattern matching) closed by
- invalid: Thanks for the detailed report! However, hugs also disagrees with you, as …
08/03/07:
- 22:27 Ticket #1585 (Um, an error, I don't even understand it.) created by
- this is the output of a ghc error I found, it wanted me to tell you about …
- 14:09 Building/RunningTests edited by
- (diff)
- 12:54 SharedLibraries edited by
- correct mangling (diff)
- 07:50 Ticket #1584 (problem presenting with explicit pattern matching) created by
- Hi all, I believe I've found a bug in ghc 6.6.1. From Chapter 9. What to …
- 05:26 Building/RunningTests edited by
- (diff)
- 03:56 Ticket #1582 (impossible: TODO: gc_target) closed by
- fixed: crashing code temporarily commented out, this is work in progress.
- 03:56 Ticket #1583 (GHCi + large Integer arithmetic + Ctrl-C = bad) created by
- Now detected and mostly repeatable on x86, not just powerpc. […] The …
08/02/07:
- 23:36 Commentary/Compiler/HsSynType edited by
- Fix SrcLoc? links. (diff)
- 23:28 Commentary/Compiler/HscMain edited by
- Fix GhcFile? link to HscMain? (add .lhs) (diff)
- 23:23 Commentary/Compiler/IfaceFiles edited by
- Fix GhcFile? links (add appropriate .lhs and .hs) (diff)
- 23:14 Commentary/Compiler edited by
- s/teh/the (diff)
- 23:13 Commentary/Pipeline edited by
- Link source reference to DriverPipeline?.hs (diff)
- 19:25 Ticket #1582 (impossible: TODO: gc_target) created by
- […]
- 17:35 Ticket #1581 (:info doesn't show all instances) created by
- Doing :info doesn't show the instance in the module containing an instance …
- 10:14 BaseSplit edited by
- little fixes (add bug #) (diff)
- 10:11 Ticket #1580 (Get GHC happy with alternate base packages (split base)) created by
- There are a lot of things wired into the compiler that would make it …
- 10:09 BaseSplit created by
- 08:40 Ticket #1579 (instance Read Integer contradicts Haskell98) created by
- http://haskell.org/onlinereport/standard-prelude.html says […] …
- 04:14 Ticket #1525 (:browse shouldn't print single-constructor data definitions twice) closed by
- fixed: Fixed. There was a lurking "ToDo?" in InteractiveUI. A reasonable test …
- 03:47 Ticket #1578 (darcs-all work around for darcs Issue 467) created by
- The darcs "Issue467: darcs changes --context interferes with --repodir" …
- 03:21 SharedLibraries edited by
- (diff)
- 02:47 SharedLibraries edited by
- (diff)
- 02:46 SharedLibraries edited by
- (diff)
- 02:33 SharedLibraries edited by
- (diff)
- 02:32 SharedLibraries edited by
- (diff)
- 02:30 SharedLibraries edited by
- (diff)
- 02:28 SharedLibraries edited by
- (diff)
- 02:27 SharedLibraries edited by
- (diff)
- 01:56 SharedLibraries edited by
- add a windows section (diff)
- 01:55 SharedLibraries created by
- add Reilly's analysis
- 01:52 Ticket #1575 (Arrow: No match in record selector Var.tcTyVarDetails) closed by
- fixed: Ooops sorry. Fixed; will commit when I've run 'validate'. Thanks Simon
- 01:52 Commentary edited by
- (diff)
- 00:48 Ticket #1573 (GADT and typeclass funcional dependencies not working well together) closed by
- duplicate
08/01/07:
- 17:18 Ticket #1577 (Give TH the ability to get the info for a class name) created by
- In a module M, where a class G is imported from a module N, I want to get …
- 16:52 Ticket #1576 (Document Template Haskell API) created by
- Make Haddock documentation for Template Haskell API complete.
- 16:09 Ticket #1575 (Arrow: No match in record selector Var.tcTyVarDetails) created by
- compile error […] uname -a […] gcc -v […] …
- 15:22 Ticket #1574 (Broken link testing) created by
- On http://www.haskell.org/ghc/dist/current/docs/ the link …
- 09:55 Ticket #1573 (GADT and typeclass funcional dependencies not working well together) created by
- To use GADTs in anger, I keep needing to put them into homogeneous …
- 08:23 Ticket #1454 (Confusing or bug: :t and :i don't return same type) reopened by
- 07:13 Ticket #1446 (-fallow-incoherent-instances suggested when already used) closed by
- invalid: The error message now says: […] I hope that makes it clear why the …
- 06:42 Ticket #1542 (Data/Time/Format/Parse cannot be compiled with -DDEBUG) closed by
- wontfix: I've just tried this with the HEAD, and it's fine, so I'm inclined not to …
- 06:23 Ticket #1564 (The fantastic Any type gets derived) closed by
- fixed: Good bug, now fixed. Thanks. Simon
- 05:57 Ticket #1571 (type of synthesize in Data.Generics.Schemes is too restrictive) closed by
- fixed: Fair enough. synthesize does indeed have the more general type, so I've …
- 02:58 Ticket #1572 (Make it easy to find documentation for GHC and installed packages) created by
- ghc-pkg builds a package database that helps GHC find all installed …
- 02:43 Commentary/Rts/HaskellExecution/PointerTagging edited by
- (diff)
- 01:10 Building edited by
- adding code coverage link (diff)
- 01:03 GhcCoverage created by
- pointer to hpc on ghc
07/31/07:
- 18:46 Ticket #1571 (type of synthesize in Data.Generics.Schemes is too restrictive) created by
- The type of the synthesize function in Data.Generics.Schemes is …
- 06:53 Ticket #1549 (ghc derives different type signature for equal functions with overlapping ...) closed by
- invalid: The rules for instance overlap are described here: …
Note: See TracTimeline
for information about the timeline view.
