Timeline


and

09/17/12:

07:46 Ticket #7248 (NewCodeGen does not create enough SRT labels when using SplitObjs) created by darchon
When building HEAD I get the following error: make -r …
06:58 Holes edited by heisenbug
fix a reference (diff)
04:29 Ticket #7247 (Testsuite: Print stdout diff even if stderr diff already fails) created by nomeata
When doing test-driven development I find it handy to see the diff of …
03:51 Commentary/Compiler/Demand edited by ilya
(diff)
03:49 Commentary/Compiler/Demand edited by ilya
(diff)
03:43 Commentary/Compiler/Demand edited by ilya
(diff)
03:43 Commentary/Compiler/Demand/RelevantParts created by ilya
03:23 Ticket #7246 (Callstack depends on way (prof, profasm, profthreaded) created by nomeata
Consider the attached test case. The expected output is the that of the …

09/16/12:

21:02 Ticket #7245 (INLINEing top-level patterns causes ghc to emit 'arity missing' traces) created by jwlato
When an INLINE pragma is specified on a pattern, ghc-7.6.1 shows some …
20:20 Ticket #7244 (T6106: Use /bin/sh instead of /bin/bash) created by iquiw
testsuite/tests/ghci/scripts/T6106_preproc.sh should use /bin/sh instead …
19:55 Ticket #7243 (regression: acceptable foreign result types) created by dmwit
The following short file is rejected: […] The error is: […] …
02:25 Ticket #7242 (struct kevent is different on NetBSD) created by iquiw
The following is NetBSD's struct kevent. […] while FreeBSD's one is as …

09/14/12:

14:55 Ticket #7241 (GHC-7.6.1 panics on template haskell code) created by akamaus
While experimenting with TH I stumbled upon a repeating compiler panic. …
14:02 Ticket #7240 (Stack trace truncated too much with indirect recursion) created by nomeata
This is to write down the improvements suggestions for the stack trace …

09/13/12:

06:14 Ticket #7239 (GHC panic: MkExternalCore died: make_lit) created by audunska
Compiling the attached example with -fext-core crashes ghc with the …
04:43 SIMD edited by gmainland
(diff)
02:39 Ticket #7211 (Huge space leak on a program that shouldn't leak) closed by bartavelle
invalid: I erased and rebuilt all my packages again, everything works right. Sorry …

09/12/12:

20:43 Ticket #7238 (class methods with associated equality constraints panic) created by dmwit
The following file causes a panic ("getEqPredTys"): […]
19:50 Ticket #7237 (CgCase fails with strict data/functions) created by jwlato
The following code results in a ghc panic when compiled with -O or above: …[…]
14:57 Ticket #7236 (ghc panic) closed by simonpj
duplicate: Dup of #5961, happily fixed in 7.6
06:27 Ticket #7236 (ghc panic) created by danielhanlon
Apologies if this is an inappropriate bug report - I'm new to Haskell and …
03:28 Milestone 7.4.3 completed
03:17 Ticket #3942 (Strange profiling behaviour in 6.10.4) closed by igloo
invalid: No response from submitter, so closing.
03:10 Ticket #5723 (GHCi (7.4.0.20111219) sometimes segfaults when reading .ghci) closed by igloo
invalid: We no longer build OS X installers, so closing.

09/11/12:

