Timeline
08/29/12:
- 11:36 Ticket #7202 (Linux bindists don't work on new distros) created by
- All of the binary distributions are built on systems that have …
- 11:33 Ticket #7201 (ghc assumes that ld can understand --hash-size [regression]) created by
- On my Fedora 17 box, I'm using gold as the default linker, and I cannot …
- 08:19 Ticket #7200 (template-haskell-2.7.0.0 fails to build with GHC 7.0.4 due to missing ...) created by
- It looks like there's a missing pragma: […]
- 07:04 Ticket #7199 (Standalone deriving Show at GHCi prompt causes divergence when printing) closed by
- invalid: This code […] does not derive a Show instance. To do that you need …
- 06:01 Ticket #7199 (Standalone deriving Show at GHCi prompt causes divergence when printing) created by
- Deriving a show instance for a data type (defined either with the standard …
- 05:44 Ticket #7198 (New codegen more than doubles compile time of T3294) created by
- I did some preliminary investigation, and there seem to be a couple of …
- 04:03 Ticket #7197 (ghc panic: Irrefutable pattern failed) closed by
- duplicate: Thanks. Always worth searching Trac first... this is just a dup of #7093, …
- 03:45 Ticket #7197 (ghc panic: Irrefutable pattern failed) created by
- I get following error, when trying to compile following snippet: […] …
- 00:21 Commentary/GSoCMultipleInstances edited by
- (diff)
08/28/12:
- 23:55 Ticket #7196 (Desugarer needs an extra case for casts in coercions) created by
- Ganesh (via Darcs) found the code below crashes GHC 7.6rc1, thus: […] …
- 07:21 Ticket #7195 (Add edit warning to Parser.y.pp) created by
- Hi, I lost some (very little, in this case) work because I hacked on …
- 05:29 Commentary/Compiler/Demand edited by
- (diff)
- 04:52 Ticket #7194 (Typechecker allows a skolem to escapt) created by
- This program make GHC 7.4 and GHC 7.6 rc1 give a Lint error, because a …
- 04:45 Ticket #7193 (darcs 2.8 fails to compile with ghc 7.6) created by
- Ganesh Sittampalam reports the following failure when building darcs 2.8 …
- 04:25 Commentary/Compiler/Demand edited by
- (diff)
- 01:56 Ticket #7192 (Bug in -fregs-graph with -fnew-codegen) created by
- This is triggered by running the test dph-diophantine-opt with …
- 01:08 Commentary edited by
- (diff)
- 01:00 Status/Oct12 created by
08/27/12:
- 13:16 Ticket #7187 (-main-is silently failes to create executable when no main is found.) closed by
- invalid: Suppose you say […] Then * If Foo.hs does not say `module Main …
08/26/12:
- 12:03 Ticket #7191 (hsc2hs can't treat absolute path correctly on Windows.) created by
- hsc2hs works correcly when using relative path on Windows. But hsc2hs …
- 11:46 Ticket #7190 (GHC's -fprof-auto does not work with LINE pragmas) created by
- Please note the difference between the two .prof files created. The …
- 10:51 Ticket #7189 (RTS Assertion Crash) created by
- I occasionally get the following crash when I compile with -debug: […] …
08/24/12:
- 14:46 Ticket #7188 (`someName` does not always act like an infix.) closed by
- invalid: See the grammar in section 3.2 of the Haskell Report -- div is only …
- 14:27 Ticket #7188 (`someName` does not always act like an infix.) created by
- $ cat infix.hs main = print f f = (div) 3 4 [timothy@timothy haskell]$ …
- 13:10 Ticket #7187 (-main-is silently failes to create executable when no main is found.) created by
- […]
- 09:48 Ticket #7186 (problems with typelits and typenats) created by
- in this test case https://gist.github.com/3445419 in this case, the type …
- 08:50 Ticket #7185 (Compiled program crashes) created by
- I have a program which compiles fine, but the resulting executable …
- 04:15 Ticket #915 (Implement list fusion using streams instead of foldr/build) closed by
- invalid
- 04:04 Ticket #3160 (No exception safety in Control.Concurrent.QSem QSemN and SampleVar) closed by
- wontfix: The versions in base have been deprecated in 7.6.1, and we now recommend …
- 02:49 WorkingConventions/Releases edited by
- (diff)
- 02:48 WorkingConventions/Releases edited by
- (diff)
- 02:43 Repositories edited by
- (diff)
- 02:40 WorkingConventions/Git edited by
- (diff)
- 02:39 WorkingConventions/Releases created by
- 02:21 WorkingConventions edited by
- (diff)
- 02:20 WorkingConventions edited by
- (diff)
- 02:13 Ticket #7184 (Possible race condition in copyFile) closed by
- invalid: I don't agree that there's a race condition - there is no need for other …
08/23/12:
- 23:51 Ticket #7184 (Possible race condition in copyFile) created by
- Implementation of copyFile 1. Creates .copyFile.tmp at destination using …
- 11:32 Ticket #7183 (Spelling "show" with lovercase causes compiler crash) closed by
- duplicate: This is already fixed in HEAD. See bug #5961.
- 11:17 Ticket #7183 (Spelling "show" with lovercase causes compiler crash) created by
- The embedded code in this report makes GHC panic. I accidentally spelled …
- 09:18 Ticket #7110 (Stack overflow when compiling with optimizations) closed by
- duplicate: Happily this is already fixed; it's a dup of #5920 and #5997. Simon
- 09:08 Ticket #7171 (erroneous overlapping instances reported with FunDeps) closed by
- fixed: Closing meanwhile, since we're all done here. This patch also should fix …
- 07:39 WorkingConventions/Git edited by
- (diff)
- 07:39 WorkingConventions/Git edited by
- (diff)
- 07:35 Ticket #7180 (small misfeature in testsuites tests/plugins/Makefile) closed by
- fixed: Fixed. commit caf1ad81a855268e31ff6e67ed1f76a2c7b66270 […]
- 07:11 Ticket #7182 (Control.Monad.ST module description should reference Data.STRef) created by
- The description of "Control.Monad.ST" should mention the highly related …
- 06:30 Ticket #7181 (Add documentation on heap-profile file format.) created by
- GHC docs currently lack of .hp file format specification. This trends …
- 06:12 Ticket #7180 (small misfeature in testsuites tests/plugins/Makefile) created by
- Running "gmake test" (after building ghc-7.6.1-rc1 on dragonfly x86_64) …
- 04:48 Ticket #7051 (Runtime system crash (OS X intel -N greater than 4)) closed by
- fixed: I did reproduce this with 7.4.1, but could not reproduce it with 7.4.2. I …
- 01:13 WorkingConventions edited by
- Add a note about the mailing list (diff)
- 00:38 Ticket #7179 (Non-unique variable bindings in the Core) closed by
- wontfix: I'm afraid Core makes no claim to uniqueness. In general, the Simplifier …
08/22/12:
- 21:54 Ticket #7179 (Non-unique variable bindings in the Core) created by
- In the process of using GHC as a library, I found that the new variables …
- 10:11 Ticket #7150 (unjustified overlapping instances error) closed by
- fixed: I think I've fixed this: see #7171. Can you try now with the 7.6 branch …
- 08:13 Ticket #7178 (Panic in coVarsOfTcCo) created by
- Ganesh says: I'm getting the panic below when building darcs 2.8 with GHC …
- 02:53 Ticket #7177 (Flag -rtsopts not obeyed in hs_init()) closed by
- invalid: This is documented in the User Guide: …
- 01:38 Ticket #7120 (Markdown literate programming proposal) closed by
- invalid
08/21/12:
- 16:52 Ticket #7177 (Flag -rtsopts not obeyed in hs_init()) created by
- When calling hs_init() the defaultRtsConfig is always used, which means …
- 15:38 Ticket #7176 (Failure to let kind variable remain uninstantiated when not needed) created by
- Consider the following code: […] Compiling produces the following …
- 14:46 Ticket #7175 (Panic when wrongly using a type family as return types for GADTs) created by
- The following code causes the following panic: […] […] …
- 10:42 Ticket #7163 (nofib/real/gg is miscompiled at -O1) closed by
- fixed: Fixed
- 09:05 Ticket #7174 (panic when using function in 'deriving' data declaration) closed by
- duplicate: It is already fixed in HEAD, bug #5961.
- 07:57 Ticket #7129 (LINE pragma disables automatic tickish annotations) closed by
- fixed: commit 68a1393b806f5cd26086eb5853cc5427df99f320 […]
- 07:22 Ticket #7166 (Time running backwards in retainer profile) closed by
- worksforme: I believe you, but lacking repro code we don't have a way to fix this. (we …
- 07:13 Ticket #7174 (panic when using function in 'deriving' data declaration) created by
- Hello. I haven't found any matching bugs for this. To reproduce: 1) Start …
- 07:10 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 06:42 Ticket #7132 (Internal error: stg_ap_v_ret when running indexed_types tests) closed by
- fixed: Fixed: commit d4ac7d8160b3533c7d0a2377b5442038f69486a8 […]
- 06:41 Ticket #7083 (Reduce the likelihood of x64/x86-64 changes breaking the build on other ...) closed by
- fixed
- 06:11 Ticket #7155 (Fails to build on powerpc with -Werror : The import of `CmmCallConv' is ...) closed by
- duplicate: I'll commit the patch from #7083
- 05:38 Commentary/Compiler/Demand edited by
- (diff)
- 05:37 Commentary edited by
- (diff)
- 05:20 Commentary edited by
- (diff)
- 05:18 Commentary/Compiler/Demand created by
- 02:05 Ticket #7122 (Slightly extend performance range for T1969 and T3294) closed by
- fixed: This was done recently.
- 00:59 Ticket #7173 (Unnecessary constraints in inferred type) created by
- Carter Schonwald reports: when playing with the current hackage versions …
- 00:50 Ticket #7171 (erroneous overlapping instances reported with FunDeps) closed by
- fixed: Re-open if you think this is still broken.
08/20/12:
- 23:31 Ticket #7172 (GHCi :issafe command doesn't work) created by
- In HEAD and GHC 7.6 RC the ghci :issafe command simply doesn't report the …
- 23:28 Ticket #5845 (Change description of old-locale to NOT say its deprecated) closed by
- fixed: Don't worry, it's fixed. 1) It's fixed in old-locale 1.0.0.5. If you read …
- 20:37 Ticket #7171 (erroneous overlapping instances reported with FunDeps) created by
- When a superclass constraint has functional dependencies, in certain cases …
- 19:17 NewAxioms/CoincidentOverlap created by
- 19:00 NewAxioms edited by
- (diff)
- 17:30 Ticket #7170 (Foreign.Concurrent finalizer called twice in some cases) created by
- When …
- 07:37 Ticket #7169 (Warning for incomplete record field label used as function) created by
- Consider the following definition: […] It would be great if GHC could …
- 07:11 Ticket #7168 (Loop) closed by
- invalid: It's not that a and b are evaluated, but the pairs are, precisely as …
- 06:52 Ticket #7168 (Loop) created by
- When patternmatching on (a,b), the variables a and b are sometimes …
- 06:50 Ticket #7156 ("Pattern match on GADT" error for non-GADT) closed by
- fixed: OK, done.
- 06:41 Ticket #7150 (unjustified overlapping instances error) closed by
- worksforme
- 06:22 Ticket #7137 (Unnecessary -XRank2Types requirement involving type alias containing ...) closed by
- wontfix: Joey is right that Int -> forall a. a is technically a rank-1 type. …
- 06:05 Ticket #7167 (Make it a warning (not error) to hide an import that isn't exported) created by
- We often see build failures like […] elicited by an import statement …
- 05:41 Ticket #7147 (programatica fails to compile) closed by
- fixed: Merged as ab4c7d3b0ad758f965b67239201dc3da52888e5f.
- 05:38 Ticket #6038 (Allow view patterns inside record patterns) closed by
- fixed: Merged as 038bec8abc35114e15c2d870f860025b0d7e3baa.
- 05:33 Ticket #7117 (Data family constructors defined in GHCi are not in scope) closed by
- fixed: Test was pushed as 38163b919c9b429a003468afe2ac93f9bc9bd3f0. Merged as …
- 03:36 Ticket #7166 (Time running backwards in retainer profile) created by
- When using retainer profiling the time stamps in the .hp file sometimes …
- 01:11 Ticket #7165 ("match_co bailing out" messages and compiler crash) created by
- […] If we compile with -O2, in 2 separate calls to ghc, we get: …
- 00:41 Ticket #7119 (Build failure on OS X Mountain Lion) closed by
- fixed
08/19/12:
- 21:01 Ticket #7164 (Confusing "not a (visible) method" warning when method name clashes with ...) created by
- Given this code: […] GHC 7.4.1, 7.4.2, and 7.6.0.20120810 (rc1) …
- 20:04 DataParallel/VectPragma edited by
- (diff)
- 20:01 DataParallel/VectPragma edited by
- (diff)
- 19:53 DataParallel/VectPragma edited by
- (diff)
- 19:52 DataParallel/VectPragma edited by
- (diff)
- 19:49 DataParallel/VectPragma edited by
- (diff)
- 19:48 DataParallel/VectPragma edited by
- (diff)
- 19:02 DataParallel/VectPragma edited by
- (diff)
- 17:49 Ticket #7153 (GHC crashes with "(Array.!): undefined array element" while building) closed by
- worksforme: OK, thanks for getting back to us. Closing as I don't think we can do …
- 11:51 Ticket #7163 (nofib/real/gg is miscompiled at -O1) created by
- I've noticed that nofib/real/gg fails (output mismatch) and after …
08/18/12:
- 19:09 Ticket #7162 (RULES that never fire (automatically)) created by
- We want a way of having GHC RULES known by GHC, but not used by the …
- 15:57 Ticket #7161 (hSetNewlineMode and hSetEncoding can be performed on closed and ...) created by
- The hSetNewlineMode and hSetEncoding functions from GHC/IO/Handle.hs …
- 08:41 Ticket #7160 (C finalizers are reversed during GC) created by
- (See also thread starting at …
- 06:40 Ticket #7159 (CoreToStg.coreToStgArgs fails when CoreToStg.coreToStg is called) closed by
- invalid: This is not a bug after all. I needed to use CorePrep?.corePrepPgm before …
- 00:49 DataParallel/VectPragma edited by
- (diff)
08/17/12:
- 23:58 DataParallel/VectPragma edited by
- (diff)
- 23:57 DataParallel/VectPragma edited by
- (diff)
- 23:15 Ticket #7159 (CoreToStg.coreToStgArgs fails when CoreToStg.coreToStg is called) created by
- Not much more to say than the title. It said Panic! (the 'impossible' …
- 11:20 Ticket #7157 ('let' keyword optional in do notation) closed by
- wontfix: Thanks for the suggestion. However, looking at …
- 09:21 Ticket #7158 (GHCi commands case insensitive) created by
- Because GHCi commands start with a colon, it frequently happens to me that …
- 09:14 Ticket #7157 ('let' keyword optional in do notation) created by
- Would it be possible to make the 'let' keyword in a do block optional? So …
- 00:27 DataParallel/VectPragma edited by
- (diff)
08/16/12:
- 20:46 Ticket #7156 ("Pattern match on GADT" error for non-GADT) created by
- It's widely known that GADTs are just generalizations of type equality and …
- 20:03 Commentary/Compiler/Backends/PprC edited by
- Spelling fixes. (diff)
- 13:41 Ticket #7155 (Fails to build on powerpc with -Werror : The import of `CmmCallConv' is ...) created by
- […] One possible solution is something the one propsed in #7083.
- 07:29 Ticket #7154 (making GHC from sources with a locally installed GHC 6.12.1 fails) created by
- Here is the end of the output of make that followed ./configure …
08/15/12:
- 19:09 Ticket #7153 (GHC crashes with "(Array.!): undefined array element" while building) created by
- I switched my build bot to use 7.6.1-rc1 today and the Cabal build failed …
- 13:47 Ticket #7152 (Add flag to configure that skips overwriting of symlinks on install) created by
- Sometimes when I'm installing a GHC release candidates I'd like to install …
- 10:29 Ticket #5624 (Delay Errors Until Runtime) closed by
- fixed: Merged as 73057146115870578671ba8e5e50c2448bbbaa9e.
- 10:28 Ticket #7022 (Kind variable scoping problem in Iface file when using Template Haskell) closed by
- fixed: Merged as 309eee74e0c7658c8ca3652106fdc1710f30e4d3.
- 10:28 Ticket #7064 (TH: Pragmas refactoring (also adds RULES and 'SPECIALIZE instance' ...) closed by
- fixed: Merged as 6d0e2f288a34f12f5e3228415351d5bb4280c814 and …
- 10:27 Ticket #7128 (Panic "lookupVarEnv_NF" when using a functional dependency with a kind ...) closed by
- fixed: Merged as 0cb389e5f07d29f92456a3c17361565b8b5ef865.
- 10:26 Ticket #7151 (GHC accepts invalid type declaration) closed by
- fixed: Merged as 349c8c53ef9e99425d9ca299cbad388a21b63a54.
- 10:26 Ticket #7145 (Incorrect redundant import warning) closed by
- fixed: Merged as cd74abeb527a974c9e52303de7770dc59e307e35.
- 10:26 Ticket #7131 (FlexibleInstances / UndecidableInstances confusion) closed by
- fixed: Merged as 38d95c13fedc9966ee9731a69eef94d61cbba1d6.
- 10:25 Ticket #7124 (polykinds tests failing) closed by
- fixed: Merged as 2e1a0cb7d5f9d2c4ba7f99a28e666f6ce40cee88.
- 09:49 Ticket #7095 (Kind-polymorphic typechecking requires better documentation.) closed by
- fixed: I think this is just a bug. Kind polymorphism was not an advertised …
- 06:38 Ticket #7146 (Literal strings printed wrong) closed by
- fixed: Fixed by […] There are a couple of testsuite stdout-changes in …
- 06:38 Ticket #7151 (GHC accepts invalid type declaration) created by
- The declaration […] is accepted by GHC with no extensions enabled, …
- 06:23 Ticket #7150 (unjustified overlapping instances error) created by
- When compiling hets …
- 04:42 Status/SLPJ-Tickets edited by
- (diff)
08/14/12:
- 21:39 Ticket #7149 (Heap profiling restricted with retainers (+RTS -hrfoo -hc) segfaults) created by
- Steps to reproduce: […]
- 20:39 Ticket #7148 (generalized newtype and type families is unsound) created by
- the code from …
- 14:24 Ticket #7086 (haddock memory usage regression) closed by
- fixed: Perf tests added, in testsuite/tests/perf/haddock/
- 07:58 Ticket #7147 (programatica fails to compile) created by
- […]
- 06:54 Ticket #7100 (Loosen requirement for free variables in constraint in class declaration) closed by
- wontfix: What's wrong with eliminating the fundep in favour of a type function? …
- 06:31 Ticket #7146 (Literal strings printed wrong) created by
- Chris Dove writes: Is it me or is this output not right? The \ …
- 05:16 Ticket #2972 (ppc ghci segfaults at startup) closed by
- fixed
- 05:09 Ticket #7145 (Incorrect redundant import warning) created by
- Compiling […] with -Wall gives […] but this import is not …
- 01:48 Ticket #7144 (directory-1.1.1.0 violates the PVP) created by
- The version of directory that ships with GHC 7.6.1-rc1 changes the type of …
08/13/12:
- 20:39 Ticket #6057 (hGetBufNonBlocking blocks the underlying handle on Windows) closed by
- invalid
- 19:59 Ticket #7143 (ghc-7.6.0.20120810-x86_64-windows.exe -> ghc can't figure out LLVM version) created by
- I have downloaded: ghc: ghc-7.6.0.20120810-x86_64-windows.exe mingw64: …
- 19:17 Ticket #7142 (ghc: panic! (the 'impossible' happened) when using lowercase eq/show in ...) closed by
- duplicate: It is fixed in HEAD. See ticket #5961. Now you get […]
- 18:31 Ticket #7142 (ghc: panic! (the 'impossible' happened) when using lowercase eq/show in ...) created by
- Compiling the following: …
- 11:42 Ticket #7130 (Give suggestions for unknown command line flags) closed by
- fixed: Thanks, applied. […]
- 11:37 Ticket #7139 (GHCi is too verbose on -v0) closed by
- fixed
- 09:41 Ticket #7022 (Kind variable scoping problem in Iface file when using Template Haskell) closed by
- fixed: The rnfail055 error is fine. I've updated the test to test for Richard's …
- 09:16 Ticket #7141 (Inlining the single method of a class can shadow rules) created by
- This shows up in template-haskell, module Language.Haskell.TH.Syntax, …
- 08:54 Ticket #7140 (Allow type signature in export list) created by
- In response to the new InstanceSigs? extension in the 7.6.1 RC1, waterlight …
- 05:53 Ticket #7138 (GHCi does no respect -ignore-dot-ghci anymore) closed by
- fixed: Merged as 24c5c501461c9dde9858970a463672c0ac7912a5.
- 05:10 Ticket #7123 (Dictionary method should be applicable even in existential context) closed by
- invalid: parcs is right. See …
- 03:48 Ticket #7139 (GHCi is too verbose on -v0) created by
- Steps to reproduce: […] I'd expect that nothing is printed, but the …
- 03:19 Ticket #7138 (GHCi does no respect -ignore-dot-ghci anymore) created by
- Steps to reproduce: […] Expected results: GHCi is started without any …
- 02:43 Ticket #7136 (fix for os x package builder script) closed by
- wontfix: However, in this case, you'd be better off patching the Haskell Platform …
- 02:41 Ticket #7135 (Data.Bits can still have default implementations for testBit, bit, and ...) closed by
- wontfix: We discussed using this extension at the time, e.g. in …
08/12/12:
- 20:25 Ticket #7137 (Unnecessary -XRank2Types requirement involving type alias containing ...) created by
- The following builds with GHC 7.4, but not 7.6. Bottom.hs […] …
- 20:14 Ticket #7136 (fix for os x package builder script) created by
- the build script in distrib/MacOS/mkinstaller has packagemaker hard coded …
- 18:28 Ticket #7135 (Data.Bits can still have default implementations for testBit, bit, and ...) created by
- In commit f99cee0 of the base package, the Num constraint was removed from …
- 18:18 Ticket #7134 (ghc-7.6.0.20120810-x86_64-windows.exe -> internal error R_X86_64_PC32) created by
- I downloaded ghc-7.6.0.20120810-x86_64-windows.exe and attempting to run …
08/10/12:
- 06:49 Ticket #7133 (GHCi: strange behaviour after CTRL-C, followed by 'hPutChar: resource ...) created by
- Example: (launching GHCi from Terminal.app) […] This behaviour does …
- 05:38 Ticket #7127 (RTS timer gets turned off when using +RTS -I0) closed by
- fixed: Merged as 46936288fe9dc71383d3a5d6f0f08e94df4061f4.
- 05:38 Ticket #7113 (linux-powerpc : large integer implicitly truncated to unsigned type) closed by
- fixed: Merged as e24bd732a2bfc096f747eba23b2b09c8e83deed7.
- 05:37 Ticket #6082 (Program compiled with 7.4.1 runs many times slower than compiled with ...) closed by
- fixed: Merged as 8dcd15240a9c2ba142fcbd31f597b51cf2f560bf.
- 05:36 Ticket #6104 (Regression: space leak in HEAD vs. 7.4) closed by
- fixed: Merged as 1363c32a0d5b79c846530fa16d09076d02f29d1c.
- 04:10 Ticket #5962 (Data.Typeable: types which should compare equal don't) closed by
- Merged as dd2af98d191d762e68e0b4c916096afad8b04dd7.
- 04:08 Ticket #7030 (GHCi tries to load the text package twice, leading to linking failure) closed by
- fixed: Merged as 73bde5b1a70ce02373ac73885b7260194f30fb44.
08/09/12:
- 10:47 Ticket #7132 (Internal error: stg_ap_v_ret when running indexed_types tests) created by
- After running make in testsuite/tests/indexed_types, I got the …
- 09:10 Ticket #7131 (FlexibleInstances / UndecidableInstances confusion) created by
- Consider the following code: […] Compiling this code with no …
- 07:12 Ticket #7130 (Give suggestions for unknown command line flags) created by
- I noticed that GHC does not do that yet, even though suggestions are given …
- 03:30 Ticket #7125 (HEAD build fails with ghc-7.4.1 (XCode 3.2.6, Mac OS X 10.6.8)) closed by
- duplicate
08/08/12:
- 06:46 Ticket #7129 (LINE pragma disables automatic tickish annotations) created by
- If a {-# LINE #-} pragma is used in the code, this prevents the code in …
- 06:31 Ticket #7128 (Panic "lookupVarEnv_NF" when using a functional dependency with a kind ...) created by
- The following code causes a panic: […] The error is […] In …
- 03:43 Ticket #7121 (garbage collection invokation, query functions for realtime) closed by
- worksforme: We already have this: * …
- 03:21 Ticket #7127 (RTS timer gets turned off when using +RTS -I0) created by
- This bug was reported to me by hvr on IRC. I fixed it in GHC yesterday, …
- 03:19 Building/Preparation/Windows edited by
- (diff)
- 03:16 Building/Preparation/Windows edited by
- formatting (diff)
- 03:16 Building/Preparation/Windows edited by
- update Windows instructions (diff)
- 02:32 Ticket #7126 (Unexpected loop) closed by
- fixed: Thanks for the report. This looks fixed in HEAD.
- 00:27 Ticket #7126 (Unexpected loop) created by
- The attached program executes as expected if compiled with GHC 7.0.3, but …
08/07/12:
- 10:12 Ticket #7125 (HEAD build fails with ghc-7.4.1 (XCode 3.2.6, Mac OS X 10.6.8)) created by
- On my Mac OS X 10.6.8, building HEAD with ghc-7.2.1 as bootstrapping …
- 09:04 Ticket #7096 (linker fails to load package with binding to foreign library) closed by
- duplicate
- 07:39 Ticket #7083 (Reduce the likelihood of x64/x86-64 changes breaking the build on other ...) closed by
- wontfix: I've just pushed some patches that are working towards fixing this …
- 06:56 Ticket #7124 (polykinds tests failing) created by
- Some of the polykinds tests are failing with -fhpc with core lint …
- 01:54 Ticket #7123 (Dictionary method should be applicable even in existential context) created by
- […] […]
08/06/12:
- 08:46 Blog: The new code generator is nearly ready to go live comment added by
- Hip hip, hurrah!
- 03:32 Ticket #7122 (Slightly extend performance range for T1969 and T3294) created by
- When running the validate on a machine of mine (i386 chroot on an amd64 …
- 02:39 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
08/05/12:
- 16:16 Ticket #5240 (help GNU ld to use less memory when linking libraries compiled with ...) closed by
- fixed: Aha, looks like this is an old gcc bug that has been fixed: […] I …
- 14:59 Holes edited by
- How should holes interact with with GHC API? (diff)
- 14:38 Ticket #4862 (Enable usage of gold linker with GHC) closed by
- fixed: Fixed.
- 14:04 Ticket #6163 (GHC stops producing runnable code in OSX Mountain Lion DP4) closed by
- fixed: No response from submitter, so assuming this is working.
- 12:05 Ticket #7121 (garbage collection invokation, query functions for realtime) created by
- how about a function such as this:- invokeGarbageCollector :: IO (int,int) …
- 08:54 Ticket #7118 (Comments of curly bracket form, which appear at the end of type ...) closed by
- fixed: Fixed. Thanks for the patch.
- 08:45 Ticket #3489 (Adding some gmp bindings to integer-gmp (copied from the cvs-ghc list)) closed by
- fixed: Thanks, I've applied the testBit parts of the patches. It looks like the …
- 02:38 Ticket #7120 (Markdown literate programming proposal) created by
- Markdown has become quite popular for its unobstructive readability. Also, …
08/04/12:
- 12:56 Ticket #7119 (Build failure on OS X Mountain Lion) created by
- On my OS X Mountain Lion machine, while building HEAD with GHC 7.4.2 as …
- 03:23 Blog: The new code generator is nearly ready to go live comment added by
- That is super exciting! Looking forward to it.
08/03/12:
- 23:01 Commentary/Compiler/HooplPerformance edited by
- (diff)
- 22:56 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 17:32 Building/GettingTheSources edited by
- (diff)
- 16:36 Ticket #7118 (Comments of curly bracket form, which appear at the end of type ...) created by
- […]
- 11:06 Ticket #7117 (Data family constructors defined in GHCi are not in scope) created by
- The following example explains the problem: […] FooInt is defined, …
- 08:55 Ticket #4065 (Inconsistent loop performance) closed by
- fixed
- 08:32 Ticket #7116 (Missing optimisation: strength reduction of floating-point multiplication) created by
- e.g. x * 2.0 should turn into x + x. See #2253 (program 6) for an …
- 08:27 Blog: The new code generator is nearly ready to go live edited by
- 08:13 Blog: The new code generator is nearly ready to go live created by
- 08:07 Ticket #2253 (Native code generator could do better) closed by
- fixed
- 06:22 Ticket #7115 (docs mention "the darcs repositories") closed by
- fixed: Thanks, fixed: […]
- 06:08 Ticket #7115 (docs mention "the darcs repositories") created by
- The page …
- 06:06 Ticket #7114 (Cannot recover (good) inlining behaviour from 7.0.2 in 7.4.1) created by
- (I'm sorry that this test case is so large.) The attached module …
- 05:02 Ticket #7113 (linux-powerpc : large integer implicitly truncated to unsigned type) created by
- Compiling on linux-powerpc using gcc 4.6.3 and get: […] In the …
- 03:12 Ticket #7112 (No inlining in the presence of non-instantiated phantom type) created by
- Consider the following code: […] Compiled with -O1, g does not get …
08/02/12:
- 19:42 Ticket #7111 (record single inheritance, partial solution to record problem) created by
- The record system reminded me of the situation in assembly language. Could …
- 06:37 Ticket #7106 (ghc-7.4.2 on sparc solaris without threaded rts) closed by
- fixed: Replying to maeder: > as always: > > {{{ > -bash-3.00$ cat …
- 05:33 Ticket #5254 (usb library fails on Windows) closed by
- fixed: Fixed: […]
- 02:40 Ticket #7075 (GHC 7.4.1 Mac OSX 32 bit gets panic on compilation of Haskell code to C ...) closed by
- fixed: This has been fixed already: […]
- 02:01 Ticket #6122 (INLINE pragma not obeyed) closed by
- wontfix: GHC doesn't do this because it is difficult to ensure termination. The …
08/01/12:
- 08:21 Ticket #7110 (Stack overflow when compiling with optimizations) created by
- This program: […] Causes a stack overflow when compiled with -O2, and …
- 06:11 Ticket #7109 (Inlining depends on datatype size, even with INLINE pragmas) created by
- Consider the following code: […] With a proper definitions of generic …
- 04:50 Ticket #7108 (Link to haskell report in prelude) created by
- The documentation of the Prelude module mentions and links to the Haskell …
- 03:53 Building/GettingTheSources edited by
- typo (diff)
07/31/12:
- 14:30 Ticket #7107 (Don't remove -package-conf) closed by
- invalid: Great. I assumed it was removed as a bunch of code was changed to use the …
- 14:15 Ticket #7107 (Don't remove -package-conf) created by
- Please keep -package-conf around as a (deprecated) alias for …
- 05:09 Ticket #7084 (powerpc64 : cast from pointer to integer of different size) closed by
- fixed
- 05:08 Ticket #6019 ('threadDelay maxBound' results in 'internal error: select failed') closed by
- fixed: Fixed: commit 598ee1ad1b8de089a2ed207543761d617a90db52 […]
- 04:12 Ticket #7106 (ghc-7.4.2 on sparc solaris without threaded rts) created by
- my build of ghc-7.4.2 could not link binaries compiled with "-threaded" …
- 02:15 Plugins edited by
- (diff)
- 02:14 NewPlugins edited by
- Fix link (diff)
07/30/12:
- 02:03 Ticket #7105 (Better names for derived SCCs of instances) created by
- Currently, -fprof-auto generated SCCs are named after their function name, …
Note: See TracTimeline
for information about the timeline view.
