Timeline


and

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 …

05/10/10:

07:30 Ticket #4059 (possible error in foreign wrapper reentering Haskell) closed by simonmar
duplicate: Thanks for the detailed report. This is another instance of #4038, and as …
04:58 Ticket #4059 (possible error in foreign wrapper reentering Haskell) created by aruiz
The following simple code works as expected in 6.12.1, 6.10, and all …
02:15 Ticket #4058 (improve error message: Module `System.IO' does not export `LineBuffering') created by simonmar
LineBuffering is a constructor, and System.IO definitely does export …
00:46 Ticket #4055 (Incorrect parsing of declarations) closed by simonpj
duplicate: Yes, this is a dup of #4042, which I fixed last week. It's because the …

05/09/10:

12:24 Ticket #4057 (Modifying TVar after calling always causes freeze/spin in GHCi) created by Baughn
The attached code, if run under GHCi, causes GHCi to freeze while spinning …
11:58 Ticket #3852 (Building GHC 6.12.1 with Cabal 1.9.0 installed) closed by igloo
fixed: Fixed in 6.12 branch and HEAD. […]
08:04 Ticket #4056 (GHC panic with small TH code) created by verdelyi
[…]
07:43 Ticket #4031 (Build broken with cygwin make 3.81) closed by igloo
fixed: Fixed in HEAD and 6.12 branch. […]

05/08/10:

17:32 Ticket #3913 (array 0.3.0.0 should depend on base >= 4.2.0.0) closed by igloo
fixed: Fixed in 6.12 by: […]
17:32 Ticket #4038 (segmentation fault between GHC-6.12.2 and gtk2hs) closed by igloo
fixed: Merged.
17:31 Ticket #4029 (ghci leaks memory when loading a file) closed by igloo
fixed: Fixed in 6.12 by: […]
09:53 Ticket #4055 (Incorrect parsing of declarations) created by diatchki
GHC's parser seems to accept incorrect Haskell programs, which leads to …
09:39 Ticket #4054 (Configure script for Linux binary does not check for libgmp) created by diatchki
The "configure" script packaged with the binary distribution downloadable …
08:11 Ticket #4053 (Incorrect install-name for dynamic Darwin rts.) created by PHO
rts/ghc.mk doesn't properly set install-name for dynamic rts libraries on …

05/07/10:

13:56 Ticket #3964 (Impossible happened when using ViewPattern in Arrows) closed by igloo
fixed: Merged.
13:56 Ticket #3965 ('deriving Data' compilation regression 6.10.1 -> 6.12.1) closed by igloo
fixed: Merged
07:59 Ticket #4042 (Order of declarations affects the correctness of reported error.) closed by simonpj
fixed: Right. Fixed by […] Now you get […] At least that's what happens …
06:51 Building/Using edited by simonpj
(diff)
06:33 Ticket #3922 (nameModule panic when building numbers package) closed by simonpj
fixed: Thanks for a helpful report. I've fixed this, but it was a while ago now. …
05:38 Ticket #4052 (Two sided sections) created by aavogt
Allow sections to be functions of two arguments: […] Where the …
03:08 Ticket #4051 (ghci :m command doesn't work with module names containing ') created by nomeata
This bug was filed on the Debian bug tracker at …
02:45 WikiStart edited by simonmar
update status (diff)

05/06/10:

