Timeline


and

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

11/10/11:

18:45 Ticket #5520 (Spurious warning with new associated types and MultiParamTypeClasses) closed by igloo
invalid: No response from submitter, so closing
16:05 SIMD edited by duncan
(diff)
15:43 Ticket #5530 (TyVarBndr inside type quotations don't have kinds ascribed) closed by igloo
wontfix: Thanks for the suggestion. As far as I know, PlainTV just means that …
15:23 Ticket #5541 (Data.Bits.setBit misbehaves on bad input) closed by igloo
invalid: We've just been discussing this on IRC, and the conclusion is that we …
14:57 SIMD edited by duncan
(diff)
14:02 Ticket #5624 (Delay Errors Until Runtime) created by atnnn
I would like to add an -XDelayErrors flag to GHC that - changes most type …
11:21 Ticket #5607 (base is not trusted by default) closed by igloo
fixed: In the 7.2 branch, ghc-pkg will now mark all packages as trusted when …
10:56 SIMD edited by duncan
move outline (diff)
10:56 SIMD edited by duncan
add outline (diff)
10:55 SIMD edited by duncan
remove stray old text (diff)
10:54 SIMD edited by duncan
new description of SIMD issues, design, plan (diff)
10:51 Ticket #5170 (Include LLVM tools for windows) closed by dterei
fixed: Closing as LLVM tools on windows are easy to install and I've just made an …
10:14 Ticket #5623 (GHC 7.2.1 Performance Regression: Vector) created by dterei
This program shows a severe performance drop under GHC 7.2.1 compared to …
10:06 Ticket #4223 (LLVM slower then NCG, C example) closed by dterei
fixed: Great! LLVM 3.0 fixes this bug! […]
08:54 Ticket #2338 (unpack primitive types by default in data? and NOUNPACK?) closed by simonmar
fixed
08:52 Ticket #5614 (recompilation bug with -O) closed by simonmar
fixed: Really nice bug report, thankyou!
06:13 Ticket #5580 (Make switching GHC versions easier on Mac OS) closed by igloo
wontfix: There's no guarantee that different versions provide the same scripts. I …
03:44 Ticket #5621 (GHCI is out of memory in such a simple case) closed by quux
invalid
03:43 Ticket #5622 (Out of memory in such a simple case) created by quux
[…]
03:41 Ticket #5621 (GHCI is out of memory in such a simple case) created by quux
GHCi, version 7.2.1: http://www.haskell.org/ghc/ :? for help Loading …
03:19 Ticket #5620 (Dynamic linking and threading does not work on Windows) created by Lennart
On Windows, compile this module: […] With this command: […] Run, and …
02:47 Ticket #5559 (heap profile character encoding confusion) closed by simonmar
fixed: Test added.
01:51 Ticket #5512 (UTF-16//ROUNDTRIP encoding behaves weirdly) closed by batterseapower
fixed: I've just realised that the first paragraph above is rubbish: I didn't …
00:17 Ticket #5054 (LLVM Errors with test cases) closed by dterei
fixed: Closing as I've never been able to reproduce and it was a bug in LLVM …

11/09/11:

