Timeline


and

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

11/15/11:

14:35 Ticket #5638 (can't build GHC) created by dmwit
My colleague tried to build GHC following step 3 of the instructions I …
13:21 Ticket #5622 (Out of memory in such a simple case) closed by simonpj
invalid: It is well known that Hindley-Milner type inference has worst-case …
11:51 Building/RunningTests/Running edited by dterei
(diff)
11:50 Building/RunningTests/Running edited by dterei
(diff)
11:48 Building/RunningTests/Adding edited by dterei
(diff)
08:47 Ticket #5633 (TypeFamilies don't seem to play with LIberalTypeSynonyms) closed by simonpj
invalid: The first program works because of a non-Haskell98 feature of GHC. …
08:05 Status/SLPJ-Tickets edited by simonpj
(diff)
07:15 Ticket #5637 (runhaskell ghc panic running netwire 2 demo) created by gareth.rowlands
Running the netwire 2 demo at the URL below with runhaskell gives a ghc …
06:13 Ticket #5505 (Program runs faster with profiling than without) closed by simonmar
fixed: Results for the original UULib test program after the above patch: …
04:56 Ticket #5223 (Make interruptProcessGroupOf interrupt the current process group) closed by simonmar
fixed: Done: […]
04:53 Ticket #5626 (Miscompilation, exception omitted with -O) closed by simonmar
fixed
00:37 ExtensibleRecords edited by simonpj
(diff)
00:08 Ticket #5636 (LLVM: popcnt instruction doesn't compile in LLVM 3.0) created by dterei
LLVM 3.0 compiles the popcnt instruction in a way unsupported by the Mac …

11/14/11:

20:14 Ticket #5635 (compiling iteratee with llvm backend fails with panic) created by jwlato
When attempting to compile "iteratee-0.8.7.2" with ghc-7.2.2 (64 bit, OSX …
14:45 Ticket #5634 (compilation error (Mac OS X Lion, Xcode 4.2): LLVM cannot handle register ...) created by guest
I tried building ghc-7.2.2 on Mac OS X 10.7.2 (Lion) x86_64-apple-darwin …
14:17 Ticket #5632 (Latest unboxed tuples documentation shows older method for enabling) closed by simonpj
fixed: Thanks. Happily it's fixed already: …
12:27 Commentary/Compiler/CoreSynType edited by michalt
Add a subsection about shadowing. (diff)
08:28 Ticket #948 (Incorrect Core transformations with cost centres) closed by simonmar
fixed: Now fixed, I believe. I can't reproduce the problem with the attached …
06:08 SIMD edited by duncan
fix array indexing/read/write types (diff)
06:02 SIMD edited by duncan
add array load/store and widen/narrow and fp conversion operations (diff)
05:42 Ticket #5629 (missing "where" gives unclear error message) closed by simonmar
wontfix: You are right, but it's not likely we'll do anything about this. GHC's …
02:33 SIMD edited by duncan
comment about use cases with small vectors (diff)
02:15 SIMD edited by simonmar
Rework the section on alignment (diff)
01:21 SIMD edited by simonmar
(diff)
01:14 SIMD edited by simonmar
(diff)
01:10 SIMD edited by simonmar
(diff)
01:07 SIMD edited by simonmar
(diff)
00:31 Ticket #5531 (Segfault on Windows) closed by awson
invalid: Well, the latest and greatest stock win32 libcurl 7.22 works fine. No GHC …

11/13/11:

22:46 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
(diff)
12:11 Ticket #5633 (TypeFamilies don't seem to play with LIberalTypeSynonyms) created by ocharles
I'm trying to do some type level programming and want to use type …
04:45 Ticket #5632 (Latest unboxed tuples documentation shows older method for enabling) created by onteria
In the following page: …
02:18 Ticket #5631 (Compilation slowdown from 7.0.x to 7.2.x) created by bjpop
Compile time performance for GHC appears to have slowed down significantly …
00:04 Ticket #5630 (External Core needs love) created by quux
[…] and then "ghc this.hs -fext-core" results in […]

11/12/11:

10:09 Ticket #5629 (missing "where" gives unclear error message) created by max.rabkin
module Main data Foo = Foo /tmp/foo.hs:2:0: parse error on input `data' …
03:45 Ticket #5628 (Deriving Eq on bottom types breaks reflexivity of (==)) created by tinctorius
Related to #4220 and #4302. […] Observed output ((==) not reflexive …

11/11/11:

11:59 SIMD edited by duncan
note perf loss for unaligned mem ops (diff)
11:49 SIMDPlan edited by duncan
link to new SIMD page (diff)
11:44 SIMD edited by duncan
note FMA (diff)
11:22 SIMD edited by duncan
add primitives (diff)
09:57 Ticket #5627 (Proposal: Add Applicative instances for the remaining monads in base) created by basvandijk
The only public monads in base that don't have Applicative instances …
09:56 Ticket #2325 (Compile-time computations) closed by batterseapower
fixed: This works now because we added integer Literals to core.
09:52 SIMD edited by duncan
list all vec size constants (diff)
09:47 SIMD edited by duncan
fix DPH section title (diff)
09:46 SIMD edited by duncan
mention arch-dependent vector sizes (diff)
07:35 Ticket #5626 (Miscompilation, exception omitted with -O) created by michal.palka
Following program is miscompiled when compiled with -O. […] The …
07:08 Ticket #5625 (Code using seq has wrong strictness when unoptimised (too lazy)) created by michal.palka
The code code should crash with Prelude.undefined. When compiled with -O
05:16 SIMD edited by duncan
add DPH bit (diff)
05:11 SIMD edited by duncan
updates for ABI section (diff)
05:00 Ticket #5604 (Thread handle leak in runtime) closed by simonmar
fixed: I think this is now fixed * In a test program with no hs_init/hs_exit
04:18 SIMD edited by duncan
add link to impl plan (diff)
00:00 Milestone 7.2.2 completed
Note: See TracTimeline for information about the timeline view.