Timeline
12/18/11:
- 12:10 Ticket #5712 (Can't define constructors to be infix (as far as Show is concerned) with ...) created by
- Okay so, if you define a data type like this: […] then `show (1 :. 2) …
- 07:42 Ticket #5706 (building ghc from source tarball requires alex?) closed by
- fixed: I believe this is fixed by …
12/17/11:
12/16/11:
- 08:20 Status/Oct11 edited by
- Fix typo (diff)
- 08:13 Ticket #5671 (ghc-7.2 vector code segfaults) closed by
- 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
- <interactive>:1:1: Not in scope: `prc' *Main> ghc.exe: panic! (the …
- 06:35 Ticket #5710 (Profiling looks broken on Windows) created by
- All the profiling tests are failing on Windows; […]
- 06:30 Ticket #5709 (ghc-7.2 cannot find libraries in non-standard locations) closed by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- As the below program shows, GHC.Stats.getGCStats only returns non-zero …
- 06:23 GhcKinds edited by
- (diff)
- 05:38 Ticket #5704 (Bug in the handling of wired-in packages (like template-haskell)) created by
- 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
- duplicate: Duplicate of #5539
- 03:34 GhcKinds edited by
- (diff)
- 03:32 GhcKinds edited by
- (diff)
- 03:31 GhcKinds edited by
- (diff)
- 03:06 GhcKinds edited by
- (diff)
- 02:47 Ticket #5703 (vector fails to compile due to simplifier ticks exhausted) created by
- I thought the limit was raised in 7.4 but vector still fails to compile …
- 02:33 ExplicitTypeApplication edited by
- (diff)
- 02:32 ExplicitTypeApplication edited by
- (diff)
- 02:25 ExplicitTypeApplication edited by
- (diff)
- 02:22 ExplicitTypeApplication edited by
- (diff)
- 02:17 ExplicitTypeApplication edited by
- (diff)
- 02:16 ExplicitTypeApplication edited by
- (diff)
- 02:15 ExplicitTypeApplication edited by
- (diff)
- 02:15 ExplicitTypeApplication edited by
- (diff)
- 02:09 ExplicitTypeApplication edited by
- (diff)
12/14/11:
- 22:43 Ticket #5702 (Can't vectorise pattern matching on numeric literals) created by
- Trying to vectorise […] we get […]
- 07:25 Ticket #5701 (SafeHaskell causes deepseq to fail to compile) created by
- SafeHaskell still affects users who haven't opted in to using it. Using …
- 04:01 Commentary/Compiler/GenericDeriving edited by
- (diff)
- 03:58 Ticket #5700 (TH: InlinePs inside InstanceD are handled inconsistently) created by
- Consider the following modules: […] […] […] which compile just …
- 03:47 Ticket #5699 (Use sharing in the Alternative instance of Maybe) created by
- The <|> method of the Alternative instance of Maybe does not share …
- 03:33 ExplicitTypeApplication edited by
- (diff)
- 01:37 Ticket #5697 (loadObj() fails with a Unicode file path on Windows) closed by
- 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
- Commit 94bf0d3604ff0d2ecab246924af712bdd1c29a40 moved CoreModule? from …
- 11:06 Ticket #5697 (loadObj() fails with a Unicode file path on Windows) created by
- […] on Windows 7. Other packages install properly.
- 10:22 Ticket #5613 (dph-diophantine-fast(normal) fails) closed by
- fixed: Merged as 746e5416a511fdf5f669b13fdd4a7b15a6f8e6ad
- 10:22 Ticket #5426 (Clever programs violate GHC assumptions about representation) closed by
- Merged as 9f77195cb0ce22747fdfbf537c364986dc6d9690
- 09:02 Ticket #5668 (panic: updInertSet) closed by
- 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
- fixed: Patch is included in 7.4 branch.
- 09:02 Ticket #5595 (Unification under a forall doesn't allow full constraint solving) closed by
- fixed: Patch is included in 7.4 branch.
- 09:02 Ticket #5602 (Section 7.10.3.: ArrowChoice vs. ArrowPlus) closed by
- 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
- 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
- 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
- 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
- fixed: Thanks for the report! Simon
- 07:34 Ticket #5676 (Typeclass instance function type declarations) closed by
- fixed: OK I implemented this. Documentation in the user guide. Simon
- 07:22 Ticket #4480 (System.Directory.canonicalizePath gives bad result) closed by
- fixed
- 07:21 Ticket #4018 (Concurrency space leak) closed by
- fixed
- 06:17 Commentary/Compiler/GenericDeriving edited by
- (diff)
- 06:16 Commentary/Compiler/GenericDeriving edited by
- (diff)
- 06:11 ExplicitTypeApplication created by
- Initial import from my TeX notes
- 06:03 GhcKinds edited by
- (diff)
- 06:01 Ticket #5696 (haskell98-2.0.0.0:Prelude can't be safely imported! The module itself ...) created by
- If base-4.4.1.0:Prelude can be considered trustworthy, so should …
- 05:24 Commentary edited by
- (diff)
- 05:23 Commentary edited by
- (diff)
- 05:06 Ticket #5695 (Ghci type inference to [()] -> String, when should be Show a => [a] -> ...) created by
- 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
- fixed
- 01:05 Ticket #4812 (doesDirectoryExist always returns False on Mac OS X) closed by
- 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
- 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
- HMrmr (github.com/nlhepler/HMrmr) successfully compiles with: {{{ ghc …
- 09:25 Ticket #5693 (Build of local-gc branch of ghc broken) created by
- 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
- 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
- I saw a compiler crash ("the 'impossible' happened..."), seemingly caused …
- 01:41 Ticket #5690 (Enable RTS opts by default with security warning) closed by
- 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
- fixed: This was fixed: commit 8c7ad0bd5bf1e7f62f44784cc889e8ee585b8d08 […]
12/11/11:
- 11:22 Ticket #5690 (Enable RTS opts by default with security warning) created by
- 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
- 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
- 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
- fixed
- 04:59 Ticket #5408 (ghc-7.2.1 build failed for PowerPC) closed by
- fixed
12/08/11:
- 06:31 Ticket #5689 (The 'impossible' happened: type-inference succeeds somehow in code which ...) created by
- 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
- […] 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
- fixed
12/07/11:
- 19:26 Ticket #5687 (Friendly Interface for auto-completion of GHCi) created by
- 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
- 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
- Edward Kmett …
- 06:40 Ticket #4414 (scc001 fails: one SCC entered 0 times; another not mentioned when ...) closed by
- 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
- fixed
- 06:36 Ticket #3627 (Profiling loses eta-expansion opportunities unnecessarily) closed by
- fixed: I don't think this is an issue any more - x will get floated out, and …
- 06:13 CrossCompilation edited by
- s/that that/that/ (diff)
- 02:09 Ticket #5605 (T5267 (uses Arrows) core lint failure) closed by
- 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
- 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
- I seem to have found an "impossible" bug, and I am reporting it here as …
- 02:13 admin/lun edited by
- (diff)
12/05/11:
- 23:21 Ticket #5486 (LLVM can't compile HsOpenSSL) closed by
- fixed: Fixed in fe60dd4a02e754c3e4016482d8b956a9c5247edd
- 16:07 Ticket #5673 (GHCi ignores {-# LANGUAGE OverloadedStrings #-}) closed by
- duplicate: Goog point! I'd forgotten all about that. Closing as duplicate, with a …
- 12:33 Ticket #5683 (bug in signum function) created by
- 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
- 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
- […]
- 10:36 Ticket #4804 (ghc-stage2: Monadic.o: bus error / segmentation fault / internal error) closed by
- worksforme: No response from submitter, so closing.
- 07:41 Ticket #5681 (par# and spark# call newSpark differently, confuses LLVM backend) created by
- 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
- 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
- duplicate
- 01:43 Ticket #5480 (Ghc 7.2.1 does not build anymore on NetBSD) closed by
- fixed: Presumably we can close the ticket now, right?
12/04/11:
- 15:43 Ticket #5678 (Unexpected cryptic GADT type error) closed by
- 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
- It is currently difficult to build complex datastructures by combining …
- 03:23 Ticket #5678 (Unexpected cryptic GADT type error) created by
- 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
- 20:50 Ticket #5652 (T3016 takes long time to compile with LLVM) closed by
- fixed: Fixed in 7626b2b9c52cb4aa38609a9a70b567e8693c3aa6
- 15:42 WikiStart edited by
- Removed spam (diff)
- 15:42 Ticket #5677 (Allow the definition of extra functions in typeclass instances) created by
- It would be nice, if one could define functions in an instance declaration …
- 15:24 Ticket #5676 (Typeclass instance function type declarations) created by
- See discussion at …
- 13:11 Ticket #5675 (OperationalError: database is locked) closed by
- fixed: Seems to be working now. Closing this bug.
- 12:40 Ticket #5675 (OperationalError: database is locked) created by
- ==== How to Reproduce ==== While doing a POST operation on …
- 07:19 Ticket #5673 (GHCi ignores {-# LANGUAGE OverloadedStrings #-}) closed by
- 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
- GHC should allow type signatures in instance declarations. It should check …
- 02:18 Ticket #5673 (GHCi ignores {-# LANGUAGE OverloadedStrings #-}) created by
- 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
- 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
- fixed: Simon's removed -px now.
- 05:12 WikiStart edited by
- minor edit (diff)
- 00:06 Ticket #5671 (ghc-7.2 vector code segfaults) created by
- 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
- The documentation does not mention it, but it is the case (verified in …
- 08:02 Commentary/Abbreviations edited by
- (diff)
- 07:59 Commentary/SourceTree edited by
- (diff)
11/30/11:
- 03:03 Ticket #5656 (Biographical profiling broken in 7.2.1) closed by
- 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
- fixed
11/29/11:
- 23:21 Ticket #5661 (Wrong error message on attempted import of undefined record field) closed by
- 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
- fixed: Thanks, regression test added.
- 15:32 Building/Windows/Cygwin edited by
- (diff)
- 12:37 Ticket #5669 (Fix test 5558 for Mac OS X 10.5) created by
- The attached patch fixes […] on […] Validated on Mac OS X 10.5. The …
- 12:33 Building/Windows/Cygwin edited by
- (diff)
- 06:43 Ticket #5319 (MacOS X + executeFile + -threaded = "Operation not supported") closed by
- wontfix: I'll close this ticket, then, but if anyone wants to make a tested patch …
- 05:00 Ticket #5668 (panic: updInertSet) created by
- 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
- 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
- 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
- fixed: Fixed.
- 02:59 Ticket #5494 ("PAP object entered!" error when throw is used instead of throwIO) closed by
- fixed: Thanks for getting back to us.
- 02:57 Ticket #5662 (GHCi crashes in context of banana bracket in arrow notation) closed by
- duplicate: Looks like it, thanks.
- 01:55 Ticket #5665 (Duplicate asm symbols for record fields when TH is used in the module) created by
- […]
- 01:46 Ticket #5664 (Missing checks for FFI declaration types) created by
- A foreign import "wrapper" should have the form f -> IO (FunPtr f), …
- 01:42 SIMD edited by
- (diff)
11/27/11:
- 18:58 Ticket #2606 (Backspace, delete, etc. don't work in ghci in HEAD) closed by
- 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
- 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
- fixed: Fixed by: […]
- 08:29 Ticket #5662 (GHCi crashes in context of banana bracket in arrow notation) created by
- 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
- 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
- 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
- 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
- fixed: Fixed.
- 16:59 Ticket #5240 (help GNU ld to use less memory when linking libraries compiled with ...) closed by
- fixed: Fixed.
11/25/11:
- 13:55 Ticket #5659 (hsc2hs should add explicit type annotations to peeks and pokes) closed by
- 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
- 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
- fixed: commit 6b1098511aaabd2c9503ee7be6da1944466f9cb4 […]
- 03:37 DataParallel/VectPragma edited by
- (diff)
- 01:42 Ticket #5237 (Inefficient code generated for x^2) closed by
- 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
- With this program: […] Note that both indexing operations are within …
- 18:02 Ticket #5643 (New constraint solver: emitWantecCts) closed by
- fixed: Just pushed test case in testsuite (typecheck/should_compile/T5643.hs).
- 12:55 Ticket #5657 (section suggestion adds backticks to operators) created by
- (I'm reporting this bug as suggested by Andreas Hammar.) When the …
- 12:05 WikiStart edited by
- Delete spam. (diff)
- 11:45 Ticket #5638 (can't build GHC) closed by
- 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
- fixed: We changed tack on this one: commit …
- 06:22 Ticket #5640 (Retainer profiling broken) closed by
- 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
- fixed: I pulled in David Piexotto's patches recently which should fix this. …
- 04:51 Ticket #5655 (Oddity with ConstraintKinds and TypeFamilies) closed by
- fixed: It was a stupid bug, now fixed. Thanks for reporting it so accurately. …
11/23/11:
- 20:52 DataParallel/VectPragma edited by
- (diff)
- 20:09 DataParallel/VectPragma edited by
- (diff)
- 13:47 Ticket #5656 (Biographical profiling broken in 7.2.1) created by
- 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
- 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
- invalid: No response from submitter, so closing.
- 04:59 Ticket #5649 (O2 / HPC collision) closed by
- fixed: I successfully compiled the module that failed above (Tetrahedron) with …
- 04:27 Ticket #5655 (Oddity with ConstraintKinds and TypeFamilies) created by
- See the attached program (not sure how to reduce it further - I don't know …
- 03:47 Ticket #5654 (Profiling semantics bug) created by
- GHC doesn't quite implement the new cost-centre stack semantics correctly. …
- 03:15 Ticket #5651 (panic while building darcs with profiling) closed by
- fixed: Never mind, my build reproduced the problem. In fact it is already fixed, …
11/22/11:
- 19:48 WikiStart edited by
- minor change (diff)
- 15:19 Ticket #5653 ("throw" in IO monad is incorrectly optimized away) created by
- 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
- fixed: Applied, thanks!
11/21/11:
- 23:30 Ticket #5652 (T3016 takes long time to compile with LLVM) created by
- David, It looks like T3016 is running out of time with -fllvm: =====> …
- 05:57 Ticket #2466 (Execution time mis-accounting) closed by
- 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
- fixed
- 03:04 Ticket #5636 (LLVM: popcnt instruction doesn't compile in LLVM 3.0) closed by
- fixed
- 01:38 Commentary/Compiler/TypeType edited by
- (diff)
- 01:37 Commentary/Compiler/TypeType edited by
- (diff)
11/20/11:
- 18:31 Ticket #5651 (panic while building darcs with profiling) created by
- 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
- 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
- fixed: 7.0.4 doesn't support INPUT. That was fixed in 7.2.1.
- 08:52 Ticket #5649 (O2 / HPC collision) created by
- 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
- System.Posix.Env should have a binding for clearenv. Test posix005 …
11/19/11:
- 14:04 Building/Preparation/Windows edited by
- (diff)
- 13:10 Ticket #4474 (3 ways to write a function (unexpected performance difference and ...) closed by
- fixed: Tests added.
- 10:26 Ticket #4849 (object code size fairly large for ghc-7.0.1 with optimization) closed by
- 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
- When building libraries with GHC that require compile-time evaluations, …
- 04:52 Ticket #4916 (make clean broken) closed by
- fixed: Fixed.
11/18/11:
- 16:36 Ticket #5163 (LLVM: profthreaded failures when GHC built with llvm) closed by
- 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
- 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
- fixed
- 08:11 Ticket #3589 (Recompilation checker doesn't take into account CPP headers) closed by
- 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
- 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
- fixed: Fixed in HEAD. I believe this was fixed when I fixed 4211.
- 02:31 Building edited by
- (diff)
- 02:30 Building edited by
- (diff)
- 02:30 Building/Windows edited by
- (diff)
- 02:29 Building/Preparation/Windows edited by
- (diff)
- 02:29 Building/Preparation/Windows edited by
- (diff)
- 02:24 Building/Windows/Cygwin edited by
- (diff)
- 02:23 Building/Windows/Cygwin edited by
- (diff)
- 02:20 Building/Windows/Cygwin edited by
- (diff)
- 02:19 Building/Windows/Cygwin edited by
- (diff)
- 02:16 Building/Preparation/Windows edited by
- (diff)
- 02:14 Building/Platforms/Windows edited by
- (diff)
- 02:14 Building/Platforms/Windows edited by
- (diff)
- 02:14 Building/Platforms/Windows edited by
- (diff)
- 02:13 Building/Platforms/Windows edited by
- (diff)
- 02:13 Building/Platforms/Windows edited by
- (diff)
- 02:13 Building/Platforms/Windows edited by
- (diff)
- 02:12 Building/Platforms/Windows edited by
- (diff)
- 01:52 Building/Preparation/Windows edited by
- (diff)
- 01:39 Building/Preparation/Windows edited by
- Update windows build instructions (diff)
- 01:19 Building/Preparation/Linux edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.