23:00 Ticket #437 (Recompilation check should include flags) closed by dterei
fixed: Fixed. But there is a question of which flags should or shouldn't be …
17:16 Ticket #5510 (Representation of GHC Errors) closed by igloo
wontfix: No response from submitter, so closing.
15:43 Ticket #5475 (Unthrown exceptions) closed by igloo
fixed: passes here too, and cgrun059 already tests this bug, so no need to add …
11:57 Ticket #5616 (TH type quotes cannot contain free type variables) closed by simonpj
invalid: Template Haskell is lexically scoped! That's supposed to be one of its …
11:55 Ticket #5617 (TH instance declaration quotes broken) closed by simonpj
duplicate: Works fine in HEAD. I think this is a dup of #5410, which I fixed in …
11:46 Ticket #5618 (TH cannot splice patterns in declaration quotes) closed by simonpj
invalid: Well to be fair the manual says explicitly "Note that pattern splices are …
11:40 Ticket #5446 (build error for ghc 7.2.1 -- "ghc-pkg: too few bytes") closed by igloo
fixed: In HEAD (which will become 7.4) we no longer have libffi/package.conf*.
08:44 Ticket #4491 (dataToQa uses only unqualified names when converting values to their TH ...) closed by gmainland
fixed
06:47 Ticket #5447 (please build GHC for Linux that links against libgmp.so.4 or libgmp.so.10 ...) closed by igloo
wontfix: The bindists are built on a Debian stable system, and unfortunately it is …
05:32 Ticket #5619 (Shorter qualified import statements) created by YvesPares
I would like to be able to write imports like […] as a single …
02:13 Ticket #5618 (TH cannot splice patterns in declaration quotes) created by Lennart
Try this: […] Or this […]
02:03 Ticket #5617 (TH instance declaration quotes broken) created by Lennart
Instance declaration quotes and splices are broken in two way. Consider …
01:48 Ticket #5616 (TH type quotes cannot contain free type variables) created by Lennart
A type quote cannot contain a free type variable, e.g. […] This is …
01:42 Ticket #5611 (Asynchronous exception discarded after safe FFI call) closed by simonmar
fixed: resolving as fixed in 7.2.1
01:38 Ticket #5615 (ghc produces poor code for `div` with constant powers of 2.) created by Lennart
The code for Int (div x c) where c is a constant of the form …
00:47 Ticket #5614 (recompilation bug with -O) created by gmi001
Recompilation with -O should also rebuild Main.hs in the attached test …

11/08/11:

15:38 Ticket #5414 (Add unsafeShift to Data.Bits) closed by tibbe
fixed: commit de91de0fec8e5a5adda7e3005ad567821059e047 […]
10:50 Ticket #5613 (dph-diophantine-fast(normal) fails) created by igloo
[…]
08:41 Ticket #5588 (panic after pressing Ctrl+C in ghci) closed by simonmar
fixed: I can reproduce this with 7.0.4, but not with 7.2.1 and later on Windows. …
06:31 Ticket #5594 (stdout is not flushed using custom main) closed by simonmar
fixed
04:58 Ticket #5612 (Better support for kinds in Template Haskell) created by guest
Type checking the attached code produces a legitimate type error, and also …
02:29 Ticket #3345 (Support reading .a files in GHCi to reclaim some disk space) closed by simonmar
fixed: I believe this is done. We don't build or ship the GHCi library for the …

11/07/11:

17:32 Ticket #5408 (ghc-7.2.1 build failed for PowerPC) closed by igloo
wontfix: PowerPC isn't a tier 1 platform, so we rely on the …
13:16 Ticket #5611 (Asynchronous exception discarded after safe FFI call) created by joeyadams
Note: This bug appears to be fixed already, as it does not appear …
07:48 Ticket #5610 (Improve "Unacceptable argument type in foreign declaration" error message) created by bgamari
Using ghc 1ece7b27a11c6947f0ae3a11703e22b7065a6b6c, zlib fails to build, …
07:09 Ticket #5601 (Proposal: Add NFData instances for strict and lazy ByteStrings) closed by duncan
fixed: Applied.
07:03 Ticket #5445 (programatica package compilation fails) closed by simonmar
fixed: Replying to maeder: > I get the same failure with …
02:14 WikiStart edited by simonmar
(diff)
02:09 WikiStart edited by simonmar
(diff)
01:15 Ticket #5609 (Type checking arrow notation in the presence of deferred constraints) created by dreixel
In TcArrows, the following code […] is wrong. In particular, the …

11/06/11:

17:51 Ticket #5606 (Fix validate by moving {-# OPTIONS -fno-warn-tabs #-}) closed by igloo
fixed: Duncan ran into problems, so I've applied your patch. Thanks again!
12:33 Ticket #5608 (Fix T3807 for Mac OS X 10.5) created by thorkilnaur
Attached patch fixes …
12:21 Ticket #5607 (base is not trusted by default) created by cdornan
By default base doesn't appear to be trusted. I was asked to modify XHTML …
12:03 Ticket #5606 (Fix validate by moving {-# OPTIONS -fno-warn-tabs #-}) created by thorkilnaur
Attached patch fixes validate for […] and […] Warnings like […] …
10:29 Ticket #5422 (Panic when using lots of registers in cmm code) closed by igloo
fixed: 10 regs can now be used, and you get a friendlier panic if you exceed 10.
10:28 Ticket #5423 (Registers above R8 corrupt when called through prim import) closed by igloo
fixed: 10 regs can now be used.
06:08 Ticket #5563 (ANNOUNCE file is from GHC 6.10) closed by igloo
wontfix: ANNOUNCE is only meaningful in the releases, not in the git repo.
06:02 Ticket #4900 (DEPENDS pragma) closed by igloo
fixed: Pulled, and test added.