06:18 Ticket #7203 (Add scanl') closed by igloo
wontfix: Could you please make a proposal on the libraries list (see …
06:14 Ticket #7135 (Data.Bits can still have default implementations for testBit, bit, and ...) closed by igloo
wontfix: I still think the decision was right. If you disagree, please make a new …
05:58 Ticket #7154 (making GHC from sources with a locally installed GHC 6.12.1 fails) closed by igloo
worksforme: I'm not quite sure what's happened here. It looks like something might be …
05:11 Ticket #7235 ("panic!" when compiling happstack-server-7.0.4) closed by igloo
duplicate: I suspect that what's happened here is that you've upgraded your …

09/10/12:

02:13 Ticket #7235 ("panic!" when compiling happstack-server-7.0.4) created by guest
I wanted to install happstack-server-7.0.4 for a project, then the …

09/09/12:

10:33 Ticket #7234 (Linker spews useless error message and failes.) created by timthelion
This is with ImplicitCAD as installed by way of […] All other …
09:11 Ticket #7144 (directory-1.1.1.0 violates the PVP) closed by pcapriotti
fixed: This is fixed now on both the HEAD and the 7.6 branch.
09:03 Ticket #7031 (Incorrect documentation for Windows dlls) closed by pcapriotti
fixed: Fixed by: […]
02:04 Ticket #7233 (Int64 division buggy on a 32-bit installation) created by lerkok
This is with GHC 7.4.1, running on Linux, 32 bits: […] Expected …

09/08/12:

23:51 Ticket #7232 (make hsc2hs work with -c g++) created by elaforge
Ticket #2897 changed hsc2hs to create a *_utils.c file containing stub …
20:49 Ticket #7231 (GHCi erroneously unloads modules after a failed :reload) created by parcs
---- Say you have three modules: […] […] […] And you run the …
17:11 Ticket #6093 (Kind polymorphism fails with recursive type definition using different ...) closed by Ashley Yakeley
fixed: OK, I see the problem. This compiles: […] But this doesn't: […] …
05:20 Ticket #7221 (DataKinds with recursive data and type synonym causing GHC to crash) closed by simonpj
worksforme: I can't reproduce this, with 7.4.1. However DataKinds are not an …
00:44 Ticket #7230 (GHC states the same kind mismatched) created by konn
The attached code fails to compile with following rather strange kind …

09/07/12:

12:24 Ticket #7229 (Detecting if a process was killed by a signal is impossible) created by benmachine
Currently there is no good way of detecting if a process was terminated by …
09:28 Ticket #7228 (ghc-pkg prints an awful lot of usage information) created by benmachine
If you misspell a command with ghc-pkg, you are rewarded with 112 lines of …
04:51 Ticket #7227 (cannot build ghc-7.6.1 because haddock seg-faults) created by maeder
[…] Can I try it somehow without haddock?
03:48 Ticket #5405 (Strange closure type crash when using Template Haskell on OS X Lion) closed by simonmar
worksforme: Thanks - this bug has been open for 13 months with no further info and …

09/06/12:

14:54 Milestone 7.6.1 completed
14:53 Ticket #7226 (bytestring changes in 7.6 branch) created by igloo
There have been some bytestring changes in the 7.6 branch since the 7.6.1 …
09:42 Ticket #7225 ("ghc -C" failed) created by guest
--- source file --- module Main where main = return () --- command line …
09:24 Ticket #7224 (Polymorphic kind annotations on type classes don't always work as expected) created by slindley
Consider the following code for defining Atkey-style parameterised monads: …
07:43 Ticket #7210 (Bang in front of type name crashes GHC) closed by pcapriotti
fixed: Thanks for the patch.
06:33 Ticket #7215 (miscompilation due to broken interface hash) closed by pcapriotti
fixed: Merged as 1aa031e7013caf59f3297d29e81ed573eb306356.
03:10 Ticket #7223 (Unregisterised and/or via-C compilation broken) created by simonmar
The new codegen broke unregisterised and/or via-C compilation. It should …
02:14 Ticket #7185 (Compiled program crashes) closed by pcapriotti
fixed: Merged as 13a833e51c141165d927325fa0d1bce9ccdab1de.
02:04 Ticket #7218 (No type level distinction between BroadcastTChan and TChan) closed by simonmar
fixed: […]
01:55 Ticket #6160 (support sub-second resolutions for file timestamps) closed by pcapriotti
fixed: Thank you for the patch. Applied as: […]
01:07 Ticket #7222 (The text "Possible fix: add an instance declaration for ..." is redundant ...) created by maltem
The current state of affairs: Given a typical type error, for example …

09/05/12:

21:01 Ticket #7221 (DataKinds with recursive data and type synonym causing GHC to crash) created by gereeter
When working on an answer to a stackoverflow …
10:35 Ticket #7220 (Confusing error message in type checking related to type family, fundep, ...) created by tsuyoshi
(This is related to, but different from, the message which I posted to …
07:32 Commentary/Compiler/NewCodeGen/Cleanup edited by simonmar
(diff)
07:30 Ticket #7219 (Reinstate constant propagation in some form) created by simonmar
The new codegen doesn't have a constant propagation pass. This used to be …
05:53 Commentary/Compiler/NewCodeGen/Cleanup edited by simonmar
(diff)
03:59 Ticket #7218 (No type level distinction between BroadcastTChan and TChan) created by timthelion
There is no type level distinction between BroadcastTChan(added in STM …
02:15 Ticket #7212 (GHCi segmentation fault) closed by simonmar
wontfix: This problem is caused by (we think) having an XCode that is too old. See …
01:44 Commentary/Compiler/NewCodeGen edited by simonmar
remove old irrelevant stuff (diff)
01:40 Commentary/Compiler/NewCodeGen/Cleanup created by simonmar
01:27 Ticket #7217 (Unification of type variables in constraints) closed by sjoerd_visscher
wontfix: On second thought, it is perfect as it is.

09/04/12:

16:32 Ticket #7217 (Unification of type variables in constraints) created by sjoerd_visscher
The following code works: […] But this doesn't: […] With the …
05:49 Ticket #3202 (Make XNoMonomorphismRestriction the default in GHCi) closed by igloo
fixed: As this is a feature request, I don't think we should merge to 7.6 at this …

09/03/12:

21:03 Ticket #7216 (Compositional blocking on file descriptors) created by AndreasVoellmy
The GHC.Event.Thread module provides threadWaitRead, threadWaitWrite :: Fd …
19:24 Ticket #7215 (miscompilation due to broken interface hash) created by akio
The following script should print 'MyFalse MyTrue' but it prints …
18:06 Ticket #7214 (Missing Typeable instances) closed by selinger
invalid: OK, two seconds after submitting this report, I found out how to do it. …
17:49 Ticket #7214 (Missing Typeable instances) created by selinger
Data.Typeable defines Typeable instances for tuples of length up to 7. My …
08:16 Ticket #7213 (Test codeGen/should_compile/massive_array failing on 32-bits) created by simonmar
ezyang identified this problem with -fnew-codegen a while ago and made a …
07:48 SharedLibraries edited by duncan
fix link for PE format part 2 (diff)
06:29 Ticket #7212 (GHCi segmentation fault) created by zenzike
Using OS X 10.6.8 on a 2.5 GHz Intel Core i5 machine. XCode 4.0.2 …
03:47 Ticket #7193 (darcs 2.8 fails to compile with ghc 7.6) closed by simonpj
fixed: The following patch fixes this ticket, #7193 (NOT #7196 as claimed): …
02:36 Ticket #6042 (GHC is bloated) closed by pcapriotti
invalid: Closing, as there doesn't seem to be anything wrong here, just more code …
01:18 Ticket #7211 (Huge space leak on a program that shouldn't leak) created by bartavelle
I have a program that works in a small amount of memory on a computer …

09/02/12:

17:30 Ticket #7210 (Bang in front of type name crashes GHC) created by tibbe
When adding a bang to a type constructor applied to a type, I forgot to …

09/01/12:

18:09 Ticket #7208 (ghci panic: nameModule show{tv a9W}) closed by guest
duplicate: It's already fixed then.
08:56 Ticket #7196 (Desugarer needs an extra case for casts in coercions) closed by pcapriotti
fixed: Merged as 3f79e2cf55ac7e002a6fa083821876184f6fe4c9.
08:56 Ticket #7177 (Flag -rtsopts not obeyed in hs_init()) closed by pcapriotti
fixed: Merged as d266a3020038403555f2d2deb903bab4ed1238a6.
08:56 Ticket #7175 (Panic when wrongly using a type family as return types for GADTs) closed by pcapriotti
fixed: Merged as 0d45533cd54ef08fa1e8f432c3f1192c76556504.
08:55 Ticket #7173 (Unnecessary constraints in inferred type) closed by pcapriotti
fixed: Merged as ce721cdc0bc98361fd20defc5f919bb12abe1634.
08:55 Ticket #7165 ("match_co bailing out" messages and compiler crash) closed by pcapriotti
fixed: Merged as cbedd1ce1a96eb330ad938219f0b52801ce862dc.
08:54 Ticket #7164 (Confusing "not a (visible) method" warning when method name clashes with ...) closed by pcapriotti
fixed: Merged as 87511d1ca0f4be6df208287c2a6c84aa85f45b70.
08:54 Ticket #7149 (Heap profiling restricted with retainers (+RTS -hrfoo -hc) segfaults) closed by pcapriotti
fixed: Merged as 66cb7e7293709d573c0d5e320507214e64127fde.
08:54 Ticket #7101 (Specialise broken for implicit parameters) closed by pcapriotti
fixed: Merged as 20b25bc688b7a6257cb466d9c70c214dafa369c6.
08:53 Ticket #7092 (Spurious shadowing warnings for names generated with newName) closed by pcapriotti
fixed: Merged as 2caef4d67eaa3a14d2873df0a31f6afba69a308c.
08:53 Ticket #7090 (Panic "mkCoVarLCo" with ConstraintKinds and type-level equality) closed by pcapriotti
fixed: Merged as 428bee9c31d1f9ea37e72885dd41baba6c016811.
08:52 Ticket #7170 (Foreign.Concurrent finalizer called twice in some cases) closed by pcapriotti
fixed: Merged as 7a6acb111f6013edafcd8761d496fa06c64d7b75.
08:51 Ticket #7160 (C finalizers are reversed during GC) closed by pcapriotti
fixed: Merged as 4709d3e1c493536e6e3058ae15de0d86c01e417a.
08:51 Ticket #6156 (Optimiser bug on linux-powerpc) closed by pcapriotti
fixed: Merged as ef4218994742e8400a48b4d6e1ae7e6b67650dc4.
08:50 Ticket #5205 (Control.Monad.forever leaks space) closed by pcapriotti
fixed: Merged as ef4218994742e8400a48b4d6e1ae7e6b67650dc4.
08:49 Ticket #7178 (Panic in coVarsOfTcCo) closed by pcapriotti
fixed: Merged as ef4218994742e8400a48b4d6e1ae7e6b67650dc4.
08:49 Ticket #7172 (GHCi :issafe command doesn't work) closed by pcapriotti
fixed: Merged as 46e88e6ef397d16c034fc2348867ec2054114bd0 and …
08:48 Ticket #7167 (Make it a warning (not error) to hide an import that isn't exported) closed by pcapriotti
fixed: Merged as 68fd5dcd5118816e03d6c5e23533faa298d34834.
08:47 Ticket #7040 (linker failures with foreign global data) closed by pcapriotti
fixed: Merged as 29ec96c89d19c1b40a8990466424ff35be096780.

08/31/12:

08:56 Ticket #7209 (haddock fails with "internal error: spliceURL UnhelpfulSpan") created by valiron
This bug has already been submitted on the haddock trac system. …
07:12 Ticket #7208 (ghci panic: nameModule show{tv a9W}) created by felipe zapata
I was Editing some modules of my project, then I just tried > ghci …
05:32 Ticket #7207 (linker fails to load package with binding to foreign library (win64)) created by nus
GHCI is unable to load some packages on Win64, the examples are given for …
05:11 Ticket #7202 (Linux bindists don't work on new distros) closed by simonmar
fixed: Our build machines are all on Ubuntu 12.04 now, which has libgmp.so.10, …
05:08 Ticket #7201 (ghc assumes that ld can understand --hash-size [regression]) closed by simonmar
duplicate: Thanks for the report - we already have a ticket for this at #6063
05:06 Ticket #7206 (Implement cheap build) created by simonpj
We sometimes see stuff like this: […] You might think the (++) would …
04:34 Ticket #7205 (Re-introduce left/right coercion decomposition) created by simonpj
Suppose we have […] You might think this would obviously be OK, but …
03:54 Ticket #7204 (Use a class to control FFI marshalling) created by simonpj
There has been a string of tickets concerning argument/result types for …

08/30/12:

19:10 Ticket #7203 (Add scanl') created by nh2
The presence of foldl' and foldl1' suggests the addition of scanl' (and …

08/29/12:

11:36 Ticket #7202 (Linux bindists don't work on new distros) created by bos
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 bos
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 tibbe
It looks like there's a missing pragma: […]
07:04 Ticket #7199 (Standalone deriving Show at GHCi prompt causes divergence when printing) closed by simonpj
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 dpmulligan
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 simonmar
I did some preliminary investigation, and there seem to be a couple of …
04:03 Ticket #7197 (ghc panic: Irrefutable pattern failed) closed by simonpj
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 illusionoflife
I get following error, when trying to compile following snippet: […] …
00:21 Commentary/GSoCMultipleInstances edited by phischu
(diff)

08/28/12:

23:55 Ticket #7196 (Desugarer needs an extra case for casts in coercions) created by simonpj
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 nomeata
Hi, I lost some (very little, in this case) work because I hacked on …
05:29 Commentary/Compiler/Demand edited by ilya
(diff)
04:52 Ticket #7194 (Typechecker allows a skolem to escapt) created by simonpj
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 pcapriotti
Ganesh Sittampalam reports the following failure when building darcs 2.8 …
04:25 Commentary/Compiler/Demand edited by ilya
(diff)
01:56 Ticket #7192 (Bug in -fregs-graph with -fnew-codegen) created by simonmar
This is triggered by running the test dph-diophantine-opt with …
01:08 Commentary edited by simonpj
(diff)
01:00 Status/Oct12 created by simonpj

08/27/12:

13:16 Ticket #7187 (-main-is silently failes to create executable when no main is found.) closed by simonpj
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 shelarcy
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 timthelion
Please note the difference between the two .prof files created. The …
10:51 Ticket #7189 (RTS Assertion Crash) created by sseverance
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 ross
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 timthelion
$ 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 timthelion
[…]
09:48 Ticket #7186 (problems with typelits and typenats) created by carter
in this test case  https://gist.github.com/3445419 in this case, the type …
08:50 Ticket #7185 (Compiled program crashes) created by waldheinz
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 igloo
invalid
04:04 Ticket #3160 (No exception safety in Control.Concurrent.QSem QSemN and SampleVar) closed by simonmar
wontfix: The versions in base have been deprecated in 7.6.1, and we now recommend …
02:49 WorkingConventions/Releases edited by simonmar
(diff)
02:48 WorkingConventions/Releases edited by simonmar
(diff)
02:43 Repositories edited by simonmar
(diff)
02:40 WorkingConventions/Git edited by simonmar
(diff)
02:39 WorkingConventions/Releases created by simonmar
02:21 WorkingConventions edited by simonmar
(diff)
02:20 WorkingConventions edited by simonmar
(diff)
02:13 Ticket #7184 (Possible race condition in copyFile) closed by simonmar
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 Macil
Implementation of copyFile 1. Creates .copyFile.tmp at destination using …
11:32 Ticket #7183 (Spelling "show" with lovercase causes compiler crash) closed by guest
duplicate: This is already fixed in HEAD. See bug #5961.
11:17 Ticket #7183 (Spelling "show" with lovercase causes compiler crash) created by fjolle
The embedded code in this report makes GHC panic. I accidentally spelled …
09:18 Ticket #7110 (Stack overflow when compiling with optimizations) closed by simonpj
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 simonpj
fixed: Closing meanwhile, since we're all done here. This patch also should fix …
07:39 WorkingConventions/Git edited by igloo
(diff)
07:39 WorkingConventions/Git edited by igloo
(diff)
07:35 Ticket #7180 (small misfeature in testsuites tests/plugins/Makefile) closed by simonmar
fixed: Fixed. commit caf1ad81a855268e31ff6e67ed1f76a2c7b66270 […]
07:11 Ticket #7182 (Control.Monad.ST module description should reference Data.STRef) created by guest
The description of "Control.Monad.ST" should mention the highly related …
06:30 Ticket #7181 (Add documentation on heap-profile file format.) created by schernichkin
GHC docs currently lack of .hp file format specification. This trends …
06:12 Ticket #7180 (small misfeature in testsuites tests/plugins/Makefile) created by isenmann
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 simonmar
fixed: I did reproduce this with 7.4.1, but could not reproduce it with 7.4.2. I …
01:13 WorkingConventions edited by simonmar
Add a note about the mailing list (diff)
00:38 Ticket #7179 (Non-unique variable bindings in the Core) closed by simonpj
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 stephen70edwards
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 simonpj
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 simonpj
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 simonmar
invalid: This is documented in the User Guide: …
01:38 Ticket #7120 (Markdown literate programming proposal) closed by holzensp
invalid

08/21/12:

16:52 Ticket #7177 (Flag -rtsopts not obeyed in hs_init()) created by augustss
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 goldfire
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 goldfire
The following code causes the following panic: […] […] …
10:42 Ticket #7163 (nofib/real/gg is miscompiled at -O1) closed by igloo
fixed: Fixed
09:05 Ticket #7174 (panic when using function in 'deriving' data declaration) closed by guest
duplicate: It is already fixed in HEAD, bug #5961.
07:57 Ticket #7129 (LINE pragma disables automatic tickish annotations) closed by simonmar
fixed: commit 68a1393b806f5cd26086eb5853cc5427df99f320 […]
07:22 Ticket #7166 (Time running backwards in retainer profile) closed by simonmar
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 shapeshifter
Hello. I haven't found any matching bugs for this. To reproduce: 1) Start …
07:10 Commentary/Compiler/NewCodeGen edited by simonmar
(diff)
06:42 Ticket #7132 (Internal error: stg_ap_v_ret when running indexed_types tests) closed by simonmar
fixed: Fixed: commit d4ac7d8160b3533c7d0a2377b5442038f69486a8 […]
06:41 Ticket #7083 (Reduce the likelihood of x64/x86-64 changes breaking the build on other ...) closed by simonmar
fixed
06:11 Ticket #7155 (Fails to build on powerpc with -Werror : The import of `CmmCallConv' is ...) closed by simonmar
duplicate: I'll commit the patch from #7083
05:38 Commentary/Compiler/Demand edited by ilya
(diff)
05:37 Commentary edited by ilya
(diff)
05:20 Commentary edited by ilya
(diff)
05:18 Commentary/Compiler/Demand created by ilya
02:05 Ticket #7122 (Slightly extend performance range for T1969 and T3294) closed by simonmar
fixed: This was done recently.
00:59 Ticket #7173 (Unnecessary constraints in inferred type) created by simonpj
Carter Schonwald reports: when playing with the current hackage versions …
00:50 Ticket #7171 (erroneous overlapping instances reported with FunDeps) closed by simonpj
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 dterei
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 dterei
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 jwlato
When a superclass constraint has functional dependencies, in certain cases …
19:22 axioms.pdf attached to NewAxioms by goldfire
Description of FC extension to support overlapping type family instances
19:17 NewAxioms/CoincidentOverlap created by goldfire
19:00 NewAxioms edited by goldfire
(diff)
17:30 Ticket #7170 (Foreign.Concurrent finalizer called twice in some cases) created by joeyadams
When …
07:37 Ticket #7169 (Warning for incomplete record field label used as function) created by goldfire
Consider the following definition: […] It would be great if GHC could …
07:11 Ticket #7168 (Loop) closed by ross
invalid: It's not that a and b are evaluated, but the pairs are, precisely as …
06:52 Ticket #7168 (Loop) created by bas
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 simonpj
fixed: OK, done.
06:41 Ticket #7150 (unjustified overlapping instances error) closed by simonpj
worksforme
06:22 Ticket #7137 (Unnecessary -XRank2Types requirement involving type alias containing ...) closed by simonpj
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 simonpj
We often see build failures like […] elicited by an import statement …
05:41 Ticket #7147 (programatica fails to compile) closed by pcapriotti
fixed: Merged as ab4c7d3b0ad758f965b67239201dc3da52888e5f.
05:38 Ticket #6038 (Allow view patterns inside record patterns) closed by pcapriotti
fixed: Merged as 038bec8abc35114e15c2d870f860025b0d7e3baa.
05:33 Ticket #7117 (Data family constructors defined in GHCi are not in scope) closed by pcapriotti
fixed: Test was pushed as 38163b919c9b429a003468afe2ac93f9bc9bd3f0. Merged as …
03:36 Ticket #7166 (Time running backwards in retainer profile) created by augustss
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 alang
[…] 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 simonmar
fixed

08/19/12:

21:01 Ticket #7164 (Confusing "not a (visible) method" warning when method name clashes with ...) created by joeyadams
Given this code: […] GHC 7.4.1, 7.4.2, and 7.6.0.20120810 (rc1) …
20:04 DataParallel/VectPragma edited by chak
(diff)
20:01 DataParallel/VectPragma edited by chak
(diff)
19:53 DataParallel/VectPragma edited by chak
(diff)
19:52 DataParallel/VectPragma edited by chak
(diff)
19:49 DataParallel/VectPragma edited by chak
(diff)
19:48 DataParallel/VectPragma edited by chak
(diff)
19:02 DataParallel/VectPragma edited by chak
(diff)
17:49 Ticket #7153 (GHC crashes with "(Array.!): undefined array element" while building) closed by igloo
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 michalt
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 andygill
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 duncan
The hSetNewlineMode and hSetEncoding functions from GHC/IO/Handle.hs
08:41 Ticket #7160 (C finalizers are reversed during GC) created by int-e
(See also thread starting at …
06:40 Ticket #7159 (CoreToStg.coreToStgArgs fails when CoreToStg.coreToStg is called) closed by guest
invalid: This is not a bug after all. I needed to use CorePrep?.corePrepPgm before …
00:49 DataParallel/VectPragma edited by chak
(diff)
Note: See TracTimeline for information about the timeline view.