17:48 WorkingConventions/AddingFeatures edited by merehap
Fixed spelling. (diff)
16:27 Ticket #3855 (switch back to using a darcs repo for bytestring, and reenable the ...) closed by igloo
fixed: Done.
10:06 Ticket #3955 (occasional stray "mkUsageInfo" output) closed by simonpj
fixed: Fixed by […] Then I made the mkUsageInfo warning into a panic […] …
10:00 Ticket #3966 (Warn about useless UNPACK pragmas) closed by simonpj
fixed: I thought this was going to be easy: […] but that didn't work (it was …
07:37 Ticket #3933 ("include" deprecation warning is a bit off) closed by igloo
fixed: Fixed in HEAD and 6.12: […]
07:27 Ticket #4050 (Mac OS X build fails: ghc.mk:96: *** Make has restarted itself 3 times; is ...) created by thorkilnaur
The tn23 GHC builder […] fails with: […] First time: …
05:12 Ticket #3149 (Data.HashTable is slow) closed by simonmar
fixed: I'm claiming this is fixed in 6.12.1: […]
01:58 Ticket #4036 (Compiled FFI static imports are invalid when imported in GHCI) closed by simonmar
duplicate: Thanks for the report; this is a known bug (#781) that is hard to fix. …
01:34 Ticket #3951 (Unknown symbol error when ghci tries to load package scion) closed by simonmar
invalid: The module Scion.Types.Outline is missing from exposed-modules in …

05/05/10:

15:10 Ticket #4033 (Path to TOP not escaped correctly when creating Config.hs in annrun01 test) closed by igloo
fixed: Merged
15:10 Ticket #4027 (Fix documentation for forkProcess) closed by igloo
fixed: Merged
15:09 Ticket #3884 (killThread documentation) closed by igloo
fixed: Merged
15:09 Ticket #3890 (runghc sometimes won't allow redirecting of stdout/stderr) closed by igloo
fixed: Merged
15:08 Ticket #4032 (Missing -I flag for windres on Windows) closed by igloo
fixed: Merged
09:52 Ticket #4049 (Support for ABI versioning of C libraries) created by uzytkownik
Currently the SO files can be versioned - like in libgtk-x11-2.0.so.0. …
09:16 Status/Apr10 edited by simonpj
(diff)
09:16 Status/Apr10 edited by simonpj
(diff)
09:14 Status/Apr10 edited by simonpj
(diff)
09:13 Status/Apr10 edited by simonpj
(diff)
09:12 Status/Apr10 edited by simonpj
(diff)
09:11 Status/Apr10 edited by simonpj
(diff)
09:03 Status/Apr10 edited by simonpj
(diff)
07:46 Ticket #3894 (UnicodeSyntax ellipsis character) closed by simonmar
fixed: Fixed: […]
07:19 Status/Apr10 edited by chak
(diff)
06:31 Ticket #3930 (ghci does not consider library-dirs of dependent packages for dlopen()) closed by simonmar
wontfix: After talking to Duncan about this, we agreed that all extra-libraries
06:30 Ticket #4048 (ghc-pkg should check for existence of extra-libraries) created by simonmar
In #3930 we decided that all extra-libraries should be found either on …
05:57 Ticket #4021 (Problem of Interaction Between the FreeBSD Kernel and the GHC RTS) closed by simonmar
fixed: Fixed: […]
05:49 Ticket #2034 (In FilePath, current directory should be ".", not "") closed by simonmar
fixed: Pushed, and filepath version bumped to 1.2.0.0: […]
05:47 Ticket #2532 (Add Typeable instance to Data.Unique) closed by simonmar
fixed: Fixed: […]
05:46 Ticket #3298 (Add swap to Data.Tuple) closed by simonmar
fixed: Done: […]
05:42 Ticket #4030 (internal error: resurrectThreads: thread blocked in a strange way: 12) closed by simonmar
fixed: Fixed: […]
03:55 Ticket #3923 (internal error: throwTo: unrecognised why_blocked value (6.12.1)) closed by simonmar
worksforme: Submitter reports that he hasn't seen the bug in 7 weeks and can't produce …
03:22 Ticket #3973 (Derive Typeable and Eq instances for TMVar, TChan (and TArray)) closed by simonmar
fixed: I pushed all these. The Eq instance for TArray seems like the only …
03:22 Ticket #4047 (Incorrect unused-import warning in ghci) created by Berengal
Try to load the following in ghci with -fwarn-unused-imports: […] It …
03:16 Ticket #4046 (Add System.IO.hGetBufSome) created by simonmar
I'd like to add the following function to System.IO, alongside hGetBuf

05/04/10:

15:46 Ticket #3935 (buggy libffi) closed by igloo
fixed: It turns out our patches are no longer needed, so I've updated to plain …
12:22 Milestone 6.12.2 completed
12:16 Ticket #3849 (6.12.1: make framework-pkg on OS X creates package with broken installer) closed by igloo
worksforme: No response from submitter
12:08 Ticket #3770 (getting docs out of windows distro) closed by igloo
wontfix: No other supporters spoke up, so I'm closing this ticket
10:38 Ticket #4045 (Ghc panics 'ASSERT failed! file compiler/typecheck/TcTyFuns.lhs line 318' ...) created by milan
In the middle of the work on GHC backend I triggered a bug in GHC. After …
10:16 Ticket #4044 (Compilation of my ghc tree with ghc-6.12.2 -dcore-lint fails.) created by milan
In the middle of the work on GHC backend I triggered a bug in GHC 6.12.2. …
08:06 Status/Apr10 edited by simonpj
(diff)
08:04 Status/Apr10 edited by simonpj
(diff)
08:04 Status/Apr10 edited by simonpj
(diff)
08:02 Status edited by simonpj
(diff)
08:02 Status/Apr10 edited by simonpj
(diff)
05:29 Ticket #3399 (Generalize the type of Data.List.{deleteBy, deleteFirstsBy}) closed by igloo
wontfix: Looks like an abandoned proposal
05:29 Ticket #3362 (Adding a newtype EndoCategory to Control.Category) closed by igloo
wontfix: Looks like an abandoned proposal
05:28 Ticket #3304 (define gcd 0 0 = 0) closed by igloo
wontfix: Looks like an abandoned proposal
05:28 Ticket #3036 (Max/Min Monoids) closed by igloo
wontfix: Looks like an abandoned proposal
05:28 Ticket #3298 (Add swap to Data.Tuple) closed by igloo
wontfix: Looks like an abandoned proposal
05:26 Ticket #3058 (Add a 'hex' function to the pretty printing) closed by igloo
wontfix: Looks like an abandoned proposal
05:23 Ticket #2736 (Add bool to Data.Bool) closed by igloo
wontfix: Looks like an abandoned proposal
05:22 Ticket #2717 (Add nubWith, nubOrd) closed by igloo
wontfix: Looks like an abandoned proposal
05:21 Ticket #2660 (Add Down newtype wrapper for reversing orderings) closed by igloo
wontfix: Looks like an abandoned proposal
05:20 Ticket #2659 (Add sortOn and other *On functions) closed by igloo
wontfix: Looks like an abandoned proposal
05:06 Ticket #2646 (Expand folding options for Sets and Maps) closed by igloo
wontfix: Looks like an abandoned proposal
04:59 Ticket #2532 (Add Typeable instance to Data.Unique) closed by igloo
wontfix: Looks like an abandoned proposal
04:58 Ticket #2430 (Fix bug 1985) closed by igloo
wontfix: Looks like an abandoned proposal
04:58 Ticket #2316 (Add Applicative instances for all MTL Monads) closed by igloo
wontfix: Looks like an abandoned proposal
04:54 Ticket #2035 (New version of getModificationTime) closed by igloo
wontfix: Looks like an abandoned proposal
04:51 Ticket #1007 (Add parsing (and some more) to the time package) closed by igloo
fixed: Apparently mostly done, and the rest looks like an abandoned proposal.
04:47 Ticket #4043 (Parsing of guards, and type signatures) created by igloo
According to the report, this: […] shouldn't be accepted, but GHC …
02:49 Ticket #4042 (Order of declarations affects the correctness of reported error.) created by ChrisN
In the following code […] leads to an out of scope error for 'A', …
01:58 Status/Apr10 edited by simonmar
my status update (diff)

05/03/10:

23:17 Status/SLPJ-Tickets edited by simonpj
(diff)
14:33 Ticket #3962 (Add flipped fmap) closed by basvandijk
wontfix: There weren't enough votes to accept this proposal so I'm resolving it as …
11:30 Ticket #3854 (trac priority and milestone are completely hidden when not logged in) closed by igloo
fixed: Fixed.
10:44 Ticket #3550 (Dynamic libraries don't work on Mac OS/X) closed by igloo
fixed: In the HEAD, I've enabled dynamic libraries by default on OS X, fixed a …
10:31 Ticket #4041 (possible misbehaviour of hGet/hGetBuf) created by duncan
nominolo reports that the ByteString.hGet does not have the behaviour it …
09:03 Ticket #3861 (Make testing dynlibs on Windows work) closed by igloo
fixed: Done: […]
04:13 Ticket #4040 (Eq instance for Data.Data.DataType) created by Eelis-
The DataType? data type in Data.Data currently does not derive an Eq …
03:12 Ticket #4039 (problems with semaphores in ghc-6.10.4 unix-2.3.2.0) created by bastl
[…] When called like this "./locking2 a & ./locking2 b" I get: […] …
01:48 WorkingConventions edited by simonpj
(diff)
01:39 Status/SLPJ-Tickets edited by simonpj
(diff)

05/02/10:

22:45 Ticket #4038 (segmentation fault between GHC-6.12.2 and gtk2hs) created by guest
I have test gtk2hs code with GHC-6.12.2, always got "segmentation fault", …
10:26 Ticket #4037 (ghc/ghc-6.12.1 interacts strangely with quoted command line parameters) created by guest
pkgver.hs: […] PACKAGE_VERSION is expected to be a quoted string. …
Note: See TracTimeline for information about the timeline view.