Timeline


and

12/16/11:

08:20 Status/Oct11 edited by guest
Fix typo (diff)
08:13 Ticket #5671 (ghc-7.2 vector code segfaults) closed by kosmikus
fixed: This seems to have been fixed by the fix to bug #5658, at least I can't …
06:58 Ticket #5711 (ghci asked me to report this) created by guest
<interactive>:1:1: Not in scope: `prc' *Main> ghc.exe: panic! (the …
06:35 Ticket #5710 (Profiling looks broken on Windows) created by simonmar
All the profiling tests are failing on Windows; […]
06:30 Ticket #5709 (ghc-7.2 cannot find libraries in non-standard locations) closed by simonmar
fixed: I'm not quite sure how this broke in 7.2, but it is fixed in 7.4 and we …
06:11 Ticket #5708 (Qualified name in binding position) closed by simonmar
invalid: Yes, it was a bug in 7.0 that the qualified name was accepted, see …
06:02 Ticket #5705 (getGCStats only works with +RTS -s) closed by simonmar
wontfix: I chatted with tibbe on IRC a bit about this yesterday. The conclusion is …

12/15/11:

23:14 Ticket #5709 (ghc-7.2 cannot find libraries in non-standard locations) created by kosmikus
The following is what I perceive to be a regression from ghc-7.0.4 to …
14:17 Ticket #5708 (Qualified name in binding position) created by fryguybob
When building diagrams with HEAD I ran into this difference from 7.0.2 …
12:32 Ticket #5707 (internal error: Invalid object in processHeapClosureForDead(): 0) created by brinchj
I can't figure out if this has been fixed in 7.3 .. anyway, better safe …
09:36 Ticket #5691 (Crash: strange interaction of ScopedTypeVariables extension with type ...) closed by simonpj
fixed: Interesting! Indeed with 7.0.3 I get […] But with HEAD I get […] …
09:18 Ticket #5684 (ghc: panic! (the 'impossible' happened) (ghc 7.2.2)) closed by dimitris
fixed: Thanks for the feedback. There were two things wrong in 7.2.1: - An …
08:39 Ticket #5706 (building ghc from source tarball requires alex?) created by kosmikus
Building a recent GHC snapshot via my usual Nix expression for doing this …
07:58 Ticket #5705 (getGCStats only works with +RTS -s) created by tibbe
As the below program shows, GHC.Stats.getGCStats only returns non-zero …
06:23 GhcKinds edited by dreixel
(diff)
05:38 Ticket #5704 (Bug in the handling of wired-in packages (like template-haskell)) created by simonmar
If you install an older version of a wired-in package (e.g. …
04:14 Ticket #5703 (vector fails to compile due to simplifier ticks exhausted) closed by tibbe
duplicate: Duplicate of #5539
03:34 GhcKinds edited by dreixel
(diff)
03:32 GhcKinds edited by dreixel
(diff)
03:31 GhcKinds edited by dreixel
(diff)
03:06 GhcKinds edited by dreixel
(diff)
02:47 Ticket #5703 (vector fails to compile due to simplifier ticks exhausted) created by tibbe
I thought the limit was raised in 7.4 but vector still fails to compile …
02:33 ExplicitTypeApplication edited by dreixel
(diff)
02:32 ExplicitTypeApplication edited by dreixel
(diff)
02:25 ExplicitTypeApplication edited by dreixel
(diff)
02:22 ExplicitTypeApplication edited by dreixel
(diff)
02:17 ExplicitTypeApplication edited by dreixel
(diff)
02:16 ExplicitTypeApplication edited by dreixel
(diff)
02:15 ExplicitTypeApplication edited by dreixel
(diff)
02:15 ExplicitTypeApplication edited by dreixel
(diff)
02:09 ExplicitTypeApplication edited by dreixel
(diff)

12/14/11:

22:43 Ticket #5702 (Can't vectorise pattern matching on numeric literals) created by chak
Trying to vectorise […] we get […]
07:25 Ticket #5701 (SafeHaskell causes deepseq to fail to compile) created by tibbe
SafeHaskell still affects users who haven't opted in to using it. Using …
04:01 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
03:58 Ticket #5700 (TH: InlinePs inside InstanceD are handled inconsistently) created by mikhail.vorozhtsov
Consider the following modules: […] […] […] which compile just …
03:47 Ticket #5699 (Use sharing in the Alternative instance of Maybe) created by basvandijk
The <|> method of the Alternative instance of Maybe does not share …
03:33 ExplicitTypeApplication edited by dreixel
(diff)
01:37 Ticket #5697 (loadObj() fails with a Unicode file path on Windows) closed by simonmar
worksforme: Works for me with 7.0.4 on Windows. Could you try a later version and …

12/13/11:

13:08 Ticket #5698 (GHC API no longer exports CoreModule) created by afarmer
Commit 94bf0d3604ff0d2ecab246924af712bdd1c29a40 moved CoreModule? from …
11:06 Ticket #5697 (loadObj() fails with a Unicode file path on Windows) created by guest
[…] on Windows 7. Other packages install properly.
10:22 Ticket #5613 (dph-diophantine-fast(normal) fails) closed by igloo
fixed: Merged as 746e5416a511fdf5f669b13fdd4a7b15a6f8e6ad
10:22 Ticket #5426 (Clever programs violate GHC assumptions about representation) closed by igloo
Merged as 9f77195cb0ce22747fdfbf537c364986dc6d9690
09:02 Ticket #5668 (panic: updInertSet) closed by igloo
fixed: Patch is included in 7.4 branch.
09:02 Ticket #5371 (GHCi crashes calling a C function imported from a static library on ...) closed by igloo
fixed: Patch is included in 7.4 branch.
09:02 Ticket #5595 (Unification under a forall doesn't allow full constraint solving) closed by igloo
fixed: Patch is included in 7.4 branch.
09:02 Ticket #5602 (Section 7.10.3.: ArrowChoice vs. ArrowPlus) closed by igloo
fixed: Patch is included in 7.4 branch.
08:32 Ticket #5695 (Ghci type inference to [()] -> String, when should be Show a => [a] -> ...) closed by simonmar
invalid: This is working correctly. To get the result you expect, either put the …
08:08 Ticket #5650 (Type error when annotating a let binding with a forall type) closed by simonpj
invalid: It's quite right actually. The Haskell 2010 Report, in the section on …
07:53 Ticket #5426 (Clever programs violate GHC assumptions about representation) closed by simonpj
fixed: OK I think that patch does it. Simon
07:35 Ticket #5686 ('impossible' happened when deriving Functor on a type with a type family ...) closed by simonpj
fixed: Thanks for the report! Simon
07:34 Ticket #5676 (Typeclass instance function type declarations) closed by simonpj
fixed: OK I implemented this. Documentation in the user guide. Simon
07:22 Ticket #4480 (System.Directory.canonicalizePath gives bad result) closed by simonmar
fixed
07:21 Ticket #4018 (Concurrency space leak) closed by simonmar
fixed
06:17 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
06:16 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
06:11 ExplicitTypeApplication created by dreixel
Initial import from my TeX notes
06:03 GhcKinds edited by dreixel
(diff)
06:01 Ticket #5696 (haskell98-2.0.0.0:Prelude can't be safely imported! The module itself ...) created by guest
If base-4.4.1.0:Prelude can be considered trustworthy, so should …
05:24 Commentary edited by dreixel
(diff)
05:23 Commentary edited by dreixel
(diff)
05:06 Ticket #5695 (Ghci type inference to [()] -> String, when should be Show a => [a] -> ...) created by guest
GHCi, version 7.0.3 from Haskell Platform 2011.2.0.1 *Main> let test = …
01:17 Ticket #4465 (GHCi linker failure on Windows) closed by simonmar
fixed
01:05 Ticket #4812 (doesDirectoryExist always returns False on Mac OS X) closed by YitzGale
fixed: Replying to simonmar: > This must be fixed now, right? …[…]

12/12/11:

14:26 Ticket #4319 (Default to all cores for executables compiled with new flag -multicore) closed by simonmar
fixed: You can do this with -with-rtsopts=-N, and in 7.4 you can also do it …
13:10 Ticket #5694 (Runtime failure with ghc 7.2.2 and LLVM 3.0 64bit on Mac OS X 10.7) created by nlhepler
HMrmr (github.com/nlhepler/HMrmr) successfully compiles with: {{{ ghc …
09:25 Ticket #5693 (Build of local-gc branch of ghc broken) created by AndreasVoellmy
I am unable to build the local-gc branch of ghc …
07:32 Ticket #5692 (Source code with large floating constants in exponential notation cannot ...) created by gracjan
Source code cannot be compiled: […] where this one can be and will …
02:02 Ticket #5691 (Crash: strange interaction of ScopedTypeVariables extension with type ...) created by dominiquedevriese
I saw a compiler crash ("the 'impossible' happened..."), seemingly caused …
01:41 Ticket #5690 (Enable RTS opts by default with security warning) closed by simonmar
wontfix: I don't think emitting a warning by default is the right approach. If …
01:38 Ticket #4954 (-eventlog / -debug should imply -rtsopts) closed by simonmar
fixed: This was fixed: commit 8c7ad0bd5bf1e7f62f44784cc889e8ee585b8d08 […]

12/11/11:

11:22 Ticket #5690 (Enable RTS opts by default with security warning) created by EyalLotem
RTS options have security problems. However, disabling them has a lot of …

12/10/11:

11:43 Ticket #5689 (The 'impossible' happened: type-inference succeeds somehow in code which ...) closed by michalt
fixed: Thanks for reporting! This seems to be fixed in 7.2.2: […] and in HEAD: …

12/09/11:

06:37 Ticket #3294 (Large compilation time/memory consumption) closed by simonmar
wontfix: I have profiled the NCG, and although we are spending a lot of time in …
05:32 Ticket #783 (SRTs bigger than they should be?) closed by simonmar
fixed
04:59 Ticket #5408 (ghc-7.2.1 build failed for PowerPC) closed by simonmar
fixed

12/08/11:

06:31 Ticket #5689 (The 'impossible' happened: type-inference succeeds somehow in code which ...) created by nicolast
While trying to figure out how Haskell handles OCaml's value restriction, …
03:01 Ticket #5688 (instance Read Integer/Rational/Double readsPrec out of memory and crash ...) created by gracjan
[…] Sometimes it fails with Bus error. According to Haskell'98 and …
00:19 Ticket #5363 (optimized profiled version of a program incorectly compiles $!) closed by simonmar
fixed

12/07/11:

19:26 Ticket #5687 (Friendly Interface for auto-completion of GHCi) created by linsumang
Now the GHCi can do TAB completion when running in term. But in …
13:18 Ticket #5686 ('impossible' happened when deriving Functor on a type with a type family ...) created by patrick_premont
The following should fail with an appropriate error message. I discovered …
09:23 Ticket #5685 (Proposal: Move the instances from Control.Monad.Instances into GHC.Base) created by basvandijk
Edward Kmett …
06:40 Ticket #4414 (scc001 fails: one SCC entered 0 times; another not mentioned when ...) closed by simonmar
fixed: scc001 now succeeds, and there is a flag to turn off entry counts if you …
06:38 Ticket #5207 (Selective auto-all for local bindings) closed by simonmar
fixed
06:36 Ticket #3627 (Profiling loses eta-expansion opportunities unnecessarily) closed by simonmar
fixed: I don't think this is an issue any more - x will get floated out, and …
06:13 CrossCompilation edited by PHO
s/that that/that/ (diff)
02:09 Ticket #5605 (T5267 (uses Arrows) core lint failure) closed by simonmar
invalid: So, if I'm understanding correctly: * T5267 should fail with a type …

12/06/11:

08:30 Ticket #3210 (Allow programs to change the number of capabilities) closed by simonmar
fixed: I think we now handle the use case given in this ticket, and we also have …
07:44 Ticket #5684 (ghc: panic! (the 'impossible' happened) (ghc 7.2.2)) created by selinger
I seem to have found an "impossible" bug, and I am reporting it here as …
02:13 admin/lun edited by simonmar
(diff)

12/05/11:

23:21 Ticket #5486 (LLVM can't compile HsOpenSSL) closed by dterei
fixed: Fixed in fe60dd4a02e754c3e4016482d8b956a9c5247edd
16:07 Ticket #5673 (GHCi ignores {-# LANGUAGE OverloadedStrings #-}) closed by simonpj
duplicate: Goog point! I'd forgotten all about that. Closing as duplicate, with a …
12:33 Ticket #5683 (bug in signum function) created by tristes_tigres
IEE754 standard states, that every floating point operation involving a …
11:26 Ticket #5681 (par# and spark# call newSpark differently, confuses LLVM backend) closed by dterei
duplicate: thanks, this is a duplicate of #5486. I'll probably use the patch attached …
11:04 Ticket #5682 (Properly parse kind operators (from promoted type operators)) created by lunaris
[…]
10:36 Ticket #4804 (ghc-stage2: Monadic.o: bus error / segmentation fault / internal error) closed by igloo
worksforme: No response from submitter, so closing.
07:41 Ticket #5681 (par# and spark# call newSpark differently, confuses LLVM backend) created by scpmw
If par# and spark# are being used in the same compilation unit, say …
03:24 Ticket #5680 (Main thread does not respect stack size RTS options) created by ravi_n
I was recently trying to start up with a large initial stack in a Haskell …
01:55 Ticket #5674 (Allow type signatures in instance declarations) closed by simonmar
duplicate
01:43 Ticket #5480 (Ghc 7.2.1 does not build anymore on NetBSD) closed by simonmar
fixed: Presumably we can close the ticket now, right?

12/04/11:

15:43 Ticket #5678 (Unexpected cryptic GADT type error) closed by simonpj
invalid: It's not a bug, I'm afraid. Type inference for GADT programs requires …
12:51 Ticket #5679 (Provide Arrow lift functions for Control.Arrow) created by A1kmm
It is currently difficult to build complex datastructures by combining …
03:23 Ticket #5678 (Unexpected cryptic GADT type error) created by mikhail.vorozhtsov
Consider the following module: […] Function "ok" is accepted by GHC, …

12/03/11:

22:48 Ticket #5652 (T3016 takes long time to compile with LLVM) closed by dterei
20:50 Ticket #5652 (T3016 takes long time to compile with LLVM) closed by dterei
fixed: Fixed in 7626b2b9c52cb4aa38609a9a70b567e8693c3aa6
15:42 WikiStart edited by fryguybob
Removed spam (diff)
15:42 Ticket #5677 (Allow the definition of extra functions in typeclass instances) created by FUZxxl
It would be nice, if one could define functions in an instance declaration …
15:24 Ticket #5676 (Typeclass instance function type declarations) created by drb226
See discussion at …
13:11 Ticket #5675 (OperationalError: database is locked) closed by erikd
fixed: Seems to be working now. Closing this bug.
12:40 Ticket #5675 (OperationalError: database is locked) created by erikd
==== How to Reproduce ==== While doing a POST operation on …
07:19 Ticket #5673 (GHCi ignores {-# LANGUAGE OverloadedStrings #-}) closed by michalt
invalid: I think the pragma only refers to the code in the file and not to what you …
05:55 Ticket #5674 (Allow type signatures in instance declarations) created by kprateek88
GHC should allow type signatures in instance declarations. It should check …
02:18 Ticket #5673 (GHCi ignores {-# LANGUAGE OverloadedStrings #-}) created by erikd
Very simple test file like: […] If I load this into GHCi, I can run …

12/02/11:

08:51 Ticket #5672 (parBufferWHNF could be less subtle) created by duncan
I would suggest modifying parBufferWHNF as follows, with the `{- x …
08:21 Ticket #4094 ("+RTS -px" is undocumented and doesn't produce XML) closed by igloo
fixed: Simon's removed -px now.
05:12 WikiStart edited by AlysiaSpike
minor edit (diff)
00:06 Ticket #5671 (ghc-7.2 vector code segfaults) created by kosmikus
The following program segfaults on x86_64 with vector-0.9 * with …

12/01/11:

13:34 Ticket #5670 (Document that Enum Integer is subject to list fusion.) created by nomeata
The documentation does not mention it, but it is the case (verified in …
08:02 Commentary/Abbreviations edited by simonmar
(diff)
07:59 Commentary/SourceTree edited by simonmar
(diff)

11/30/11:

03:03 Ticket #5656 (Biographical profiling broken in 7.2.1) closed by simonmar
worksforme: Please re-open if you have any more info that might help us reproduce the …
01:55 Ticket #5660 (Remove out-of-date NOTE files) closed by simonmar
fixed

11/29/11:

23:21 Ticket #5661 (Wrong error message on attempted import of undefined record field) closed by simonpj
invalid: OK, so I'll close this as ok. Do reopen if that's not right. Simon
18:33 Ticket #5665 (Duplicate asm symbols for record fields when TH is used in the module) closed by simonpj
fixed: Thanks, regression test added.
15:32 Building/Windows/Cygwin edited by igloo
(diff)
12:37 Ticket #5669 (Fix test 5558 for Mac OS X 10.5) created by thorkilnaur
The attached patch fixes […] on […] Validated on Mac OS X 10.5. The …
12:33 Building/Windows/Cygwin edited by igloo
(diff)
06:43 Ticket #5319 (MacOS X + executeFile + -threaded = "Operation not supported") closed by igloo
wontfix: I'll close this ticket, then, but if anyone wants to make a tested patch …
05:00 Ticket #5668 (panic: updInertSet) created by simonmar
Building parsec-3.1.2 with HEAD panics with a complaint about …

11/28/11:

21:51 Ticket #5667 (Data.Unique.Unique and Data.Graph.SCC are not instances of Show) created by jewillco
These two types are not currently instances of Show, and having that …
14:51 Ticket #5666 (Can't use writeFile to write unicode characters.) created by tsou
I tried to the "locale" environmental variables to "en_US.utf8", but still …
10:09 Ticket #2979 (better support for FFI C wrappers for macros in system headers) closed by igloo
fixed: Fixed.
02:59 Ticket #5494 ("PAP object entered!" error when throw is used instead of throwIO) closed by simonmar
fixed: Thanks for getting back to us.
02:57 Ticket #5662 (GHCi crashes in context of banana bracket in arrow notation) closed by simonmar
duplicate: Looks like it, thanks.
01:55 Ticket #5665 (Duplicate asm symbols for record fields when TH is used in the module) created by mikhail.vorozhtsov
[…]
01:46 Ticket #5664 (Missing checks for FFI declaration types) created by simonmar
A foreign import "wrapper" should have the form f -> IO (FunPtr f), …
01:42 SIMD edited by gmainland
(diff)

11/27/11:

18:58 Ticket #2606 (Backspace, delete, etc. don't work in ghci in HEAD) closed by judahj
invalid: Yes, that is the intended behavior of getLine. One fix to the problem …
18:21 Ticket #5663 (integer-gmp passes arguments to __gmpn_gcd_1() in contravention of the ...) created by Irene
I have encountered this issue on GHC HEAD, but it looks like it's been the …
09:42 Ticket #5599 (msys has bad Unicode support) closed by igloo
fixed: Fixed by: […]
08:29 Ticket #5662 (GHCi crashes in context of banana bracket in arrow notation) created by Duschvorhang
Loading the attached haskell file in GHCi results in the following …
02:40 Ticket #5661 (Wrong error message on attempted import of undefined record field) created by YitzGale
Test case: A.hs: […] B.hs: […] What happens (7.0.2 on Linux): …
00:48 Ticket #5653 ("throw" in IO monad is incorrectly optimized away) closed by michalt
fixed: Replying to simonpj: > Perhaps closing is premature, but I …

11/26/11:

23:09 Ticket #5660 (Remove out-of-date NOTE files) created by shelarcy
There are several NOTE files in GHC source tree. e.g. new_tc_note, …
17:06 Ticket #5473 (sortBy is no longer a good consumer in GHC 7) closed by igloo
fixed: Fixed.
16:59 Ticket #5240 (help GNU ld to use less memory when linking libraries compiled with ...) closed by igloo
fixed: Fixed.

11/25/11:

13:55 Ticket #5659 (hsc2hs should add explicit type annotations to peeks and pokes) closed by igloo
wontfix: You mean the correct code is this, right?: […] I don't think there's …
10:25 Ticket #5659 (hsc2hs should add explicit type annotations to peeks and pokes) created by ezyang
Can you guess what is wrong with this piece of code? […] The problem …
08:49 Ticket #5282 (Bizarre results from -P profiler on OS X) closed by simonmar
fixed: commit 6b1098511aaabd2c9503ee7be6da1944466f9cb4 […]
03:37 DataParallel/VectPragma edited by chak
(diff)
01:42 Ticket #5237 (Inefficient code generated for x^2) closed by daniel.is.fischer
fixed: Works great. Fixed by […] Regression test: perf/should_run/T5237.hs

11/24/11:

19:19 Ticket #5658 (Strict bindings are wrongly floated out of case alternatives.) created by benl
With this program: […] Note that both indexing operations are within …
18:02 Ticket #5643 (New constraint solver: emitWantecCts) closed by dimitris
fixed: Just pushed test case in testsuite (typecheck/should_compile/T5643.hs).
12:55 Ticket #5657 (section suggestion adds backticks to operators) created by tinctorius
(I'm reporting this bug as suggested by Andreas Hammar.) When the …
12:05 WikiStart edited by michalt
Delete spam. (diff)
11:45 Ticket #5638 (can't build GHC) closed by dmwit
fixed: Sorry I forgot to come back with an update. Running "make …
07:05 Ticket #5610 (Improve "Unacceptable argument type in foreign declaration" error message) closed by simonmar
fixed: We changed tack on this one: commit …
06:22 Ticket #5640 (Retainer profiling broken) closed by simonmar
fixed: I think I fixed this. commit bd72eeb184a95ae0ae79ccad19c8ccc2b45a12e0 …
06:19 Ticket #5634 (compilation error (Mac OS X Lion, Xcode 4.2): LLVM cannot handle register ...) closed by simonmar
fixed: I pulled in David Piexotto's patches recently which should fix this. …
04:51 Ticket #5655 (Oddity with ConstraintKinds and TypeFamilies) closed by simonpj
fixed: It was a stupid bug, now fixed. Thanks for reporting it so accurately. …

11/23/11:

20:52 DataParallel/VectPragma edited by chak
(diff)
20:09 DataParallel/VectPragma edited by chak
(diff)
13:47 Ticket #5656 (Biographical profiling broken in 7.2.1) created by diatchki
I am trying to profile a program, and when I look at the biographical …
13:34 Ticket #5653 ("throw" in IO monad is incorrectly optimized away) closed by igloo
fixed: Thanks for the report. This feels very much like some arity bugs that have …
09:29 Ticket #5577 (Two arguments are not two arguments according to the type checker) closed by igloo
invalid: No response from submitter, so closing.
04:59 Ticket #5649 (O2 / HPC collision) closed by simonmar
fixed: I successfully compiled the module that failed above (Tetrahedron) with …
04:27 Ticket #5655 (Oddity with ConstraintKinds and TypeFamilies) created by illissius
See the attached program (not sure how to reduce it further - I don't know …
03:47 Ticket #5654 (Profiling semantics bug) created by simonmar
GHC doesn't quite implement the new cost-centre stack semantics correctly. …
03:15 Ticket #5651 (panic while building darcs with profiling) closed by simonmar
fixed: Never mind, my build reproduced the problem. In fact it is already fixed, …

11/22/11:

19:48 WikiStart edited by AlysiaSpike
minor change (diff)
15:19 Ticket #5653 ("throw" in IO monad is incorrectly optimized away) created by quark
In this example program, if I set things up just right, GHC will …
14:03 Ticket #5472 (eventlog file should drop ".exe" exetention for consistency.) closed by igloo
fixed: Applied, thanks!

11/21/11:

23:30 Ticket #5652 (T3016 takes long time to compile with LLVM) created by dterei
David, It looks like T3016 is running out of time with -fllvm: =====> …
05:57 Ticket #2466 (Execution time mis-accounting) closed by simonmar
fixed: Thanks for updating the test case. I've looked into this today, and I …
04:32 Ticket #5644 (runtime crash while closing program due to +RTS -M limit) closed by simonmar
fixed
03:04 Ticket #5636 (LLVM: popcnt instruction doesn't compile in LLVM 3.0) closed by dterei
fixed
01:38 Commentary/Compiler/TypeType edited by dreixel
(diff)
01:37 Commentary/Compiler/TypeType edited by dreixel
(diff)

11/20/11:

18:31 Ticket #5651 (panic while building darcs with profiling) created by dmwit
Building the most recent darcs with profiling causes a panic. I've …
18:00 Ticket #5650 (Type error when annotating a let binding with a forall type) created by pelotom
I'm not sure if this is a bug or not, but it's certainly counterintuitive …
11:00 Ticket #5551 (GHCi and linker scripts, part II) closed by igloo
fixed: 7.0.4 doesn't support INPUT. That was fixed in 7.2.1.
08:52 Ticket #5649 (O2 / HPC collision) created by mjo
This works, […] And this works, […] However, it seems I cannot …
05:08 Ticket #5648 (System.Posix.Env should have a binding for clearenv) created by igloo
System.Posix.Env should have a binding for clearenv. Test posix005

11/19/11:

14:04 Building/Preparation/Windows edited by dterei
(diff)
13:10 Ticket #4474 (3 ways to write a function (unexpected performance difference and ...) closed by igloo
fixed: Tests added.
10:26 Ticket #4849 (object code size fairly large for ghc-7.0.1 with optimization) closed by igloo
wontfix: Parsec.hs + IsaParse.hs is a cutdown case. I don't think there's …
07:46 Ticket #5647 (CLI option to silence "Loading package foo ... linking ... done" output) created by hvr
When building libraries with GHC that require compile-time evaluations, …
04:52 Ticket #4916 (make clean broken) closed by igloo
fixed: Fixed.

11/18/11:

16:36 Ticket #5163 (LLVM: profthreaded failures when GHC built with llvm) closed by dterei
fixed: GHC built with LLVM using llvm 3.0 and GHC 7.2.2 works perfectly! Must …
14:27 Ticket #5097 (mailing list mail dropping) closed by igloo
fixed: I did this a while ago: /srv/local/mailman/{mailmanwrap,procmail} on …
12:39 Ticket #5198 (-ddump-to-file should deposit files in target not source directory) closed by igloo
fixed
08:11 Ticket #3589 (Recompilation checker doesn't take into account CPP headers) closed by simonmar
fixed: Mostly fixed, see also #4900.
07:58 Ticket #5639 (Computing the sum of all the primes below two million leads to a runtime ...) closed by simonmar
worksforme: No problem. I'll close the ticket for now, please re-open it if you need …
03:10 Ticket #5018 (GTK Crash occuring only with -fllvm) closed by dterei
fixed: Fixed in HEAD. I believe this was fixed when I fixed 4211.
02:31 Building edited by dterei
(diff)
02:30 Building edited by dterei
(diff)
02:30 Building/Windows edited by dterei
(diff)
02:29 Building/Preparation/Windows edited by dterei
(diff)
02:29 Building/Preparation/Windows edited by dterei
(diff)
02:24 Building/Windows/Cygwin edited by dterei
(diff)
02:23 Building/Windows/Cygwin edited by dterei
(diff)
02:20 Building/Windows/Cygwin edited by dterei
(diff)
02:19 Building/Windows/Cygwin edited by dterei
(diff)
02:16 Building/Preparation/Windows edited by dterei
(diff)
02:14 Building/Platforms/Windows edited by dterei
(diff)
02:14 Building/Platforms/Windows edited by dterei
(diff)
02:14 Building/Platforms/Windows edited by dterei
(diff)
02:13 Building/Platforms/Windows edited by dterei
(diff)
02:13 Building/Platforms/Windows edited by dterei
(diff)
02:13 Building/Platforms/Windows edited by dterei
(diff)
02:12 Building/Platforms/Windows edited by dterei
(diff)
01:52 Building/Preparation/Windows edited by dterei
(diff)
01:39 Building/Preparation/Windows edited by dterei
Update windows build instructions (diff)
01:19 Building/Preparation/Linux edited by dterei
(diff)

11/17/11:

21:52 Ticket #5438 (Wrong result for element check) closed by chak
invalid: Data Parallel Haskell code must be compiled with '-fvectorise'. If you do …
18:26 Ticket #5646 (Initialise tuples using pragmas) created by chak
Fix initBuiltinTyCons in Vectorise.Builtins.Base.
16:11 Ticket #2360 (More information in occurs check message) closed by chak
fixed: The error message for this program is now back to […] This seems to …
16:04 Ticket #3714 (Distinguish type parameters from indices) closed by chak
fixed: I believe SimonPJ added this functionality a few months back. So, I am …
10:17 Ticket #5213 (Makefile tests don't know about config.compiler_always_flags) closed by igloo
fixed: Fixed: commit 65c0119309b0f7e80c7becc1f118175a3a68697f […]
09:20 Ticket #5645 (Sharing across functions causing space leak) created by tener
I have two test functions in code that both have a lazy list declared like …
09:13 Ticket #5327 (INLINABLE pragma and newtypes prevents inlining) closed by igloo
fixed: Test added.
09:03 Ticket #5644 (runtime crash while closing program due to +RTS -M limit) created by tener
When I run a certain program with limited heap size it will sometimes …
08:12 Ticket #5597 (Quoting a type in a splice dies with "Evaluated place holder for ...) closed by simonpj
fixed: Happily this is now fixed as a result of Pedros work. test added.
07:47 Ticket #5585 (Wrong links in the docs for Random) closed by igloo
fixed: Fixed, thanks: commit ebcfa384eeaaca6036b341bf51cff0cc5f54f761 […]
06:07 Ticket #3104 (-main-is should be a link time option, not compile time) closed by simonmar
wontfix: We could do this, and indeed I started to do it, but for a couple of …
03:15 Ticket #5587 (Code using seq has wrong strictness (too lazy) when optimised) closed by simonpj
fixed: I'm going to declare this fixed now. At least the un-fixed part is …
02:14 Ticket #5643 (New constraint solver: emitWantecCts) created by simonpj
David T says: I'm getting a panic when trying to build the listlike …
01:24 Ticket #4211 (LLVM: Stack alignment on OSX) closed by dterei
fixed
01:19 Ticket #5635 (compiling iteratee with llvm backend fails with panic) closed by dterei
fixed: Fixed in head. Thanks!
01:00 Ticket #5238 (throwSTM+catchSTM pollutes the masking state) closed by simonmar
fixed: I've fixed the bug, but I'm not planning to do anything about add masking …

11/16/11:

17:59 Ticket #5642 (Deriving Generic of a big type takes a long time and lots of space) created by basvandijk
If I load the following module into ghci my system will run out of …
13:45 Ticket #5569 (Ineffective seq/BangPatterns) closed by igloo
fixed: I can't reproduce the above problem with the HEAD, so marking this as …
09:15 Commentary/Compiler/SymbolNames edited by nathanhowell
(diff)
08:55 SIMD edited by gmainland
(diff)
08:14 TestingPatches edited by simonpj
(diff)
06:55 Ticket #5373 (-rtsopts is not respected with -dynamic on Windows) closed by simonmar
fixed
06:54 Ticket #5584 (ghc -odir is incompatible with .hs-boot files for hierarchical modules) closed by simonmar
fixed: Thanks for a great bug report!
05:11 Ticket #5641 (The -L flag should not exist) created by augustss
Why does the -L flag exist? The .hp file should contain untruncated …
04:59 Ticket #5640 (Retainer profiling broken) created by augustss
I tried to profile with the following flags: […] The resulting .hp file …
04:26 Ticket #5639 (Computing the sum of all the primes below two million leads to a runtime ...) created by manzyuk
The following program is meant to be a solution to Problem 10 from Project …
02:47 Ticket #5628 (Deriving Eq on bottom types breaks reflexivity of (==)) closed by simonpj
fixed
02:45 Ticket #5625 (Code using seq has wrong strictness when unoptimised (too lazy)) closed by simonpj
fixed: Great! Test added.
01:52 Ticket #5603 (Impossible case alternative) closed by simonpj
fixed
Note: See TracTimeline for information about the timeline view.