Timeline
03/20/08:
- 14:17 Plugins edited by
- (diff)
- 12:46 Plugins edited by
- (diff)
- 12:45 Plugins edited by
- (diff)
- 03:34 Ticket #2167 (The -main-is option to runghc does not appear to work.) created by
- The -main-is option to runghc does not appear to work, at least not when …
03/19/08:
- 17:42 Ticket #2165 (Type checker for Type families) closed by
- invalid
- 16:11 Ticket #2156 (compilation math/truncate bug with optimization enabled) closed by
- wontfix: So I take it this is an instance of the unpredictability in floating-point …
- 09:44 Ticket #1611 (Data.Map, Data.IntMap documentation) closed by
- fixed: Patch applied, thanks!
- 09:44 Ticket #2133 (Add an instance for IArray (IOToDiffArray IOUArray) Bool) closed by
- fixed: Patch applied, thanks!
- 08:08 Ticket #2166 (minBound `rem` (-1) fails) closed by
- wontfix: It would be odd for […] to be different to […] Perhaps we could also …
- 04:39 Ticket #2166 (minBound `rem` (-1) fails) created by
- I would expect both of the following operations to return 0, on the …
03/18/08:
- 12:42 Ticket #2165 (Type checker for Type families) created by
- For a type family and a class definition: type family F a x :: * class …
- 09:12 Ticket #2163 (GHC makes thunks for Integers we are strict in) closed by
- invalid: let can be strict in Core - it doesn't always indicate a thunk. If you …
03/17/08:
- 19:15 Ticket #2164 (zmachine: internal error: task 0xa031e0: main thread 1 has been GC'd) created by
- So, I was recently looking at ZMachine, which is an emulator written in …
- 16:38 Ticket #2163 (GHC makes thunks for Integers we are strict in) created by
- We know that timesInteger is strict in both arguments: […] but given …
- 10:36 Ticket #2162 (panic! (the 'impossible' happened) while compiling XMonadContrib) closed by
- duplicate: Duplicate of issues relating to 1372, …
- 02:40 Ticket #2162 (panic! (the 'impossible' happened) while compiling XMonadContrib) created by
- I was rebuilding XMonadContrib without doing Cabal clean first. I got the …
03/16/08:
- 20:54 Ticket #2161 (finaliser of a ForeignPtr called while references from unreachable threads ...) created by
- I believe that I've managed to distill a crash which has been driving me …
- 18:51 TypeFunctionsStatus edited by
- (diff)
- 18:50 Ticket #1809 (type families: difference in type-checking between compile-time and ...) closed by
- fixed: Ganesh, I suspect you used an older compiler. This works fine for me in …
- 17:58 Ticket #1893 (ghc should say when it is failing due to -Werror) closed by
- fixed: Fixed in HEAD and 6.8 branch.
- 17:57 Ticket #856 (Build system issues on ia64) closed by
- fixed: Fixed in HEAD and 6.8 branch.
- 17:56 Ticket #2128 (Space leak with :trace) closed by
- fixed: Fixed in HEAD and 6.8: […]
- 13:19 Ticket #2160 ("internal error: PAP object entered!" when running ghci compiled with ...) created by
- With this mk/build.mk: […] I get this: […] Unfortunately, there …
03/15/08:
- 14:42 Ticket #1491 (Extension RecordWildCards is broken) closed by
- fixed: Test rn065 added.
- 11:13 Ticket #2159 (Use a more efficient representation than [DynFlag]) created by
- In compiler/typecheck/TcRnMonad.lhs, if I replace the existing …
- 07:35 Ticket #1208 (ghci-6.6 aborts at initialization) closed by
- duplicate: This looks like a duplicate of #1225; please reopen if I'm wrong.
03/14/08:
- 21:18 Ticket #2158 (deriving (Ix) and listArray give unexpected results) created by
- When arrayList is used together with a derived instance of Ix, the …
- 14:49 Ticket #2138 (:i doesn't show constraints on datatypes) closed by
- fixed: Merged
- 14:48 Ticket #2154 (Stack overflow due to unsafePerformIO) closed by
- fixed: Merged
- 14:31 Ticket #2144 (The OpenGL binding uses withCAStringLen where it should use withCAString) closed by
- invalid: Thanks for the report; however, bugs in OpenGL should be reported to its …
- 14:03 Ticket #974 (Add partitionEithers, lefts, rights to Data.Either) closed by
- fixed: Patch applied, thanks! […]
- 14:00 Ticket #2139 (have a way to specify listening host in Network (listenOn)) closed by
- wontfix: Hi phr, Thanks for the suggestion. Could you please submit it as a …
- 09:26 Ticket #2153 (GHCi does not have a :source command to load further .ghci files) closed by
- wontfix
- 07:47 Ticket #2157 (Equality Constraints with Type Families) created by
- For the implementation of fixpoint recursive definitions for a datatype I …
- 05:37 Ticket #2156 (compilation math/truncate bug with optimization enabled) created by
- The following code produces different results depending on whether it is …
03/13/08:
- 19:26 Ticket #2106 (parts of Language.Haskell.TH.Ppr in wrong package?) closed by
- wontfix: Hi Frederik, If you'd like to propose an addition to the pretty library, …
- 16:40 Ticket #2155 (More deadlock issues with concurrent I/O) created by
- The following hangs on the current ghc-STABLE snapshot, and shouldn't. …
- 15:56 TypeFunctionsStatus edited by
- (diff)
- 15:38 Ticket #2154 (Stack overflow due to unsafePerformIO) created by
- The following program, extracted from a utf8 decoder for ByteStrings?, …
- 15:17 Ticket #2153 (GHCi does not have a :source command to load further .ghci files) created by
- This makes it difficult to put useful GHCi commands under version control …
- 15:16 Ticket #2152 (bogus inlining of foreign import "foo.h &foo") created by
- Foreign imports with include file annotations are not supposed to be …
- 05:31 Ticket #2151 (GADTs in function Patterns) created by
- I have found a bug on the compiler (at least ghc >6.8.2). For some module …
- 02:42 Ticket #2150 (allow definition of functions in the interpreter) closed by
- worksforme: Happily it's there already: […] Multi-line definitions are, admittedly, …
03/12/08:
- 21:49 Ticket #2150 (allow definition of functions in the interpreter) created by
- Right now, the only way to define functions is through the .hs files. …
- 15:06 Ticket #2050 (GHCi should keep a persistent history file) closed by
- fixed: Fixed: […] I decided to put the history file in …
03/11/08:
- 15:51 Ticket #2149 (literate haskell support for hasktags - patch below) created by
- Igloo told me to create a ticket. here it is. I hope that type "feature …
- 14:02 Ticket #2148 (x86_64 code use several GiB of memory generates: internal error: ASSERTION ...) created by
- I have some fairly simple code using ByteStrings to parses fasta files …
- 13:49 Internships edited by
- Link to new plugins page (diff)
- 13:47 Plugins edited by
- (diff)
- 13:46 Plugins edited by
- (diff)
- 13:46 Plugins created by
- Initial speculation about plugins
- 08:48 Ticket #2147 (unhelpful error message for a misplaced DEPRECATED pragma) created by
- The error message on a misplaced DEPRECATED pragma is less than helpful. …
- 07:17 TypeFunctionsStatus edited by
- (diff)
- 07:17 Ticket #2146 (Decomposition rule for equalities is too weak in case of higher-kinded ...) created by
- […] gives us […] but […] doesn't - although both should lead to …
03/10/08:
- 03:02 DarcsEvaluation edited by
- Added a note about trac+darcs [Lele Gaifax] (diff)
03/09/08:
- 15:34 Ticket #2145 (ghc does not terminate (renamer/typechecker?)) closed by
- duplicate: Thanks for the report! This sounds like #1899, fixed in the 6.8 branch …
- 12:40 Ticket #2145 (ghc does not terminate (renamer/typechecker?)) created by
- When doing […] the compiler seems stuck: […] Nothing happens, …
- 11:50 Ticket #2144 (The OpenGL binding uses withCAStringLen where it should use withCAString) created by
- In the module Graphics.Rendering.OpenGL.GL.Shaders (and possibly in …
- 06:34 Ticket #2143 (Yhc's sort is faster than GHC's) created by
- The sort code in the Yhc libraries is faster than GHC. In some cases its …
03/08/08:
- 07:23 Ticket #2142 (:b doesn't invoke :browse, or even generate an ambiguous command error) created by
- Previously, :b Prelude would show the things exported by Prelude. Now, it …
03/07/08:
- 07:51 Ticket #2141 (Internal error on invalid record update) created by
- A silly function: […] 6.8.2 says: […] HEAD's message is a bit …
03/06/08:
- 03:59 Ticket #2140 (cpuTimePrecision is wrong for me on Windows (XP)) created by
- (From Adrian Hey) Looking at the source code, this seems to be fixed at …
- 03:50 Ticket #2118 (deriving for GRose) closed by
- invalid: Fons is right. Hence I'm closing this as "not a bug". Simon
- 02:58 Ticket #2139 (have a way to specify listening host in Network (listenOn)) created by
- I want to run a local (127.0.0.1) server and there doesn't appear to be …
03/05/08:
03/04/08:
- 22:36 Commentary/Rts/Config edited by
- ticky should not be bitrotted anymore! (diff)
- 17:59 Ticket #2138 (:i doesn't show constraints on datatypes) created by
- If we have this module: […] then :i in ghci doesn't show the …
- 17:55 Ticket #2137 (Location of shadowed binding is wrong in warning) created by
- If we have this module: […] then the location of the shadowed r is …
- 17:50 Ticket #2136 (Not warned about unused recursive bindings) created by
- If we have this module: […] then we get warned that y is unused, but …
- 15:30 DebuggingGhcCrashes edited by
- Fixed link (diff)
- 14:59 Ticket #2135 (Warn if functions are exported whose types cannot be written) created by
- It should be possible to warn if a function is exported from a module …
03/03/08:
- 08:27 Ticket #2134 (Intermittent file locking bug in installPackage.hs) created by
- After fixing the bug in ticket #1992, I still saw lock occasional lock …
- 06:58 Ticket #1992 (6.8.2 intermittent build failure on multiple OS X versions) closed by
- duplicate: Aha! I already fixed this bug (#2122), and added a test for it. Thanks …
- 02:16 WikiStart edited by
- (diff)
03/02/08:
- 15:57 Ticket #1899 (compiler does not halt) closed by
- fixed
- 13:35 Ticket #2122 (file locked even though hClose called) closed by
- fixed: Merged
- 13:11 Ticket #1971 (unjustified warning about documentation) closed by
- fixed: Fixed in 6.8 and HEAD branches.
- 13:10 Ticket #2130 (Mulitple comparisons on Word types produce redundant comparisons) closed by
- fixed: Merged
- 13:10 Ticket #2126 (Misleading error message for newtype with no constructors) closed by
- fixed: Merged
- 13:07 Ticket #2114 (Bad error message for omitting -XExistentialQuantification flag) closed by
- fixed: Merged
- 13:07 Ticket #2112 (Bad error message for malformed GADTs) closed by
- fixed: Merged
- 13:07 Ticket #2111 (Incorrect arrow rec {} notation crashes in ghci) closed by
- fixed: Merged
- 07:36 Ticket #2082 (In ghci, :i leaves out parens in type) closed by
- fixed: Merged
- 07:26 Ticket #2133 (Add an instance for IArray (IOToDiffArray IOUArray) Bool) created by
- An instance for IArray (IOToDiffArray IOUArray) Bool is missing from …
02/29/08:
- 06:24 Ticket #955 (more object-code blow-up in ghc-6.8.3 vs. ghc-6.4.2 (both with ...) closed by
- fixed: OK, I'm closing this then. Please reopen if you think it's not fixed after …
02/28/08:
- 19:06 TypeFunctionsStatus edited by
- (diff)
- 09:12 Internships edited by
- (diff)
- 04:23 Ticket #2132 (Optimise nested comparisons) created by
- GHC isn't capable of this optimisation: […] That is, knowing that (x>y) …
- 02:10 Ticket #2131 (concprog001(threaded2) occasional failures.) created by
- This one has so far resisted my attempts to debug it. The most common …
02/27/08:
- 19:18 TypeFunctionsStatus edited by
- (diff)
- 17:52 TypeFunctionsStatus edited by
- (diff)
- 15:44 Ticket #2130 (Mulitple comparisons on Word types produce redundant comparisons) created by
- The Ord and Eq instances that are derived for Word types seems to be …
- 06:43 Ticket #2129 (runInteractiveCommand/Process docs don't mention if handles are text or ...) created by
- runInteractiveCommand and runInteractiveProcess return newly created …
- 05:16 Ticket #2124 (My program compiles with -O1 but compiler panics with -O2 and up) closed by
- duplicate: Thanks, that nailed it. This bug turns out to be a dup of #1988, which …
- 02:24 Ticket #2128 (Space leak with :trace) created by
- There is some ugly space behaviour going on with :trace. I noticed while …
02/26/08:
- 22:42 Ticket #2121 (ghc-6.8.2: panic! -- idInfo b{tv a4zK} [tv]) closed by
- fixed: Solved by cleaning before full rebuild, as suggested by simonpj for #2125.
- 22:39 Ticket #2125 (PAP object entered!) closed by
- fixed: Rebuilt everything without -dcore-lint and still working properly.
- 18:04 Ticket #2127 (Bad error message for FFI declaration with no -fffi flag) created by
- If I compile: […] I get: […] A better error message would be to …
- 17:03 Ticket #2126 (Misleading error message for newtype with no constructors) created by
- Further adventures in error message pedantry! If I compile this module: …
- 09:01 Ticket #2125 (PAP object entered!) created by
- Error message when using a xmonad extension (Prompt.Shell) (xmonad-0.6 - …
- 08:57 Ticket #2008 (GHCi takes increasingly more memory) closed by
- worksforme: I am unable to replicate this with any other machine, and the one machine …
- 08:18 Ticket #2124 (My program compiles with -O1 but compiler panics with -O2 and up) created by
- I get an ghc-6.8.2: panic! (the 'impossible' happened) (GHC version …
- 02:34 Ticket #2123 (implement waitForProcess using signals) created by
- waitForProcess currently calls waitpid with a safe FFI call, which …
02/25/08:
- 17:14 Ticket #2122 (file locked even though hClose called) created by
- If I open the same file twice with openFile, then close both handles, and …
- 08:42 Ticket #2121 (ghc-6.8.2: panic! -- idInfo b{tv a4zK} [tv]) created by
- ghc-6.8.2: panic! (the 'impossible' happened) (GHC version 6.8.2 for …
- 03:11 Ticket #1523 (Constant overhead of threadDelay) closed by
- fixed: Thanks for the testing Thorkil. I don't think we have any issues …
02/24/08:
- 12:49 Ticket #2073 (ghci records empty input lines in readline history) closed by
- fixed: Fixed in HEAD and 6.8 branch: […]
- 12:48 Ticket #1977 (Adding small check in Linux installer) closed by
- fixed: Done in HEAD and 6.8 branch: […]
- 12:36 Commentary/CodingStyle edited by
- fix typo (diff)
- 10:09 Ticket #2023 (Packages.lhs:mungePackagePaths doesn't handle haddock-html & ...) closed by
- fixed: Fixed and merged: […]
- 10:08 Ticket #1984 (weird performance drop with -O2 on x86) closed by
- fixed: Merged
- 10:08 Ticket #2088 (GHC messages do not reflect argument name changes) closed by
- fixed: Now also fixed in the 6.8 branch.
- 09:51 Ticket #2120 (Arrays allow out-of-bounds indexes) created by
- The array changes proposed and recently implemented for ticket #1610 (Make …
- 06:05 Ticket #2100 ([PATCH] generated FFI ccall stub prototypes are incomplete) closed by
- fixed: Now applied to both the HEAD and the 6.8 branch.
- 06:03 Ticket #2103 (Some functions in network library do not work on NetBSD) closed by
- fixed: Patch applied, thanks!
02/22/08:
- 19:12 Ticket #2119 (explicitly importing deprecated symbols should elicit the deprecation ...) created by
- If we explicitly import but do not use a deprecated function then ghc does …
- 07:46 Ticket #2118 (deriving for GRose) created by
- GHC 6.6 used to be happy with the program below provided that i use …
- 03:50 Ticket #2117 (ppc "./Setup build" seg-faults on Mac OS leopard) created by
- http://www.haskell.org//pipermail/glasgow-haskell-users/2008-February/01430 …
02/20/08:
- 16:35 Ticket #2098 (validate fails for PPC Mac OS X 10.4) closed by
- fixed: On a PPC Mac OS X 10.4, validate now completes with this summary: […] …
- 08:12 Ticket #1129 (recvFrom blocking) closed by
- fixed: I've implemented a partial fix: it now works if you use -threaded. It …
- 06:26 Ticket #2116 (ghci should try to read erroneous modules partially) reopened by
- oops, sorry, too trigger-happy there. I mis-read the ticket.
- 06:24 Ticket #2116 (ghci should try to read erroneous modules partially) closed by
- duplicate: Thanks for the report, this one will be fixed in 6.8.3. See #2049.
- 06:21 Ticket #2115 (option for ghc rts to be linked as a shared object / dll) closed by
- duplicate: We'll be adding support for dynamic linking in GHC 6.10. The basic …
- 06:18 Ticket #2113 (+++ ghci panic) closed by
- duplicate: Fixed in 6.8.1+, see #1513
- 03:44 Ticket #2116 (ghci should try to read erroneous modules partially) created by
- If ghci (re-)reads a module that contains some error, then it considers …
02/19/08:
- 22:43 Ticket #2115 (option for ghc rts to be linked as a shared object / dll) created by
- The ghc runtime is statically linked into each executable that ghc …
- 22:28 Ticket #2114 (Bad error message for omitting -XExistentialQuantification flag) created by
- If I compile this program: […] with: […] I get the error: […] I …
- 18:25 Ticket #1860 (GMP dyn link dependencies in binary distributions) closed by
- fixed: I removed any compilation in binary-dist and moved it to stage 2 part of …
- 17:05 TypeFunctionsStatus edited by
- (diff)
- 11:54 Ticket #2113 (+++ ghci panic) created by
- Loading package base ... linking ... done. Prelude> :module Control.Arrow …
- 09:51 Ticket #2112 (Bad error message for malformed GADTs) created by
- Compiling the following code: […] results in the following error …
- 09:36 TypeFunctionsStatus edited by
- (diff)
- 04:36 Ticket #1889 (Regression in concurrency performance from ghc 6.6 to 6.8) closed by
- wontfix: I've investigated this further. The small regression in performance is …
- 02:25 Ticket #1984 (weird performance drop with -O2 on x86) reopened by
- Actually I lied - there was more to this than I thought. With -O turned …
Note: See TracTimeline
for information about the timeline view.
