Timeline


and

06/10/10:

21:13 Ticket #4131 (Crash in messageBlackHole() on SPARC) created by benl
Compile the attached program on a SPARC T2: […] Run with a large …
01:21 Building/Preparation/Windows edited by simonmar
(diff)

06/09/10:

09:43 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Take out some done items (diff)
09:40 Commentary/Compiler/Backends/LLVM/Design edited by dterei
(diff)
09:40 Commentary/Compiler/Backends/LLVM/Issues edited by dterei
Remove shared code issue as fixed. (diff)
09:38 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
Update patch (diff)
06:11 Ticket #4130 (Shared Object of libHShaskell98 Not Found) created by pgj
There is dynamic linking problem with the recent GHC-STABLE sources, …

06/08/10:

16:13 Ticket #4129 (Template haskell API makes inconsistent use of [Q Dec], Q [Dec] and Q Dec) created by lilac
Template haskell declaration quotations produce Q [Dec]. However, all of …
16:01 Ticket #4128 (Can't capture classes inside a template haskell type quotation) created by lilac
GHC rejects the following: […] with the error: […] This is …
15:51 Ticket #4127 (Template haskell instance declaration quotations with members don't work ...) created by lilac
Inside GHCi, the following quotation fails: […] The same error seems …
15:49 Ticket #4126 (Order of members reversed when a template haskell instance declaration ...) created by lilac
This broken file: […] Gives the following error: […] The error …
15:40 Ticket #4125 (Template haskell rejects duplicate instances before they're spliced) created by lilac
Suppose I want to see (from within ghci) how to write an instance …
15:35 Ticket #4124 (GHC rejects instance quotations with splices in the instance head) created by lilac
I think the following code should be accepted. […] GHC disagrees, …
05:59 Ticket #4123 (Control.Concurrent.MVar doesn't need to depend on the Prelude) created by tibbe
Control.Concurrent.MVar currently depends on the Prelude, causing an …
05:47 GettingStarted edited by simonmar
(diff)
00:57 Ticket #4122 (Data.Monoid doesn't need to depend on the Prelude) created by tibbe
Data.Monoid currently depends on the Prelude, causing an import cycle …

06/07/10:

13:21 Ticket #4118 (GHC forces gcc version on mingw32) closed by duncan
wontfix: This is the intended behaviour. We cannot by default rely on an existing …
08:31 Ticket #4121 (Refactor the plumbing of CafInfo to make it more robust) created by dterei
While comping GHC Head using the devel1 flavour and ghc-6.12.2 as the …
00:52 Ticket #4120 (Iface type variable out of scope in cast) created by benl
Compiling the following module against vector-0.6 or 0.7: […] …

06/06/10:

04:58 Ticket #3982 (Random instance for Double can generate values out of requested range) closed by igloo
fixed: Applied, thanks!
04:47 Ticket #3984 (Handle multiline input in GHCi history) closed by igloo
fixed: Applied, thanks!

06/05/10:

03:48 Ticket #4119 (File buffering isn't flushed at exit) created by EyalLotem
In C, there's an atexit handler to fflush all FILE* files. In most other …

06/04/10:

