Timeline
10/18/07:
- 17:03 Ticket #1788 (panic with Template Haskell splicing/quoting) created by
- I got a panic when quoting a name in some qualified module. The …
- 15:11 Ticket #1429 (:list gets confused by bang patterns in .lhs files) reopened by
- I found it, it is a bang pattern in a .lhs file. Try with the usual …
- 14:28 Ticket #1787 (Test.QuickCheck does not install (unbuildable) in HEAD) created by
- Title says it all.
- 09:26 Ticket #1395 (let ./configure check for a GNUreadline framework) reopened by
- It would be nice if also the frameworks under $HOME/Library/Frameworks …
- 08:46 Ticket #1786 (can't build ghc-6.8.0.20071017 under Solaris using a GNU linker) created by
- if I have a GNU linker first in my PATH then configure allows the -x …
- 06:47 TypeFunctionsStatus edited by
- (diff)
- 06:45 Ticket #1776 (type families : couldn't match type "Elem a" against type "Elem a") closed by
- fixed
- 05:08 Ticket #1785 (xargs failure) created by
- I don't know how the file libraries/base/GNUMakefile is generated. Maybe …
- 04:56 Ticket #1784 (Duplicate cases for EM_AMD64 and EM_X86_64) created by
- The Solaris compiler gcc_4.2.2 complained about the values EM_AMD64 and …
- 04:28 Ticket #1783 (FD leads to non-termination of type checker) created by
- Here another program that causes the type checker to diverge: […] This …
- 02:48 Ticket #1782 (gmake check-packages fails for ghc-6.8.0.20071017-src on solaris) created by
- the tests in the toplevel Makefile go wrong: […] sh test under …
10/17/07:
- 21:26 Ticket #1781 (Type equality class leads to non-termination) created by
- This program sends the type checker to the land of no return: […]
- 19:52 TypeFunctionsStatus edited by
- (diff)
- 13:17 Ticket #1780 (runInteractiveProcess broken with >2 processes on POSIX) created by
- Using runInteractiveProcess to build pipelines involving >2 processes …
- 08:32 Ticket #1193 (panic! addImpDecls in TH_dataD1 test) closed by
- fixed: This seems fixed in 6.6.1 and the HEAD so I'm closing it Simon
- 08:08 Ticket #1779 (unknown symbol `hs_hpc_module') created by
- During a :load command I got: <interactive>: /home/foo/Bar/Baz.o: unknown …
- 06:08 Ticket #1778 (Linux binary distributions only have one RTS way) created by
- Just so we don't forget…
10/16/07:
- 16:02 LightweightCCSCallStack edited by
- (diff)
- 08:40 TypeFunctionsStatus edited by
- (diff)
- 07:48 Ticket #1777 (Refactor the implementation of arrow notation) created by
- The implementation of arrow notation is not really satisfactory. See #1662 …
- 04:58 TypeFunctionsStatus edited by
- (diff)
10/15/07:
- 09:42 Ticket #1759 (HPC interaction with -Wall leading to spurious pattern match warnings) reopened by
- 08:34 Ticket #1706 (type checking does not terminate for ghc-6.8.0.20070916) closed by
- fixed: Excellent, thank you. I'll close this bug then. Simon
- 03:11 TypeFunctionsStatus edited by
- (diff)
- 01:34 TypeFunctionsStatus edited by
- (diff)
10/14/07:
- 20:21 Ticket #1776 (type families : couldn't match type "Elem a" against type "Elem a") created by
- I received the error […] when running the following module in GHCi: …
- 19:29 Ticket #1775 (type families: poor error massages when lacking instances) created by
- The following code: […] clearly should not compile, as I have …
- 17:23 TypeFunctionsStatus edited by
- (diff)
- 07:50 Ticket #1739 (Can't compile apps with the -fvia-C flag - Can't locate vars.pm) closed by
- fixed: Merged
- 07:49 Ticket #1759 (HPC interaction with -Wall leading to spurious pattern match warnings) closed by
- fixed: Merged
- 04:18 Ticket #1756 (Miscellaneous fixes to validate on PPC Mac OS X) closed by
- fixed: All merged
- 04:15 Ticket #1737 (cholewo-eval -dcore-lint failure in 6.8.1) closed by
- fixed: Merged
10/13/07:
- 13:19 Ticket #1774 ("Using GHCi" inaccessible) created by
- From http://www.haskell.org/ghc/dist/current/docs/users_guide/, both the …
- 01:01 Ticket #1773 (Add Compositor class as superclass of Arrow, in Control.Compositor) created by
- The Compositor class has two members: […] with the obvious monoid. A …
10/12/07:
- 14:43 Ticket #1733 (RTS option -N not exposed at Haskell level) closed by
- fixed: Both merged
- 14:42 Ticket #1678 (runIO does not catch userErrors, just causes code generation to fail ...) closed by
- fixed: Merged
- 14:42 Ticket #1755 (Template Haskell quoting bug) closed by
- fixed: Merged
- 14:41 Ticket #1748 (main-is argument cannot be hierarchical module) closed by
- fixed: Merged
- 14:40 Ticket #1758 (misleading compiler error message in case of interface file inconsistency) closed by
- fixed: Merged
- 14:40 Ticket #1391 (forkProcess() in Schedule.c with -threaded should initialize mutexes in ...) closed by
- fixed: All merged
- 14:40 Ticket #1743 (debugger: confusion with shadowed bindings) closed by
- fixed: Merged
- 14:39 Ticket #1746 (GADT bug with -O2) closed by
- fixed: Merged
- 14:38 Ticket #1681 (:abandon in an exception breakpoint can lead ghci to freeze later) closed by
- fixed: Merged
- 14:37 Ticket #1680 (Attempting to do foreign import with unboxed tuple return type causes GHC ...) closed by
- fixed: Merged
10/11/07:
- 14:45 Ticket #1772 (GHC doesn't like 'inline' type function applications) created by
- […] GHC chokes on the above module. If the signature of foldr is …
10/10/07:
- 22:36 Ticket #1391 (forkProcess() in Schedule.c with -threaded should initialize mutexes in ...) reopened by
- Oh, I forgot, you mentioned perhaps pushing this to the stable branch, so …
- 22:29 Ticket #1391 (forkProcess() in Schedule.c with -threaded should initialize mutexes in ...) closed by
- fixed: That seems to have done it: With your patch, forkprocess01 succeeds every …
- 17:26 TypeFunctionsStatus edited by
- (diff)
- 13:59 Ticket #1771 (hFileSize gives negative values) created by
- hFileSize gives negative values for very big files. Tested several times …
- 07:53 TypeFunctionsStatus edited by
- (diff)
- 07:41 TypeFunctionsStatus edited by
- (diff)
- 07:37 TypeFunctionsStatus edited by
- (diff)
- 07:33 TypeFunctionsStatus edited by
- (diff)
- 07:13 TypeFunctionsStatus edited by
- (diff)
- 07:07 Ticket #1770 (GHCi should know about itself, so that .ghci can be portable) created by
- i've recently found myself writing .ghci files for ghc head which, with a …
- 06:54 TypeFunctionsStatus edited by
- (diff)
- 06:53 TypeFunctionsStatus edited by
- (diff)
- 06:51 Ticket #1769 (Deriving Typeable for data families) created by
- See Simon's proposal in the attachment.
- 06:41 TypeFunctionsStatus edited by
- (diff)
- 03:13 Ticket #1393 (Tag source tree with successful bootstraps) closed by
- wontfix: validate has superceded these ideas, the tree now bootstraps 99% of the …
- 03:11 Ticket #1553 (Error in "nameModule header{v a1Ax}") closed by
- worksforme: Igloo couldn't reproduce, and no activity in over 2 months.
- 03:04 Ticket #1038 (selector thunks not working? space leak in standard example) closed by
- fixed: Now pushed, don't merge to the branch. […] and a couple of subsequent …
- 02:29 Ticket #1768 (More flexible type signatures for data constructors) created by
- See http://article.gmane.org/gmane.comp.lang.haskell.cafe/29409, and the …
- 02:26 Ticket #1620 (Bug in debugger 6.7.20070817) closed by
- fixed: We fixed this, I believe.
10/09/07:
- 15:34 Ticket #1767 (:show <setting> does not conform to documented specification) created by
- :show <setting> show anything that can be set with :set (e.g. …
- 13:54 Ticket #1766 (:undef f f has odd behaviour) created by
- :undef f f tries to undefine "f f". More sensible behaviour would be to …
- 13:48 Ticket #1765 (:def should redefine too (ghci commands)) created by
- To redefine a function f, one needs to first undef it. This is not a nice …
- 10:04 LightweightCCSCallStack edited by
- (diff)
- 08:09 Ticket #1764 (missing backquotes in documentation for Prelude.elem (and probably other ...) created by
- The 'elem' docs at …
- 06:07 Ticket #1008 (Remove unregisterised way) closed by
- fixed: Done: […]
- 05:08 Ticket #1763 (dictionaries in GHC.Float not being inlined) created by
- Some dictionaries exported by GHC.Float are not inlined, because they …
- 03:40 Building/GettingTheSources edited by
- (diff)
- 03:39 Building/GettingTheSources edited by
- (diff)
- 03:38 Building/GettingTheSources edited by
- (diff)
- 03:18 Building/GettingTheSources edited by
- (diff)
- 01:06 Building/GettingTheSources edited by
- reorganise (diff)
10/08/07:
- 21:19 Ticket #1761 (Compiler panics on "phantom family") closed by
- duplicate: Same as #1729
- 21:17 Ticket #1757 (Simple example crashes GHC) closed by
- duplicate: Same as #1729
- 21:10 TypeFunctionsStatus edited by
- (diff)
- 07:24 Ticket #1762 (wrong result of isProperSubsetOf) created by
- {{{IntSet?.isProperSubsetOf (IntSet?.fromList [2,3]) (IntSet?.fromList …
- 06:45 Ticket #1748 (main-is argument cannot be hierarchical module) reopened by
- 06:45 Ticket #1748 (main-is argument cannot be hierarchical module) closed by
- fixed: Fixed: […]
- 06:23 WorkingConventions/FixingBugs edited by
- wibbles (diff)
- 06:17 Ticket #1761 (Compiler panics on "phantom family") created by
- Feeding the following innocent looking (well...) program into GHC causes …
- 06:16 Ticket #1739 (Can't compile apps with the -fvia-C flag - Can't locate vars.pm) reopened by
- oops, need to merge this one
- 05:41 Ticket #1739 (Can't compile apps with the -fvia-C flag - Can't locate vars.pm) closed by
- fixed: I believe I've fixed this. […]
- 04:36 WorkingConventions/Submissions edited by
- (diff)
- 04:33 WorkingConventions edited by
- (diff)
- 04:31 WorkingConventions edited by
- (diff)
- 04:31 WorkingConventions edited by
- (diff)
- 04:22 WorkingConventions/FixingBugs edited by
- (diff)
10/07/07:
10/06/07:
- 05:39 Ticket #1759 (HPC interaction with -Wall leading to spurious pattern match warnings) created by
- Without -fhpc, the following program passes the pattern match checker: …
- 04:44 Ticket #1758 (misleading compiler error message in case of interface file inconsistency) created by
- I hacked on the GHC base, did something wrong (on purpose), and got a very …
- 02:53 NewGhciDebugger edited by
- Added a link to the LightweightCCSCallStack page (diff)
- 02:38 LightweightCCSCallStack created by
- Initial version
10/05/07:
- 12:10 Ticket #1757 (Simple example crashes GHC) created by
- This file: […] and call GHC as: ghci -fglasgow-exts Abc gives: …
- 07:48 Ticket #1756 (Miscellaneous fixes to validate on PPC Mac OS X) created by
- The attached patches, (in-?)conveniently separated by affected file, fix …
10/04/07:
- 19:48 Ticket #1755 (Template Haskell quoting bug) created by
- Quoting local variable in a certain situation make GHC panic. This OK: …
10/03/07:
- 14:52 Ticket #1754 (Border case type families/type equality coercions cause the impossible to ...) created by
- A few border case problems with type equality coercions with type …
- 00:24 Ticket #1753 (GHC's file locking mechanism not prepared for close() returning -1) created by
- There is a bug in GHC file locking mechanism which manifests itself when …
10/02/07:
- 18:36 Ticket #1752 (CSE can create space leaks by increasing sharing) created by
- The following program exhibits a space leak on GHC6.6.1. "noleak" doesn't …
- 06:21 TypeFunctionsStatus edited by
- (diff)
- 05:10 TypeFunctionsStatus edited by
- (diff)
- 05:04 Ticket #1738 (GADT3 test failure) closed by
- fixed
10/01/07:
- 22:07 Ticket #1751 (program with GADTs segfaults when compiled with -prof and -auto-all) created by
- Consider the following modules Main.hs and M.hs: […] […] I get: …
- 04:02 Ticket #1750 (ghc-pkg stack overflow when mutually dependent packages installed) created by
- I erroneously added mutual dependencies between two packages I was working …
09/29/07:
- 14:11 Ticket #1749 (forall type gives "not polymorphic enough" error incorrectly) closed by
- invalid: As Stefan says, this is our old friend the Monomorphism Restriction. Look …
- 12:50 Ticket #1749 (forall type gives "not polymorphic enough" error incorrectly) created by
- […] When making this into an instance of Arrow, compose works …
- 07:30 TypeFunctionsStatus edited by
- (diff)
- 05:53 TypeFunctionsStatus edited by
- (diff)
- 05:45 TypeFunctionsStatus edited by
- (diff)
- 05:44 TypeFunctionsStatus edited by
- (diff)
- 05:40 TypeFunctionsStatus edited by
- (diff)
- 05:40 Ticket #1730 (type families GHC "impossible happened") closed by
- duplicate: Same problem as #1729. (I have a fix that I still need to validate.)
- 05:32 TypeFunctionsStatus edited by
- (diff)
- 05:29 TypeFunctionsStatus edited by
- (diff)
- 05:28 Ticket #1729 (panic on type family) closed by
- fixed
- 05:17 TypeFunctionsStatus edited by
- (diff)
- 03:16 TypeFunctionsStatus edited by
- (diff)
- 03:10 TypeFunctionsStatus edited by
- (diff)
- 01:36 TypeFunctionsStatus edited by
- (diff)
09/28/07:
- 08:22 Ticket #1748 (main-is argument cannot be hierarchical module) created by
- Foobar.hs: […] […] When not using hierarchical names, i.e. name …
- 08:05 Ticket #1747 (debugger: :trace is wasting time) created by
- When using :trace, execution is constantly switching between the main …
- 06:39 TypeFunctionsStatus edited by
- (diff)
- 05:58 TypeFunctionsStatus edited by
- (diff)
- 05:12 TypeFunctionsStatus edited by
- (diff)
- 04:01 Ticket #1746 (GADT bug with -O2) created by
- Reported by Daniel Gorín in …
09/27/07:
- 15:07 Ticket #1745 (i386 Linux bindist doesn't install .hi files for the ghc package) created by
- The i386 Linux bindist doesn't install .hi files for the ghc package. I …
- 13:10 Ticket #1744 (treat byte order mark as zero-width whitespace) created by
- The U+FEFF ZERO WIDTH NO-BREAK SPACE Unicode character, better known as …
- 08:00 Ticket #1743 (debugger: confusion with shadowed bindings) created by
- See test break026.
- 05:33 Ticket #1742 (test) closed by
- invalid
- 05:18 Ticket #1742 (test) created by
- test
- 03:29 Ticket #1740 (Haddock 0.8 does not appear to respect module structure) closed by
- fixed: This is a known bug in Haddock 0.8, that is fixed in Haddock 2.0 (coming …
- 02:34 Ticket #1741 (Threaded RTS must use processor affinity and processor information) created by
- Threaded RTS must use processor affinity and processor information I …
- 00:24 TypeFunctionsStatus edited by
- (diff)
09/26/07:
- 16:44 Ticket #1740 (Haddock 0.8 does not appear to respect module structure) created by
- Haddock seems to ignore the explicit import lists or hiding lists of …
- 12:36 Ticket #1734 (needless panic in :show modules) closed by
- fixed: merged
- 12:36 Ticket #1340 (Hpc Documentation) closed by
- fixed: Merged
- 09:05 Ticket #1739 (Can't compile apps with the -fvia-C flag - Can't locate vars.pm) created by
- When I try to compile even the simplest application with the -fvia-C …
- 04:49 Ticket #1738 (GADT3 test failure) created by
- GADT3 is failing normal/optc, but not profc/profasm.
- 04:02 TypeFunctionsStatus edited by
- (diff)
- 02:44 Ticket #1737 (cholewo-eval -dcore-lint failure in 6.8.1) created by
- Module programs/cholewo-eval/Arr.lhs in the test suite gives a Core Lint …
- 02:33 WorkingConventions/AddingFeatures created by
- 02:25 TypeFunctionsStatus edited by
- (diff)
- 02:21 TypeFunctionsStatus edited by
- (diff)
- 02:15 WorkingConventions/FixingBugs edited by
- (diff)
- 02:14 WorkingConventions/FixingBugs edited by
- (diff)
- 02:14 WorkingConventions/FixingBugs edited by
- (diff)
- 02:14 Ticket #961 (implement associated type synonyms) closed by
- fixed
- 02:09 WorkingConventions/FixingBugs edited by
- (diff)
- 02:07 WorkingConventions/FixingBugs created by
- 01:57 Ticket #1340 (Hpc Documentation) reopened by
- merge needed: […]
09/25/07:
- 22:58 Ticket #1340 (Hpc Documentation) closed by
- fixed: Added new documentation to the user guide.
- 15:42 Ticket #1736 (GHC doesn't spot OPTIONS_GHC pragmas after 1k of comments) created by
- GHC doesn't spot OPTIONS_GHC (or OPTIONS, LANGUAGE, INCLUDE) pragmas after …
- 09:08 ViewPatterns edited by
- (diff)
- 07:51 Ticket #1254 (truncate = float2Int rule is incorrect) closed by
- fixed: arith005 now avoids overflow when testing truncate, so we now get …
- 07:42 Ticket #1735 (unused binding changes program behaviour) created by
- I'm not 100% sure this is a bug, but it's certainly surprising. If I add …
- 06:48 TypeFunctionsStatus edited by
- (diff)
- 06:34 TypeFunctionsStatus edited by
- (diff)
- 06:34 TypeFunctionsStatus edited by
- (diff)
09/24/07:
- 10:32 Ticket #1734 (needless panic in :show modules) created by
- after a failed :load, :show modules panics (same effect in 6.6.1): […]
- 05:56 Ticket #1733 (RTS option -N not exposed at Haskell level) created by
- I notice that the RTS option -Nk - for specifying the number of …
- 02:29 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 02:25 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
09/23/07:
- 14:46 Ticket #1731 (Proposal: Rename haskell@ to haskell-announce@) closed by
- duplicate: Double submitted
- 14:44 Ticket #1732 (Proposal: Rename haskell@ to haskell-announce@) created by
- pretty much what would be haskell-announce@ anywhere else, and …
- 14:43 Ticket #1731 (Proposal: Rename haskell@ to haskell-announce@) created by
- pretty much what would be haskell-announce@ anywhere else, and …
- 09:35 Ticket #1700 (GHC 6.8-20070913 (+extralibs) won't install after building) closed by
- fixed: OK, I suspect it was caused by either what you suggest, or a build system …
- 06:37 Ticket #1618 (It it not possible to manage the output codification.) closed by
- duplicate: Thanks for the report. This is a duplicate of #1079.
- 06:32 Ticket #1286 (GHC infelicity list has not been updated since the switch to UTF-8 sources) closed by
- fixed: I've added an entry saying that functions like putStrLn treat strings as …
- 06:20 Ticket #1725 (6.8.0.20070917 Release candidate library haddock is broken) closed by
- fixed: I've just pushed a fix, so no version numbers are used in the docs and …
09/22/07:
- 18:57 Ticket #1730 (type families GHC "impossible happened") created by
- the code: http://hpaste.org/2860?#a0 produces the following error: …
- 11:35 Ticket #1729 (panic on type family) created by
- Ghc panics on this module: […]
- 10:16 Ticket #1728 (generic classes broken) created by
- I failed to get generic classes working with snapshot …
09/21/07:
- 18:18 Ticket #1727 (Precedence and associativity rules ignored when mixing infix type and data ...) created by
- The following code: […] fails to compile, ignoring the fixity …
- 17:11 Ticket #1726 (Give warnings for deprecated flags) created by
- We've accumulated a number of deprecated GHC flags (many have a comment to …
- 13:46 Ticket #1725 (6.8.0.20070917 Release candidate library haddock is broken) created by
- (From Adrian Hey) The links to the various modules in distribution …
- 06:47 Ticket #1724 (Type family and GADT error) closed by
- duplicate: Thank you, but someone beat you to it; see #1723 Simon
- 06:43 Ticket #1724 (Type family and GADT error) created by
- This bug was posted to glasgow-haskell-users@… by Roberto …
- 06:22 Ticket #1698 (binary distribution not installable (problems with base package)) closed by
- fixed: I've fixed the $PREFIX/lib/ghc-6.8.0.20070916/hslibs-imports/ghc …
09/20/07:
- 16:07 Ticket #1711 (ghc 6.8 build not happy) closed by
- fixed: I've now changed Cabal to not delete the file, so make clean will work …
- 14:50 Ticket #1723 (type unsafety with type family + GADT) created by
- Here's unsafeCoerce: […] Tested with GHC 6.9.20070918 Maybe, see …
- 07:26 Ticket #1668 (build system incorrectly includes build.mk unconditionally) closed by
- fixed: Thanks; we now consistently include via mk/custom-settings.mk, which …
- 06:27 Ticket #16 (Extensionsflags) closed by
- fixed: Now done.
- 05:41 Ticket #1722 (Code using type synonym families requires workarounds to compile) created by
- I am trying to use type synonym families to create GADTs that can be used …
- 05:32 Ticket #1718 (6.8.0.20070917 ghc.exe: panic! (the 'impossible' happened)) closed by
- fixed: Great report, thanks. Fixed. Simon
- 05:27 Ticket #1627 ({-# INLINE #-} doesn't) reopened by
- I was commiting simpl017, and discovered that the code isn't great …
- 00:39 Ticket #1721 (Make GHCi print the entire result of an interactive 'bind' statement) created by
- Suppose […] Then here's a GHCi interaction: […] GHCi prints the …
09/19/07:
- 22:46 TypeFunctionsStatus edited by
- (diff)
- 22:39 TypeFunctionsStatus edited by
- (diff)
- 09:24 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 09:21 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 09:16 Ticket #1720 (6.8.0.20070917 Haddock links use absolute paths with no "file://" prefix) created by
- (From Adrian Hey) On the Windows release candidate, running {{{runghc …
- 09:04 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 09:03 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 09:02 Ticket #1688 (Attached file causes stack overflow) closed by
- fixed
- 09:02 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 09:02 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 09:00 Ticket #1719 (6.8.0.20070917 No runHaskell command) created by
- (From Adrian Hey) The Windows release candidate seems to be missing the …
- 08:59 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 08:58 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 08:47 Ticket #1718 (6.8.0.20070917 ghc.exe: panic! (the 'impossible' happened)) created by
- (From Adrian Hey) Here's the error: […] This will probably reproduce …
- 08:05 Ticket #1704 (Exception when using the :list command in the GHCI debugger) closed by
- fixed: Thanks for the report - now fixed, so snapshots >= 20070919 should work.
- 06:36 Ticket #1703 (extra-gcc-opts not installed) closed by
- fixed: Thanks for the report - now fixed. Please reopen if you still have …
- 06:00 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 05:59 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 05:58 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 05:46 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- add to hacking (diff)
- 05:42 TypeFunctionsStatus edited by
- (diff)
- 05:23 Ticket #1713 (type synonym families are treated as being able to be instance of a class) closed by
- fixed: Fixed in the HEAD will propagate to 6.8 in due course.
- 01:08 Ticket #1710 (System.Win32.DebugApi unaccessible) closed by
- fixed: This was a bug in the Win32 shipped with 6.6.1, it is fixed in 6.8.1.
09/18/07:
- 14:39 Ticket #1690 (setting libdir doesn't work with Unix binary dist) closed by
- fixed: Now fixed in both HEAD and STABLE.
- 14:19 Ticket #1689 (openTempFile puts digits in file extension, i.e. after dot instead of ...) closed by
- fixed: Already done. Thanks Ian
- 13:32 Building/GettingTheSources edited by
- (diff)
- 12:57 Ticket #1717 (ghc-6.8 configure does not recognise 32bit userland on ppc64) created by
- Building 6.8 (2007.09.12 through 2007.09.17) out of the box with […] …
- 12:45 Ticket #1716 (panic when running program from GHCi) created by
- See the reply from Simon which gives a simple stand-alone repro case …
- 12:30 Ticket #1715 (seldom panic) created by
- To reproduce this bug, install GHC 6.8.20070916 and Gtk2Hs 0.9.12 as …
- 11:31 Ticket #1714 (GHC crashes when encountering arrow syntax) closed by
- duplicate: same as #1662
- 10:59 Ticket #1714 (GHC crashes when encountering arrow syntax) created by
- Compiling the following code makes GHC 6.8.20070916 crash: […] The …
- 10:51 Ticket #1713 (type synonym families are treated as being able to be instance of a class) created by
- The following code doesn’t compile: […] GHC 6.8.20070916 complains …
- 10:37 Ticket #1712 (unknown symbol “glutGet”) created by
- After installing GHC 6.8.20070916 from the binary distribution for …
- 10:23 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 10:22 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 10:18 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- add example graphs (diff)
- 09:45 Ticket #1711 (ghc 6.8 build not happy) created by
- I tried building the ghc-6.8.20070913 source distribution with extras on …
- 09:30 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 08:59 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- add more to possible improvements (diff)
- 08:44 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- add possible improvements (diff)
- 08:21 Ticket #1710 (System.Win32.DebugApi unaccessible) created by
- WinXP SP2 Professional, GHC 6.6.1 official distribution program test.lhs: …
- 08:00 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- reorder sections (diff)
- 07:58 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 07:08 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 06:49 Ticket #1708 (simplifier causes stack overflow in ghc-6.8.0.20070916) closed by
- duplicate
- 06:49 Ticket #1707 (simplifier causes stack overflow in ghc-6.8.0.20070916) closed by
- duplicate
- 06:47 Ticket #1709 (simplifier causes stack overflow in ghc-6.8.0.20070916) created by
- In order to reproduce the bug, you'll have to checkout uni: […] …
- 06:42 Ticket #1708 (simplifier causes stack overflow in ghc-6.8.0.20070916) created by
- In order to reproduce the bug, you'll have to checkout uni: […] …
- 06:40 Ticket #1707 (simplifier causes stack overflow in ghc-6.8.0.20070916) created by
- In order to reproduce the bug, you'll have to checkout uni: […] …
- 06:25 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 06:06 Commentary/Compiler/Backends/NCG/RegisterAllocator edited by
- (diff)
- 01:56 Ticket #1706 (type checking does not terminate for ghc-6.8.0.20070916) created by
- I'm using the binary dist from […] and compilation of the file …
Note: See TracTimeline
for information about the timeline view.
