Timeline
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, …
07/29/12:
- 20:38 Ticket #7104 (Add tryWriteTBQueue to Control.Concurrent.STM.TBQueue) created by
- I'd like a "try" variant of writeTBQueue, so part of my application can …
07/28/12:
- 15:15 Ticket #7103 (Compiler panic, when loading wxc in GHCi) created by
- […]
- 15:00 Commentary/Compiler/StgSynType edited by
- typo (diff)
- 07:49 Ticket #7102 (Type family instance overlap accepted in ghci) created by
- This code works if I paste it line by line in ghci, but not if i try to …
07/27/12:
- 15:15 Ticket #7014 (RULES for bitwise logic and shift primops) closed by
- fixed
- 05:00 Ticket #7101 (Specialise broken for implicit parameters) created by
- The tcrun019 test case is failing with optimization on. Here is an even …
07/26/12:
- 21:27 Ticket #7100 (Loosen requirement for free variables in constraint in class declaration) created by
- In a class declaration, Haskell requires all free variables that occur in …
- 03:26 Ticket #7099 ('instance Show' results in stack overflow) closed by
- invalid: This is expected behavior. The Show class defines defaults for all its …
- 01:58 Ticket #7099 ('instance Show' results in stack overflow) created by
- When I load the code below in ghci and run 'create :: C' the execution …
07/25/12:
- 20:40 Ticket #7098 (GHC 7.4.1 reports an internal error and core dumps while using DPH) created by
- While compiling a DPH program I got the following error, […] I have …
- 15:56 Ticket #7087 ('select' fails for very large arguments to 'threadDelay') closed by
- duplicate: Thanks for the report. This is fixed in HEAD. See #6019.
- 09:54 Ticket #7097 (linker fails to load package with binding to foreign library) created by
- GHCI is unable to load 'network' package on Windows. The versions: […] …
- 09:53 Ticket #7096 (linker fails to load package with binding to foreign library) created by
- GHCI is unable to load 'network' package on Windows. The versions: […] …
- 05:03 Ticket #7095 (Kind-polymorphic typechecking requires better documentation.) created by
- Hi. I faced some difficulties using kind-polymorphic instances and I think …
07/24/12:
- 11:06 Ticket #7094 (Irrefutable pattern failed for pattern Data.Maybe.Just) closed by
- fixed: Thanks for the report. This is fixed in HEAD.
- 10:45 Ticket #7094 (Irrefutable pattern failed for pattern Data.Maybe.Just) created by
- The following invalid program causes ghc panic […] […]
07/23/12:
- 10:08 Ticket #7093 (Exception when encountering instance declarations without class name) closed by
- duplicate: Another dup of #5951. Please re-open if you think it isn't a dup.
- 10:01 Ticket #7093 (Exception when encountering instance declarations without class name) created by
- Code […] GHC 7.4.1 "crashes" with an exception if the class …
- 09:34 Ticket #7088 (Float-in bug) closed by
- fixed
- 05:46 Ticket #7092 (Spurious shadowing warnings for names generated with newName) created by
- When multiple names are generated with newName in the same scope and with …
07/22/12:
- 07:46 Ticket #7091 (DPH Matrix product memory usage) created by
- This report is from the post at Haskell-cafe "DPH matrix product", I'm …
07/21/12:
- 11:09 Ticket #7090 (Panic "mkCoVarLCo" with ConstraintKinds and type-level equality) created by
- The following abuse of the type system causes a panic: […] Here is …
- 10:03 Ticket #5908 (Issues with RebindableSyntax) closed by
- fixed: Happily this is fixed in GHC 7.4 and in HEAD. I've added your test as a …
- 10:01 Ticket #7089 (-fwarn-unused-do-bind with type families) created by
- When using acid-state, I get warnings for "unused do binds" from functions …
07/20/12:
- 22:01 Contributors edited by
- (diff)
- 12:19 Ticket #7088 (Float-in bug) created by
- Consider […] Then loatIn.noFloatIntoRhs will say False, because the …
- 12:00 Ticket #7087 ('select' fails for very large arguments to 'threadDelay') created by
- The following program crashes GHC with an internal error: import …
- 11:13 Ticket #7085 (Report unused pattern bindings) closed by
- fixed
- 08:42 Ticket #7086 (haddock memory usage regression) created by
- Haddock uses a lot more memory than it used to. Attached are …
- 07:37 Ticket #7041 (GHC.Real.gcdInt is no longer optimized.) closed by
- fixed: The short answer is that gcd is different because only 1 Integer backend …
- 04:53 Ticket #7085 (Report unused pattern bindings) created by
- Henning says: recently, I was a bit suprised that GHC didn't warn about …
- 04:40 Ticket #2534 (Odd probable cause given by type checker) closed by
- fixed: The new constraint-solving type inference algorithm does indeed do a …
07/19/12:
- 22:46 Ticket #7084 (powerpc64 : cast from pointer to integer of different size) created by
- Compiling for linux-powerpc64 and I get: […] Have a patch for this.
- 18:55 Ticket #7083 (Reduce the likelihood of x64/x86-64 changes breaking the build on other ...) created by
- The file compiler/nativeGen/X86/Regs.hs is causing rather a lot of trouble …
07/18/12:
- 11:48 Building/Using edited by
- (diff)
- 05:02 Ticket #7082 (Default type family instances) closed by
- fixed: Happily this works fine in HEAD. If you omit both (1) and (2), with HEAD, …
- 04:01 Ticket #5669 (Fix test 5558 for Mac OS X 10.5) closed by
- fixed: Thanks for the patch. I ended up generating the sequence in python …
- 04:00 Ticket #6160 (support sub-second resolutions for file timestamps) closed by
- fixed: Applied, thanks. […]
- 03:57 Ticket #7077 (Add an order-reversing newtype to Data.Ord) closed by
- fixed: Thanks for the patch. We decided to move the definition of Down to …
- 03:55 Ticket #7060 (Option -ddump-rule-rewrites doesn't dump to a file) closed by
- fixed: Also pushed: […]
- 02:33 Ticket #6082 (Program compiled with 7.4.1 runs many times slower than compiled with ...) closed by
- wontfix: unsafeFreeze and unsafeThaw need to be imported from …
07/17/12:
- 16:49 Ticket #7082 (Default type family instances) created by
- The following code does not compile in GHC 7.4, unless line (2) is …
- 08:49 Ticket #5469 (Reorganisation of exports in template-haskell library) closed by
- fixed: Great, thanks Reiner. I've committed them all. (For tiresome reasons I …
- 02:24 Ticket #5006 (Write locale character encoding to hpc html report) closed by
- fixed: Applied, thanks!
07/16/12:
- 12:01 Ticket #7081 (arrow analogs of lambda case and multi-way if) created by
- GHC has now support for lambda case and multi-way if (see ticket #4359). …
- 09:04 Ticket #7074 (Way too long, and unhelpful, error message) closed by
- fixed: Good point. An easy fix the pretty printer yields this […] in place of …
- 05:38 Ticket #5714 (Add 'state' to the MonadState class) closed by
- fixed: This is in. transformers 0.3 generalizes the signature of the individual …
- 04:19 Ticket #7079 (Irrefutable pattern failed for pattern Data.Maybe.Just) closed by
- duplicate: Thanks! I got this […] even when I added LANGUAGE UnicodeSyntax. …
- 04:12 Ticket #4359 (Implement lambda-case/lambda-if) closed by
- fixed: All committed, these will be in 7.6.1. Thanks everyone!
- 04:06 Status/SLPJ-Tickets edited by
- (diff)
- 04:05 Ticket #7080 (Make RULES and SPECIALISE more consistent) created by
- This …
- 03:12 Ticket #7061 (Allow 'default' declarations within GHCi) closed by
- fixed: Applied, thanks! commit 520d82b6ea81b39fcea6b4c06e40b38b85745599 […]
- 02:18 Ticket #7079 (Irrefutable pattern failed for pattern Data.Maybe.Just) created by
- Compiling the following piece of code fails badly. […] Error message …
- 01:54 Ticket #6128 (ghc 7.4.2 does not work with LDAP-0.6.6) closed by
- invalid: The RTS uses SIGVTALRM for its own purposes (scheduling and profiling). …
- 00:48 Ticket #7078 (Panic using mixing list with parallel arrays incorrectly) created by
- […]
07/15/12:
- 02:45 WorkingConventions/Git edited by
- Added branch "master" to sync-all command in first step of rebase … (diff)
07/14/12:
- 09:54 Ticket #7010 (Type error in one function causes wrong type error report in another ...) closed by
- fixed: Recent changes in the type inference engine mean that you now get just one …
- 09:11 Ticket #7077 (Add an order-reversing newtype to Data.Ord) created by
- This is proposal to add an order-reversing newtype to Data.Ord by adding …
- 05:51 Ticket #5978 (Type error in one function causes wrong type error report in another ...) closed by
- fixed: Recent changes in the type inference engine mean that you now get just one …
- 05:32 Ticket #7073 (Kind variable problem when declaring associated type family) closed by
- fixed: Thanks!
- 05:31 Ticket #7023 (Panic when compiling with -fdefer-type-errors) closed by
- fixed: Thanks! The above patch fixes it. Simon
- 04:30 Ticket #7076 (Crash with eager blackholing) created by
- In the context of the Tamarin prover …
- 01:52 Ticket #7075 (GHC 7.4.1 Mac OSX 32 bit gets panic on compilation of Haskell code to C ...) created by
- I run this command: ghc -C s4.hs And receive the next message addFlag …
07/13/12:
- 14:53 Commentary/Libraries/Integer edited by
- (diff)
- 14:30 Commentary/Libraries/Integer edited by
- (diff)
- 14:28 Commentary/Libraries/Integer edited by
- (diff)
- 13:55 Commentary/Libraries/Integer edited by
- (diff)
- 13:13 Ticket #7041 (GHC.Real.gcdInt is no longer optimized.) closed by
- fixed: I've fixed this, and also checked for other problematic rules.
- 12:04 Ticket #7074 (Way too long, and unhelpful, error message) created by
- GHC is repeating this nice ~140 line mdo-expression, twice, leading to …
- 07:54 Ticket #7073 (Kind variable problem when declaring associated type family) created by
- The following code fails to compile: […] The error I get is […] …
- 04:18 Ticket #5165 (GHC doesn't optimize FP excess precision properly) closed by
- duplicate: Closing as a dup of #7069; we now document this as a known bug. Note that …
- 04:11 Ticket #7069 (precision/rounding bug with floating point numbers on 32-bit-platforms) closed by
- wontfix: Documented as a known bug, thanks.
- 04:10 Ticket #7067 (Add alignment-restricted ForeignPtr allocation actions) closed by
- fixed: Applied, thanks!
- 02:22 Ticket #7072 (GHC interpreter does not find stat64 symbol on Linux) created by
- Mailing list discussion available at: …
- 01:42 Ticket #7060 (Option -ddump-rule-rewrites doesn't dump to a file) closed by
- fixed
- 00:59 Status/SLPJ-Tickets edited by
- (diff)
- 00:56 Ticket #7071 (Refactoring arrows) created by
- At the moment arrow commands re-use HsExpr for Proc expressions. But …
- 00:42 Ticket #7070 (DataKinds and package boundaries: "the 'impossible' happened") closed by
- fixed: Thanks. DataKinds is not an advertised feature of 7.4.2. I've tested …
- 00:26 Status/SLPJ-Tickets edited by
- (diff)
07/12/12:
- 11:23 Ticket #7070 (DataKinds and package boundaries: "the 'impossible' happened") created by
- I don't know what is going on there, so I can't really give much more …
- 10:00 Status/SLPJ-Tickets edited by
- (diff)
- 09:58 Ticket #7039 (Panic due 'instance Foo a => Bar a => Baz a' style declarations) closed by
- duplicate: Yes it is a dup, and indeed fixed: […]
- 09:51 Ticket #7024 (Problems with polymorphic kinds imported from module) closed by
- fixed: It's fixed by the above patch. The test for #7022 will do for this one. I …
- 09:50 Ticket #7022 (Kind variable scoping problem in Iface file when using Template Haskell) closed by
- fixed: I've added a test. Simon
- 09:44 Ticket #7020 (Kind variable generalization problem) closed by
- fixed: Great. Fixed in HEAD, test added. I think this was the commit […]
- 09:42 Ticket #7019 (Wrong error message when using forall in constraints) closed by
- fixed: Done, and tests added.
- 09:28 Ticket #7069 (precision/rounding bug with floating point numbers on 32-bit-platforms) created by
- Comparing floating point numbers (Floats or Doubles, using (==)) that are …
- 09:23 Ticket #7053 (Panic with PolyKinds + GADTs) closed by
- fixed: Great. With HEAD it now gives […] which is right because there isn't a …
07/11/12:
- 09:22 WorkingConventions/GitSPJ edited by
- (diff)
- 07:32 Ticket #7068 (Extensive Memory usage (regression)) created by
- The "bling raytracer" project [1] can not be compiled with recent GHC …
- 06:49 Ticket #7067 (Add alignment-restricted ForeignPtr allocation actions) created by
- Whilst GHC.ForeignPtr? exports some actions to allocate buffers containing …
- 06:09 Ticket #7065 (x86 : Pattern match fail in an equation for `freeReg': freeReg 5 = ...) closed by
- fixed: Fixed by removing the freeRegBase function in non-x86 builds.
- 05:05 Ticket #7066 (isInstance does not work for compound types) created by
- Consider […] …
- 02:45 Ticket #7058 (Add strict version of modifySTRef) closed by
- fixed: Fixed: […]
- 01:26 Ticket #7065 (x86 : Pattern match fail in an equation for `freeReg': freeReg 5 = ...) closed by
- fixed
07/10/12:
- 18:47 Ticket #7065 (x86 : Pattern match fail in an equation for `freeReg': freeReg 5 = ...) created by
- This is failing on git HEAD (4450cc7f05c65544514c28aca12a79f78ecf75fb) …
- 07:46 Ticket #7064 (TH: Pragmas refactoring (also adds RULES and 'SPECIALIZE instance' ...) created by
- I noticed that currently there is not way to define "SPECIALIZE + phase" …
- 07:18 Ticket #5856 (numrun012 test fails on i686 works on x86_64) closed by
- fixed: Pushed testcase fix: […]
- 02:34 Ticket #7059 (Error: junk `naughty I386 byte register' after expression) closed by
- fixed: Sorry about that; fixed by this patch: …
07/09/12:
- 06:02 Ticket #7054 (Compile failure on non x86/x86-64) closed by
- fixed
- 05:51 Ticket #7063 (Register allocators can't handle non-uniform register sets) created by
- Neither the linear scan register allocator nor the graph-colouring …
- 04:53 Ticket #7062 (Spurious undefined reference to `openpty') created by
- I'm seeing these since upgrading our build machines from Ubuntu 10.04 to …
- 02:20 Ticket #3940 (Propagate bug fix into new code generator) closed by
- fixed
- 02:15 Ticket #5805 (Test 5558 fails with new code generator) closed by
- fixed: Bug does not manifest any more.
- 02:11 Ticket #5156 (New codegen: CmmStackLayout igraph memory explosion) closed by
- fixed: I have replaced CmmStackLayout with a simpler algorithm …
- 01:20 Ticket #6167 (Compile stalls with pause returning ERESTARTNOHAND) closed by
- worksforme: I tried to reproduce it by validating with DEBUG turned on, but didn't …
Note: See TracTimeline
for information about the timeline view.