14:41 Ticket #4118 (GHC forces gcc version on mingw32) created by uzytkownik
GHC forces internal gcc version on mingw32 instead of using system one.
14:38 Ticket #4117 (GHC does not accept --srcdir) created by uzytkownik
GHC does not accept --srcdir during building. (Yes - I know of error but …
13:18 Ticket #3947 (ghc: panic! (the 'impossible' happened)) closed by simonmar
duplicate: Dup of #3435.
10:54 Ticket #4116 (Type supplement for constructor specific uses of sum types) created by gabrielrf
Benefits: Avoid error calls (runtime), exception control and Maybe …
08:05 Ticket #4115 (hsc2hs puts linker flags before object file, causes linker errors) created by guest
I'm trying to write a Haskell wrapper for a C library (called unibilium) …
05:53 Ticket #4107 (Extra parens in error message's displayed code) closed by simonpj
fixed: Good point. Fixed by […] Simon

06/03/10:

09:42 Commentary/Rts/Config edited by henrique
(diff)
06:42 Ticket #4076 (Add Applicative instance for STM) closed by simonmar
fixed: Done: […]
06:41 Ticket #4077 (Move MonadPlus instance for STM from Control.Monad.STM to GHC.Conc) closed by simonmar
fixed: Done, adding some version #ifdefs so as not to break the stm package for …
06:39 Ticket #4100 (ghci should use UserInterrupt exception from base, not private Interrupted ...) closed by simonmar
fixed: Done: […]
06:38 Ticket #4106 (undefined reference to `__stg_EAGER_BLACKHOLE_INFO') closed by simonmar
fixed: Please try now: […] re-open the ticket if the problem still persists.
06:37 Ticket #4103 (report location of global package db in ghc --info) closed by simonmar
fixed
04:34 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Add bug about HRay crashing (diff)

06/02/10:

14:37 Ticket #4114 (Add a flag to remove/delete intermediate files generated by GHC) created by guest
See for example …
11:34 Ticket #4113 (canonicalizePath "" returns noise) created by bkomuves
Apparently […] returns random noise on both Windows and Linux (GHC …
06:59 Ticket #4112 (Building GHC with local libgmp.a fails) created by Itkovian
I am trying to build the darcs head of GHC on a platform where I have no …
06:39 Ticket #3181 (Regression in unboxing) closed by igloo
invalid: No response from submitter, so closing.

06/01/10:

16:51 Ticket #4111 (Sample GHCi session for 6.12.1 user guide shows 6.8.1) created by YitzGale
This page is only three clicks away from "Get the Haskell Platform". It …
15:18 Ticket #4009 (can newtype be extended to permit GADT-like declarations) closed by simonpj
invalid: It's fundamental. Suppose we had […] This is fine. Matching on the …
12:54 Ticket #3911 (HughesPJ.vcat should behave like 'foldr ($$) empty', not like 'foldr ($+$) ...) closed by igloo
fixed: Thanks, patch applied and test added.
12:12 Ticket #3594 (ppc stage1 panic for --enable-shared) closed by igloo
fixed: Thanks, patch applied.
09:42 Ticket #4040 (Eq instance for Data.Data.DataType) closed by igloo
wontfix: I'm going to close this, as it's not clear to me what the right thing to …

05/31/10:

11:32 Ticket #4110 (hsc2hs gives bad error message when it cannot execute the generated ...) created by duncan
hsc2hs compiles a C program and then executes it. One of the failure modes …
10:41 Commentary/Compiler/NewCodeGen edited by nr
locate hoopl git repo (diff)
09:37 Ticket #4099 (Slighlty confusing error message with data families) closed by simonpj
fixed: Yes good point. Fixed by […]
09:31 Ticket #4047 (Incorrect unused-import warning in ghci) closed by simonpj
worksforme: I believe you may be misled by two things: * ghc --make does not …
07:10 Status/SLPJ-Tickets edited by simonpj
(diff)
06:15 Status/SLPJ-Tickets edited by simonpj
(diff)
06:01 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
05:56 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
05:54 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
05:47 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)

05/30/10:

15:31 Ticket #4109 (Make Data.Map.insertWith' and friends consistently force the value ...) created by igloo
Currently, Data.Map.insertWith' (and friends) only force the value …
15:14 Ticket #4108 (GHC.Integer.hashInteger is a misnomer and confuses people) closed by igloo
invalid: I agree with Eric. Hard to say more without knowing which package you are …
14:51 Ticket #4108 (GHC.Integer.hashInteger is a misnomer and confuses people) created by duncan
GHC.Integer.hashInteger from the integer-gmp package does not hash …
11:30 Ticket #4107 (Extra parens in error message's displayed code) created by marcotmarcot
In the code f :: Bool a => a f = True $ ghc13 --make teste The error …

05/29/10:

14:22 Ticket #4106 (undefined reference to `__stg_EAGER_BLACKHOLE_INFO') created by Mikolaj
That's probably powerpc (Linux) specific (I know, I know), but perhaps …
11:43 Ticket #4105 (ffi005 fails on OS X) created by igloo
The ffi005 test is failing on OS X x86. The test is only run the optc …
06:44 Ticket #4104 (ghc-pkg refuses to register packages if some include directories don't ...) created by mux
When registering a package, ghc-pkg fails with an error if any of the …

05/28/10:

19:00 Ticket #4103 (report location of global package db in ghc --info) created by duncan
Cabal does a sanity check to make sure it has a ghc and ghc-pkg program …
19:00 Ticket #4102 (Bit manipulation built-ins) created by uzytkownik
So far Haskell/GHC lacks more HL bit manipulation instructions which on …
06:50 Ticket #4101 (Primitive constant unfolding) created by malosh
Examining the core generated by ghc with -O2 on a numerical code, I saw …
02:16 Building/Using edited by Daniel
Little typos. (diff)

05/27/10:

14:02 Ticket #4100 (ghci should use UserInterrupt exception from base, not private Interrupted ...) created by duncan
In response to the user pressing control-C, ghci uses an exception …
01:52 Building/Porting edited by tibbe
boot requires perl (diff)
01:52 Building/Modifying edited by tibbe
boot requires perl (diff)
01:50 Building/Porting edited by tibbe
boot requires perl (diff)
01:50 Building/StandardTargets edited by tibbe
boot requires perl (diff)
01:49 Building/GettingTheSources edited by tibbe
boot requires perl (diff)
01:49 Building/Troubleshooting edited by tibbe
boot requires perl (diff)
01:47 Building/Using edited by tibbe
boot requires perl (diff)
01:46 Building/Rebuilding edited by tibbe
boot requires perl (diff)

05/26/10:

20:27 Commentary/Packages/PackageImportsProposal edited by FSalad
Add link to pertinent user's guide section; make the note more visible … (diff)
20:23 Commentary/Packages/PackageImportsProposal edited by FSalad
Add note about the page being out of date and how things turned out (not … (diff)
19:11 Ticket #4099 (Slighlty confusing error message with data families) created by rl
Example code: […] Error message: […] Calling T a type function …
13:31 Ticket #1500 (NCG: shortcutBranch doesn't handle loops properly) closed by simonmar
fixed: This was fixed by: […]
09:00 Ticket #4098 (Haskell2010 support) created by igloo
Discussion on #ghc concluded: * Haskell2010, Haskell98 extensions are …
01:25 Ticket #4071 (minor error in ghc manual regarding type defaulting) closed by simonmar
fixed: Thanks; fixed. […]
01:24 Ticket #2185 (Memory leak with parMap) closed by simonmar
fixed: Fixed: […]

05/25/10:

16:36 Ticket #4097 (Runtime segfaults on +RTS -hr) created by mightybyte
I get a segfault whenever running the Snap Framework hello world app with …
09:23 Ticket #4015 (:browse prints record selectors too many times) closed by simonpj
fixed: Fixed by […]
09:20 Status/SLPJ-Tickets edited by simonpj
(diff)
08:36 Ticket #4096 (New primops for indexing: index*OffAddrUsing# etc) created by simonpj
Here's an email from Roman, and response from Simon. Making a ticket so …
07:20 Status/SLPJ-Tickets edited by simonpj
(diff)
06:15 Ticket #4064 (SpecConstr broken for NOINLINE loops in 6.13) closed by simonpj
fixed: This patch stops SpecConstr doing anything for NOINLINE things […] I …
06:13 Ticket #4087 (GHCi printing GADT introduces unused type variable) closed by simonpj
fixed: Good point, thank you. Fixed by […] Test case added. Simon
05:37 Ticket #4095 (add Applicative instance for Either) created by ross
The proposal is to add this instance to Control.Applicative: […] This …
04:46 Ticket #4056 (GHC panic with small TH code) closed by simonpj
fixed: Excellent point. Not quite as simple to fix as I thought! Thank you for …
04:31 Ticket #4094 ("+RTS -px" is undocumented and doesn't produce XML) created by igloo
The "+RTS -px" is undocumented (except for appearing in the "+RTS -?" …
04:14 Status/SLPJ-Tickets edited by simonpj
(diff)
02:55 ViewPatterns edited by simonpj
(diff)
01:53 Building/Using edited by simonpj
(diff)
01:52 Building/Using edited by simonpj
(diff)
00:22 Ticket #4083 (Generalized newtype deriving fails for newtypes that are type family ...) closed by simonpj
invalid: Thanks. It's definitely a bug that you get an 'impossible' error, …

05/24/10:

19:09 Commentary/Rts/HaskellExecution/PointerTagging edited by marcotmarcot
>= instead of > (diff)
10:08 Ticket #4093 (compiler hangs (type checking?)) created by dias
The compiler hangs while compiling the following program, probably during …
08:57 Ticket #4092 (Floating point manipulation : ulp and coerce IEEE-754 Double# into Word64#) created by malosh
There are currently two ways to compute the ulp of double numbers with GHC …
06:36 Ticket #4091 (Parse error on curried context of instance declaration) created by basvandijk
Assume we have the following classes: […] GHC allows you to write a …
05:41 Ticket #4046 (Add System.IO.hGetBufSome) closed by simonmar
fixed: Done. […]
03:44 Status/SLPJ-Tickets edited by simonpj
(diff)
02:32 Ticket #4090 (Impossible compilation with primitive operations (possibly unsafeCoerce#)) closed by simonmar
invalid: unsafeCoerce# isn't guaranteed to work between integral types and …
00:37 Status/SLPJ-Tickets edited by simonpj
(diff)

05/23/10:

20:27 Ticket #4090 (Impossible compilation with primitive operations (possibly unsafeCoerce#)) created by malosh
On the following code : ulp#::Double#->Double# ulp# d= let …
04:26 Ticket #4089 (Empty Show instance + phantom type + GHCi = out of memory) closed by igloo
invalid: pumpkin is right: The default Show instance includes […] and […] …
04:07 Ticket #4085 (minor External Core prettyprinter bug) closed by igloo
fixed: Thanks, I've applied the patch - but it looks like you recorded it against …
04:06 Ticket #4053 (Incorrect install-name for dynamic Darwin rts.) closed by igloo
fixed: Applied, thanks!

05/22/10:

22:51 Ticket #4089 (Empty Show instance + phantom type + GHCi = out of memory) created by japple
[…] Load in GHCi, type "M" and then enter at the prompt. It kills all …
17:15 Ticket #4088 (GHCi crash) created by guest
I used GHCi for playing with my code, then it hung (my fault) so I closed …
15:50 Ticket #4087 (GHCi printing GADT introduces unused type variable) created by japple
[…] when printed in GHCi: […]

05/21/10:

11:18 Ticket #3889 (configure script is generating the incorrect value for ...) closed by igloo
fixed: Fixed in HEAD and 6.12 branch by: […]
11:17 Ticket #4060 (runhaskell Setup register fails with "internal error: unexpected package ...) closed by igloo
Merged.
08:52 Ticket #4068 (GHC 6.12.2 on Mac OS X from GHC-6.12.2-i386.pkg fails with "Undefined ...) closed by igloo
invalid: I'm not sure there's anything we can do here, so I'm closing the ticket. …
08:24 Ticket #4086 (Data.List 'nub' function is O(n^2)) created by Pete
I recently discovered that some Haskell code was running much slower than …
04:15 Ticket #4084 (minor External Core prettyprinter bug) closed by igloo
duplicate: duplicate of #4085.

05/20/10:

14:42 Ticket #4085 (minor External Core prettyprinter bug) created by tim
The ext-core pretty printer was printing out rational literals like: {{{ …
14:41 Ticket #4084 (minor External Core prettyprinter bug) created by tim
The ext-core pretty printer was printing out rational literals like: {{{ …
10:23 Ticket #4083 (Generalized newtype deriving fails for newtypes that are type family ...) created by RANDY Ruler of Zexernet
With FlexibleContexts?, FlexibleInstances?, GeneralizedNewtypeDeriving?, …
03:05 Commentary/Rts/Scheduler edited by simonmar
(diff)
02:58 Commentary/Rts/Scheduler edited by simonmar
(diff)
02:58 Commentary/Rts/Scheduler edited by simonmar
update to new InCall? story (diff)
02:33 Ticket #4041 (possible misbehaviour of hGet/hGetBuf) closed by simonmar
fixed: Simon Marlow was simply confused. The fix for #3808 has now been …
00:50 Ticket #4082 (top level TH splices accepted with -XNoTemplateHaskell) closed by simonpj
duplicate: Thanks! Happily it's a dup of #4042, which is now fixed. Simon

05/19/10:

14:44 Ticket #4072 (Local package DB doesn't take preference over global DB) closed by igloo
fixed: Merged.
14:44 Ticket #4074 (Forking not possible with large processes) closed by igloo
fixed: Both merged.
09:09 Ticket #4082 (top level TH splices accepted with -XNoTemplateHaskell) created by aavogt
This is accepted: […] It should require -XTemplateHaskell
08:27 Ticket #2924 (createDirectory: permission denied) closed by simonmar
invalid: Suspected to be not a bug. Ian points out one reason why the test might …
06:53 Building/Preparation/Windows edited by simonmar
(diff)
06:48 Building/Troubleshooting edited by simonmar
(diff)
06:40 Building/Preparation/Windows edited by simonmar
(diff)
05:21 Ticket #4081 (Strict constructor fields inspected in loop) created by rl
Here is a small example to illustrate the problem: […] […] …
05:05 Ticket #4078 (hReady and hWaitForInput block under Windows) closed by igloo
fixed: Merged.

05/18/10:

22:20 Ticket #4080 (Use libcharset instead of nl_langinfo(CODESET) if possible.) created by PHO
nl_langinfo(CODESET) doesn't always return standardized variations of …
07:34 Ticket #3953 (Misleading error message when quasiquoter not in scope) closed by igloo
fixed: Merged.
01:37 Ticket #4079 (digits-of-e1.slowstdout is missing) closed by simonmar
fixed: Applied, thanks!

05/17/10:

05:11 Commentary/Compiler/Backends/LLVM edited by simonpj
(diff)
05:11 Commentary/Compiler/Backends/LLVM edited by simonpj
(diff)
01:58 Ticket #4079 (digits-of-e1.slowstdout is missing) created by pejo
There is a slow test for digits-of-e1 but no corresponding …

05/16/10:

14:44 Ticket #4003 (tcIfaceGlobal panic building HEAD with 6.12.2) closed by igloo
fixed: Test added
12:06 Ticket #4078 (hReady and hWaitForInput block under Windows) created by tbogdala
While using a Network.Socket converted to a Handle with socketToHandle, …
11:01 Ticket #4075 (configure --help shows duplicate options) closed by igloo
fixed: Thanks for the report; fixed: […]
09:17 Ticket #4077 (Move MonadPlus instance for STM from Control.Monad.STM to GHC.Conc) created by basvandijk
In [ http://thread.gmane.org/gmane.comp.lang.haskell.libraries/13054 the …
06:55 Ticket #4070 (Don't use sh to run boot.) closed by igloo
fixed: Applied to HEAD and 6.12: […]
04:44 Ticket #4076 (Add Applicative instance for STM) created by basvandijk
I propose adding an Applicative instance for STM. The first attached …
01:29 Ticket #4075 (configure --help shows duplicate options) created by basvandijk
When I run ./configure --help in the HEAD branch of ghc, I see the …

05/15/10:

14:40 Ticket #4060 (runhaskell Setup register fails with "internal error: unexpected package ...) closed by duncan
fixed: The workaround (and indeed the sensible thing to do) is not to try and …
13:28 Ticket #4074 (Forking not possible with large processes) created by nomeata
If a haskell program requires a lot of memory, trying to fork() fails …
07:49 Ticket #4066 (hSetEncoding only sets the encoding for the read side of a duplex Handle) closed by igloo
fixed: Merged
07:09 Ticket #4051 (ghci :m command doesn't work with module names containing ') closed by igloo
fixed: Merged

05/14/10:

13:53 Ticket #4073 (Error with '#' at beginning of line in literate Haskell) created by guest
When trying to load the attached file, I'm getting this error: lexical …
10:33 Ticket #4072 (Local package DB doesn't take preference over global DB) created by tibbe
I sometime find myself wanting to compile some small test program (say …
09:03 Ticket #4071 (minor error in ghc manual regarding type defaulting) created by rwbarton
In section 2.4.5 "Type defaulting in GHCi" of the GHC manual …
01:50 Status/SLPJ-Tickets edited by simonpj
(diff)
00:51 Ticket #4070 (Don't use sh to run boot.) created by simonpj
A patch from Marco Túlio Gontijo e Silva <marcot@…>
00:25 Ticket #4063 (target "is not a module name or a source file") closed by beroal
fixed

05/13/10:

09:14 Ticket #4050 (Mac OS X build fails: ghc.mk:96: *** Make has restarted itself 3 times; is ...) closed by igloo
fixed: Thanks PHO for the patch, and thorkilnaur for the testing! Patch applied.
07:20 Ticket #4069 (ASSERTION FAILED: file rts/Schedule.c, line 1305) created by jutaro
From time to time Leksah crashes with the above message. GHC version …
06:15 Ticket #4068 (GHC 6.12.2 on Mac OS X from GHC-6.12.2-i386.pkg fails with "Undefined ...) created by thorkilnaur
With […] installed from …
02:16 Ticket #4067 (Building haskeline-0.6.2.2 with Mac OS X and GHC-6.12.2 fails with ...) closed by thorkilnaur
invalid: Fixed by runhaskell Setup clean - I had built haskeline earlier with …

05/12/10:

14:02 Ticket #4067 (Building haskeline-0.6.2.2 with Mac OS X and GHC-6.12.2 fails with ...) created by thorkilnaur
Building haskeline-0.6.2.2 with […] fails with […] Best regards …
06:11 Ticket #4066 (hSetEncoding only sets the encoding for the read side of a duplex Handle) created by simonmar
For example, calling hSetEncoding on a socket only works for reading, …
01:12 Ticket #4065 (Inconsistent loop performance) created by rl
Here are two small benchmarks: […] On my laptop, I consistently get a …
00:36 Ticket #4064 (SpecConstr broken for NOINLINE loops in 6.13) created by rl
Example: […] This is what GHC generates: […] At the moment, we …

05/11/10:

09:14 Ticket #4063 (target "is not a module name or a source file") created by beroal
Create a standalone Haskell program "/tmp/delme.hs". Then do […] We …
06:31 Building/Troubleshooting edited by simonpj
(diff)
06:30 Ticket #4062 (Bad choice of loop breaker?) created by rl
When compiling …
06:30 Building/Troubleshooting edited by simonpj
(diff)
02:50 Ticket #4061 (Implement mutually recursive view patterns) created by batterseapower
I got bit by the fact that mutually recursive view patterns don't work …
02:41 Ticket #4060 (runhaskell Setup register fails with "internal error: unexpected package ...) created by mrothe
I built 6.12.2 using the already installed (and working) ghc-6.12.1. I …
Note: See TracTimeline for information about the timeline view.