11/05/11:

19:23 Ticket #5453 (Floating a non-exhaustive case can cause seg-faults) closed by igloo
Merged as: commit acd157f7d0989cd0910b14070257a2a85804ba7f […]
16:40 Ticket #5600 (Instantiation of a rank 2 type fails for type synonyms) closed by simonpj
invalid: Ian's right. Simon
15:22 Records/OverloadedRecordFields edited by simonpj
(diff)
15:19 Records edited by simonpj
(diff)
15:19 Records edited by simonpj
(diff)
15:18 Records edited by simonpj
(diff)
09:54 Ticket #5605 (T5267 (uses Arrows) core lint failure) created by igloo
[…]
05:53 Ticket #5604 (Thread handle leak in runtime) created by yurij
win32\OSThreads.c shutdownThread uses _endthreadex(0), which does not call …

11/04/11:

12:34 Ticket #5603 (Impossible case alternative) created by igloo
With q.hs: […] with the HEAD I get: […]
09:22 Ticket #5421 (<<loop>> in withMVar (reproducible, but with large test case)) closed by simonmar
fixed: Done: commit 2cc5a65eb6463bb92b84cc4416a410ab80cda950 […]
08:11 Ticket #5602 (Section 7.10.3.: ArrowChoice vs. ArrowPlus) created by mm_freak
Section 7.10.3.: The (<+>) combinator does not belong to ArrowChoice?, but …
06:16 DataParallel edited by simonpj
(diff)
03:23 Ticket #5601 (Proposal: Add NFData instances for strict and lazy ByteStrings) created by basvandijk
I noticed strict and lazy ByteStrings don't have NFData instances. I …
02:18 Building/ARMLinuxGnuEABI edited by kgardas
(diff)

11/03/11:

23:50 DataParallel/VectPragma edited by chak
(diff)
18:38 Status/Oct11 edited by FSalad
typo (diff)
18:37 Status/Oct11 edited by FSalad
Fix 'insert' example (diff)
07:12 Ticket #5600 (Instantiation of a rank 2 type fails for type synonyms) created by paba
The instantiation of a rank 2 type with a type containing type synonyms …
02:28 Ticket #5599 (msys has bad Unicode support) created by simonpj
Tests 3307 environment001 pass on Cygwin, Linux, fail on msys: …
02:14 Status/Oct11 edited by simonmar
(diff)
02:08 Status/Oct11 edited by simonmar
(diff)
02:00 Status/Oct11 edited by simonpj
(diff)
01:59 Status/Oct11 edited by simonpj
(diff)
01:58 Status/Oct11 edited by simonpj
(diff)

11/02/11:

16:47 Ticket #5436 (text decoding doesn't use recover on eof) closed by igloo
fixed: Merged as changeset:ef7ecf82b23831805503d3a4e7ab51305d99cb2a
16:46 Ticket #5410 (Template Haskell - splicing quoted instance decls mangles names) closed by igloo
fixed: Merged as changeset:4ca8ef874f037bce9b201be5fde6261af8d3eaab
16:46 Ticket #5404 (GHC 7.2.1 - Template Haskell Bug) closed by igloo
fixed: Merged as changeset:3fbb1348bb2719db22f81c8d90e96de25fc4972e
16:46 Ticket #5402 (Exit code is wrong with dynamically loaded libraries) closed by igloo
Merged as changeset:d23fcba52a5e13b6ce4bc6effbeb50c391a547ea
16:45 Ticket #4988 (Hang in GHCi debugger) closed by igloo
Merged as changeset:63e2cde7a259256a0e4925611ae8184bc4da68a4
16:45 Ticket #5552 (SIGSEGV in yieldCapability () when using Control.Parallel) closed by igloo
fixed: Merged as changeset:8ce079e9f0c2d52a54c1df0e2fb44541478739fc
16:45 Ticket #5393 (Segfault with unboxed arrays, unsafeAt, optimisations) closed by igloo
Merged as changeset:3b928a86cab259725464f32d32ee6ef64c2e477b
11:21 Ticket #5598 (Function quotRem is inefficient) created by boris
Function quotRem gets compiled into two div instructions although div …
09:54 Building/Hacking edited by GregWeber
Validation -> Testing (diff)
09:50 Ticket #949 (-hy heap profile shows "stg_ap_4_upd_info" instead of correct type) closed by simonmar
fixed: Partially fixed. We still want the selector thunks (stg_sel_1_upd
09:48 Ticket #2466 (Execution time mis-accounting) closed by simonmar
fixed: I think this is probably fixed, but I couldn't get the test case to …
09:47 Ticket #1531 (_result can get bound to the wrong value in a breakpoint) closed by simonmar
fixed
09:47 Ticket #680 (SCC mis-accounting) closed by simonmar
fixed
09:46 Ticket #2552 (SCC annotation behavior differs between toplevel and non-toplevel) closed by simonmar
fixed
04:57 Status/Oct11 edited by duncan
add section on parallel project (diff)
03:35 Ticket #5592 (Incorrect "redundant import" warning) closed by simonpj
fixed: Excellent point thank you. Fixed by the above patch. Simon
02:52 Status/Oct11 edited by simonpj
(diff)

11/01/11:

22:40 Status/Oct11 edited by shelarcy
fix typo (diff)
21:39 Ticket #5597 (Quoting a type in a splice dies with "Evaluated place holder for ...) created by benl
Compiling the following with the current head: […] […] Note that …
21:13 Status/Oct11 edited by chak
(diff)
21:11 Status/Oct11 edited by chak
(diff)
13:23 Status/Oct11 edited by simonpj
(diff)
11:47 Status/Oct11 edited by jhala
(diff)
11:45 Status/Oct11 edited by jhala
(diff)
10:26 SIMDPlan edited by gmainland
(diff)
10:09 Status/SLPJ-Tickets edited by simonpj
(diff)
09:25 Status/Oct11 edited by jhala
(diff)
09:22 Status/Oct11 edited by jhala
(diff)
09:21 Status/Oct11 edited by jhala
(diff)
09:04 Ticket #5596 ("f c = a $ b c", "f = a . b" does not.) closed by simonpj
invalid: Yes, this is bad, but it's because GHC is trying to help! Fundamentally, …
00:50 Ticket #5589 (Duplicate type signature not reported) closed by simonpj
fixed: Fixed, thank you Michael. Simon

10/31/11:

15:09 Status/Oct11 edited by simonpj
(diff)
13:22 Status/Oct11 edited by dterei
add my stuff on safe haskell (diff)
12:31 Status/Oct11 edited by igloo
(diff)
10:55 WorkingConventions/Git edited by dterei
(diff)
10:52 Building/GettingTheSources edited by dterei
(diff)
10:49 GitForDarcsUsers edited by dterei
(diff)
10:46 WorkingConventions/Git edited by dterei
(diff)
10:33 WorkingConventions/Git edited by dterei
(diff)
10:29 Repositories edited by dterei
(diff)
10:29 Repositories edited by dterei
(diff)
10:28 Building/GettingTheSources edited by dterei
(diff)
02:28 Ticket #5596 ("f c = a $ b c", "f = a . b" does not.) created by guest
the following code produces a type error, and i think it shouldn't: …
02:22 Ticket #5595 (Unification under a forall doesn't allow full constraint solving) created by basvandijk
As …

10/30/11:

18:51 Status/Oct11 edited by acfoltzer
more typos (diff)
18:46 Status/Oct11 edited by acfoltzer
another typo (diff)
18:46 Status/Oct11 edited by acfoltzer
fixed some typos (diff)
03:25 Ticket #5594 (stdout is not flushed using custom main) created by handonson
According to the …

10/28/11:

18:36 Ticket #5593 (Proposal: Remove Num superclass of Bits) created by basvandijk
This ticket summarizes the …
17:26 Ticket #5592 (Incorrect "redundant import" warning) created by ryantrinkle
Record fields are incorrectly deemed "redundant" by GHC in at least some …
07:34 Status/Oct11 edited by giorgidze
(diff)
07:31 Status/Oct11 edited by giorgidze
(diff)
07:30 Status/Oct11 edited by giorgidze
(diff)
07:29 Status/Oct11 edited by giorgidze
(diff)
06:36 Status/Oct11 edited by simonpj
(diff)
05:43 Ticket #5539 (GHC panic - Simplifier ticks exhausted) closed by simonpj
fixed: I think if it seems ok now I'll let sleeping dogs lie :-)
01:21 Ticket #5591 (Type constructor variables not injective) created by daniel.is.fischer
I'm not sure whether it is a bug, but there have been two recent reports …

10/27/11:

22:19 Ticket #5590 ("guarded instances": instance selection can add extra parameters to the ...) created by nfrisby
Disclaimer: the same semantics can currently be achieved without this …
21:47 Status/Oct11 edited by jepst
Added mention of Cloud Haskell (diff)
15:36 Status/Oct11 edited by simonpj
(diff)
15:35 Status/Oct11 edited by simonpj
(diff)
15:34 Status/Oct11 edited by simonpj
(diff)
15:31 Status/Oct11 edited by simonpj
(diff)
15:26 Status/Oct11 edited by simonpj
(diff)
15:17 Status/Oct11 edited by simonpj
(diff)
15:16 Status/Oct11 edited by simonpj
(diff)
15:06 Status/Oct11 edited by simonpj
(diff)
12:35 Ticket #5589 (Duplicate type signature not reported) created by MikolajKonarski
With todays HEAD, as well as one a couple of moths ago (but not with 7.2, …
10:12 SIMDPlan edited by pmonday
(diff)
09:44 Ticket #5588 (panic after pressing Ctrl+C in ghci) created by MBoehm
Hello! I'm using GHCi 7.0.3 on Windows 7. I found the following easy …
05:28 Annotations edited by nomeata
link to documentation (diff)
05:21 Ticket #5587 (Code using seq has wrong strictness (too lazy) when optimised) created by michal.palka
Following program prints [1] instead of crashing when compiled with `-O …
03:21 Commentary/CodingStyle edited by chak
(diff)
03:20 Commentary/CodingStyle edited by chak
(diff)
03:18 TextMate-tabs-menu.png attached to Commentary/CodingStyle by chak
Blue rectangle marks the tabs menu of TextMate?
03:16 Commentary/CodingStyle edited by chak
(diff)
01:19 Commentary/CodingStyle edited by batterseapower
(diff)

10/26/11:

12:41 Ticket #5586 (haddock: panic! (the 'impossible' happened) (GHC version ...) initDs IOEnv ...) closed by igloo
fixed: Thanks for the report; should be fixed by: […]
11:48 Ticket #5586 (haddock: panic! (the 'impossible' happened) (GHC version ...) initDs IOEnv ...) created by thorkilnaur
The tn23 builder […] presently fails with the message […] This has …
10:40 Ticket #5380 (arrows if command given too general a type) closed by ross
fixed
09:54 SIMDPlan edited by pmonday
(diff)
09:01 SIMDPlan edited by pmonday
(diff)
05:19 Ticket #5585 (Wrong links in the docs for Random) created by MikolajKonarski
The following (and a few other) link is wrong […] The problems seems …
04:18 Ticket #5584 (ghc -odir is incompatible with .hs-boot files for hierarchical modules) created by georgevdd
== Steps to reproduce == 1) Adapt the example of …
03:48 HackageTesting edited by duncan
remove a step that is no longer required (diff)

10/25/11:

22:27 Ticket #5583 (GHC.Stats should use cameCase in its public API) closed by tibbe
fixed: Submitted as 41138fd97a9944850b79488196b617597a0fe0c4
19:58 SIMDVectorExampleInLLVM edited by pmonday
(diff)
19:42 SIMDVectorExampleInLLVM edited by pmonday
(diff)
17:21 Ticket #5583 (GHC.Stats should use cameCase in its public API) created by tibbe
GHC.Stats uses underscores, not camelCase, in its public API. I think it …
17:14 DataParallel/VectPragma edited by chak
(diff)
16:56 DataParallel/VectPragma edited by chak
(diff)
15:06 Ticket #2897 (HsFFI.h is not in the default include path for hsc2hs) closed by igloo
fixed: Done: […]
13:39 SIMDVectorExampleInLLVM edited by pmonday
(diff)
13:04 SIMDVectorExampleInLLVM edited by pmonday
(diff)
12:55 SIMDVectorExampleInLLVM edited by pmonday
(diff)
11:54 SIMDVectorExampleInLLVM edited by pmonday
(diff)
11:53 Ticket #5582 (Panic from -C flag) created by mjo
jumba ~ $ cat hello_world.hs […] jumba ~ $ ghc -C hello_world.hs …
11:52 SIMDVectorExampleInLLVM edited by pmonday
(diff)
10:57 SIMDVectorExampleInLLVM edited by pmonday
(diff)
10:55 SIMDVectorExampleInLLVM edited by pmonday
(diff)
10:28 SIMDVectorExampleInLLVM edited by pmonday
(diff)
10:02 Ticket #5576 (Fix to #5549 breaks integerConstantFolding) closed by simonpj
fixed: Fixed! Simon
09:54 SIMDVectorExampleInLLVM created by pmonday
09:34 SIMDPlan edited by pmonday
(diff)
08:05 Ticket #5564 (Panic in ghci name suggestion) closed by simonmar
fixed
02:31 Ticket #5581 (ConstraintKinds lets you put the typechecker into a loop) closed by batterseapower
fixed: I've added a test, T5581, in commit …
02:12 SimdLlvm edited by simonpj
(diff)
02:11 SimdLlvm edited by simonpj
(diff)
02:08 VectorComputing edited by simonpj
(diff)
02:06 VectorComputing edited by simonpj
(diff)
02:05 SimdLlvm edited by simonpj
(diff)
02:04 Commentary edited by simonpj
(diff)

10/24/11:

14:53 SIMDPlan edited by pmonday
(diff)
14:45 Ticket #5581 (ConstraintKinds lets you put the typechecker into a loop) created by pumpkin
Ed Kmett was playing with them the other day and Dan Doel and I reduced …
14:29 Ticket #5580 (Make switching GHC versions easier on Mac OS) created by pumpkin
The standard .pkg installer for GHC or the platform follow the Mac OS …
14:22 SIMDPlan edited by pmonday
(diff)
12:04 Ticket #5570 (($) of an unboxed double appears to be treated as 0.0) closed by simonpj
fixed: Thanks for reporting this. It arises because ($) has its own typing …
12:01 Ticket #5566 (instance decls via TH: dropped methods and stack overflows) closed by simonpj
fixed: Happily this is OK in HEAD; I fixed a related bug recently. I'll add a …
12:00 Ticket #5573 (Returning nested unboxed tuples crashes the code generator on x86_64 Linux) closed by simonpj
fixed: Thanks for reporting this; now fixed! Simon
09:46 Ticket #5579 (alex and happy found during ./configure not used) created by kolmodin
This is with HEAD as of 2011-10-24. …
08:39 Ticket #5578 (write access permission of binary result different on OpenBSD) created by ivdsangen
Checking the write access of the binary itself gives a different result on …
04:23 Ticket #5577 (Two arguments are not two arguments according to the type checker) created by josef
I got a very strange type error message from GHC today. I've inserted it …

10/23/11:

09:20 Ticket #5575 (spacesInArgs(ghci) fails on linux) closed by igloo
fixed: Thanks for the report; I've fixed it by removing the single-quoted …
08:01 Commentary/Compiler/Parser edited by ivdsangen
(diff)

10/22/11:

14:08 Status/Oct11 edited by batterseapower
(diff)
09:31 Status edited by igloo
(diff)
09:29 Status/Oct11 edited by igloo
(diff)
09:27 Status/Oct11 edited by igloo
(diff)
08:05 Ticket #5576 (Fix to #5549 breaks integerConstantFolding) created by daniel.is.fischer
The fix to #5549 makes integerConstantFolding break (on x86 and x86_64 …
07:35 Ticket #5575 (spacesInArgs(ghci) fails on linux) created by daniel.is.fischer
[…] Sigh :( Why doesn't windows strip the double quotes off the args?
02:21 Commentary edited by batterseapower
(diff)

10/21/11:

14:12 Ticket #5574 (undefined reference to `ZCMain_main_closure' and undefined reference to ...) closed by daniel.is.fischer
invalid: The problem is […] To produce an executable, there must be an entry …
11:06 SIMDPlan edited by pmonday
(diff)
10:16 Ticket #5574 (undefined reference to `ZCMain_main_closure' and undefined reference to ...) created by francisco
Environment of work …
10:13 Ticket #5549 (~100% performance regression in HEAD compared to ghc6.12, ~22% compared to ...) closed by simonpj
fixed: There really was a bug here: literal Integer constants were getting …
09:38 Ticket #5573 (Returning nested unboxed tuples crashes the code generator on x86_64 Linux) created by manzyuk
Compiling the following program with GHC 7.0.3 running on a 64 bit Linux …
09:36 Ticket #5572 (factorial.hs:3:12: Parse error in pattern: n + 1) closed by simonpj
invalid: Looks correct to me: […] I don't know why 6.10 would behave any …
09:31 Ticket #5571 (factorial.hs:3:12: Parse error in pattern: n + 1) closed by simonpj
duplicate: Dup of #5572
09:28 Ticket #5557 (Code using seq has wrong strictness (too lazy)) closed by simonpj
fixed
09:24 Ticket #5572 (factorial.hs:3:12: Parse error in pattern: n + 1) created by francisco
Environment of work …
09:23 Ticket #5571 (factorial.hs:3:12: Parse error in pattern: n + 1) created by francisco
Environment of work …
09:09 Ticket #5570 (($) of an unboxed double appears to be treated as 0.0) created by manzyuk
The following program compiles cleanly with GHC 7.0.3 running on a 64 bit …
08:54 Ticket #5533 (panic! (the 'impossible' happened) ... splitFunTy ...) closed by simonpj
fixed

10/20/11:

18:24 Ticket #5529 (Newtypes with hidden constructors cannot be passed as FFI arguments) closed by igloo
fixed: The constructors are now exported for the C* types. GHC is now …
10:34 Records/OverloadedRecordFields edited by tibbe
Fix typo (diff)
09:51 Commentary/Compiler/HscMain edited by simonpj
(diff)
09:50 Commentary/Compiler/OptOrdering edited by simonpj
(diff)
09:35 Records/OverloadedRecordFields edited by simonpj
(diff)
09:34 Records/OverloadedRecordFields edited by simonpj
(diff)
09:33 Records edited by simonpj
(diff)
09:33 Records edited by simonpj
(diff)
09:32 Records edited by simonpj
(diff)
09:26 Commentary edited by simonpj
(diff)
03:58 Ticket #5569 (Ineffective seq/BangPatterns) created by daniel.is.fischer
This could be related to #5557, but it might be something else. 7.2.1 was …

10/19/11:

16:41 Ticket #5561 (assertion overriden by other exceptions) closed by igloo
fixed: Done: […]
16:40 Ticket #5543 (Building on OS X 10.5 with XCode 3.4.1 runs into "ld: unknown option: ...) closed by igloo
fixed: That's great; thanks Thorkil! Applied.
08:42 Status/Oct11 edited by igloo
(diff)
08:36 Status/Oct11 edited by igloo
(diff)
08:19 Status/Oct11 edited by igloo
(diff)
08:09 Status/Oct11 edited by igloo
(diff)
07:27 Ticket #5548 (Problem while pasting code into ghci) closed by igloo
fixed: Patch pulled.
07:20 Ticket #3480 (Easily make Typeable keys pure, so that Typeable can be handled ...) closed by simonmar
fixed: Changing the title back and closing the ticket again; new ticket is #5568.
07:19 Ticket #5568 (Add Show and Binary instances for TypeRep) created by simonmar
(was a re-opening of #3480; copied into a new ticket so we can leave #3480
05:51 Status/Oct11 created by igloo
04:04 Ticket #5562 (document sync-all in README) closed by simonmar
fixed
04:03 Ticket #5565 (ghc reports a bug after interrupt) closed by simonmar
duplicate: I think this is probably the same as #4245, although it is provoked by …

10/18/11:

14:27 Records/OverloadedRecordFields edited by simonpj
(diff)
14:26 Records/OverloadedRecordFields created by simonpj
12:18 Ticket #5506 (LLVM AST : needs an LlvmType ctor to represent vectors so that LLVM can ...) closed by dterei
wontfix
11:21 Ticket #5567 (LLVM: Improve alias analysis / performance) created by dterei
* LLVM doesn't generate as good as code as we feel it should in many …
10:56 Building/RunningTests/Adding edited by dterei
(diff)
08:53 Ticket #5566 (instance decls via TH: dropped methods and stack overflows) created by FSalad
[…] Loading this into GHCI: […] I also tried putting C and/or D …
08:40 Ticket #5558 (Deadlock using unsafePerformIO to create a global MVar) closed by simonmar
fixed: test added
08:34 Ticket #5547 (Control.Concurrent documentation) closed by simonmar
fixed: […]
08:34 Ticket #5546 (Documentation errors in Control.Exception.Base) closed by simonmar
fixed: […] […]
08:32 Ticket #5554 (Strange interaction between "-osuf", profiling and TemplateHaskell) closed by simonmar
fixed
08:31 Ticket #5545 (($!) not in scope) closed by simonmar
fixed
05:26 Ticket #5565 (ghc reports a bug after interrupt) created by kop
Two or three times clicking Ctrl+C causes GHCI to type this: […]
02:37 Ticket #5540 (Non-deterministic pure code in Data.Typeable) closed by simonmar
fixed: Sorry about the bug. It is fixed in 7.2.1 and later, but we aren't …
02:24 AddingNewPrimitiveOperations edited by simonmar
(diff)
02:23 AddingNewPrimitiveOperations edited by simonmar
(diff)
01:43 Commentary/Compiler/TypeType edited by dreixel
(diff)
01:42 Commentary/Compiler/TypeType edited by dreixel
Add a subkinding diagram (diff)
01:19 Commentary/Compiler/TypeType edited by dreixel
(diff)
00:46 Ticket #5564 (Panic in ghci name suggestion) created by judahj
From a plain invocation of ghci: […] Presumably, ghci wants to suggest …

10/17/11:

22:09 Ticket #5563 (ANNOUNCE file is from GHC 6.10) created by GregWeber
Probably better off linking to an announcement page on the web from the …
18:38 Ticket #5562 (document sync-all in README) created by GregWeber
it is more work to open this trac ticket and apply the change then to make …
17:02 Building/QuickStart edited by dterei
(diff)
17:02 Building/QuickStart edited by dterei
(diff)
15:13 Building/Porting edited by dterei
(diff)
15:06 IOManager edited by dterei
moved page (diff)
15:06 Commentary/Rts/IOManager created by dterei
15:06 Commentary/Rts edited by dterei
(diff)
15:05 Commentary/Rts edited by dterei
(diff)
15:04 Commentary/Pipeline edited by dterei
(diff)
15:01 Commentary/Abbreviations edited by dterei
(diff)
15:00 Commentary/ModuleStructure edited by dterei
(diff)
14:59 WorkingConventions edited by dterei
(diff)
14:58 WorkingConventions edited by dterei
(diff)
14:56 Commentary/GettingStarted edited by dterei
(diff)
14:56 Ticket #5561 (assertion overriden by other exceptions) closed by igloo
wontfix: This is by design: please see …
14:56 Commentary/GettingStarted edited by dterei
(diff)
14:49 Commentary/Compiler/OptOrdering edited by dterei
(diff)
14:49 Commentary/Compiler/OptOrdering created by dterei
14:45 Commentary edited by dterei
(diff)
14:41 Building/Porting edited by dterei
(diff)
14:40 Building/Porting edited by dterei
no evil mangler! (diff)
14:38 Commentary/SourceTree edited by dterei
(diff)
14:29 Commentary/SourceTree edited by dterei
(diff)
14:13 Ticket #5561 (assertion overriden by other exceptions) created by MikolajKonarski
The attached file, containing […] and compiled with […] produces …

10/16/11:

06:27 Ticket #5560 (case and type synonym) closed by igloo
invalid: Pattern matching doesn't work like that I'm afraid. If you use the -Wall
04:43 Ticket #5560 (case and type synonym) created by sleepyMonad
Observed on arch linux, 7.0.3 ghc. (package version 7.0.3-2) The warning …

10/14/11:

11:19 Ticket #5559 (heap profile character encoding confusion) created by guest
Heap profiling this UTF-8 source file (where ø is encoded as C3 B8) with …
10:52 SIMDPlan edited by pmonday
(diff)
10:47 SIMDPlan edited by pmonday
(diff)
09:10 SIMDPlan edited by pmonday
(diff)
08:59 SIMDPlan edited by pmonday
(diff)
08:30 Ticket #5558 (Deadlock using unsafePerformIO to create a global MVar) created by int-e
The following program occasionally terminates with a …
08:11 SIMDPlan edited by pmonday
(diff)
05:58 Ticket #5557 (Code using seq has wrong strictness (too lazy)) created by michal.palka
Following snippet of code gets miscompiled regardless of optimisation …
Note: See TracTimeline for information about the timeline view.