Timeline


and

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. …

05/01/10:

17:51 Ticket #4036 (Compiled FFI static imports are invalid when imported in GHCI) created by jmillikin
When I try to use the FFI syntax for static storage, only modules running …
11:04 Ticket #3016 (Long compile times, large memory use with static data in 6.10) closed by igloo
fixed: In HEAD this finishes in 1G of RAM in 2.5mins. 6.12.2 ran out of memory …
09:24 GHC_trac_tickets.png attached to Status/Apr10 by igloo
08:15 Ticket #4035 (Asynchronous exception wormholes kill modularity) created by basvandijk
Functions like finally create, what I call, an asynchronous exception …

04/30/10:

13:03 Ticket #4010 (Confusing help for +RTS -e) closed by igloo
fixed: Merged
11:12 Ticket #4026 (library documentation has unstable URLs) closed by igloo
fixed: I've added redirects.
10:12 Ticket #3135 (ext-core docs missing from web site) closed by igloo
fixed: Done. If by "cite" you mean in academic papers, I think it would be …
09:37 Milestone 6.12 branch completed
[ http://hackage.haskell.org/trac/ghc/query?status=new&status=assigned&statu
09:37 Milestone 6.14 branch completed
08:24 Ticket #3978 (ghc error while compiling Data.Vector.Algoriths.Intro) closed by igloo
wontfix: OK, thanks!
05:57 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
04:37 Ticket #4023 (Inlining pragma fails to fire) closed by simonpj
wontfix: Thanks, quite right. The inlining mechanism has been comletely …
03:53 Commentary/Libraries edited by simonpj
(diff)
00:41 Ticket #4008 (type error trying to specialize polymorphic function) closed by simonpj
invalid: The program isn't well-typed, and is rightly rejected. Remember that type …

04/29/10:

22:41 Ticket #4034 (GHC > 6.10 fails to build on PowerPC / MacOS X Leopard) created by PHO
I'm trying to build GHC 6.12.2 on PowerPC / MacOS 10.5.8, but stage2 …
13:08 Ticket #3917 (Bus error with strictness annotations) closed by igloo
worksforme: No response from submitter
06:29 Ticket #4033 (Path to TOP not escaped correctly when creating Config.hs in annrun01 test) created by batterseapower
The annrun01 test creates a Haskell file containing (as a Haskell literal) …
06:25 Ticket #4032 (Missing -I flag for windres on Windows) created by batterseapower
The build system needs to invoke windres with -I to specify the path where …
04:22 Ticket #3905 (GHCi Startup Error) closed by igloo
wontfix: I'm afraid we are no longer support the GHC 6.6 branch. I recommend you …
03:24 Building/QuickStart edited by RavuAlHemio
"boot" is a Perl, not a Bourne Shell script (diff)

04/28/10:

16:50 Ticket #3939 (remove obsolete todo item) closed by igloo
fixed: Thanks for the report. This was fixed by: […]
16:30 Ticket #3921 (hsc2hs and Windows line endings on linux) closed by igloo
fixed: Thanks for the report. This is fixed in 6.12.2: […]
16:13 Ticket #4031 (Build broken with cygwin make 3.81) created by batterseapower
Cygwin make 3.81 (the latest version) doesn't support Windows paths, but …
11:45 Ticket #4030 (internal error: resurrectThreads: thread blocked in a strange way: 12) created by igloo
With 6.13.20100428: w.hs: […] […]
09:59 WorkingConventions edited by igloo
(diff)
09:58 WorkingConventions edited by igloo
(diff)
09:57 WorkingConventions edited by igloo
(diff)
09:48 WorkingConventions edited by simonpj
(diff)
09:46 WorkingConventions edited by simonpj
(diff)
09:45 WorkingConventions edited by simonpj
(diff)
09:43 WorkingConventions edited by simonpj
(diff)
09:32 WorkingConventions/FixingBugs edited by simonpj
(diff)
09:31 WorkingConventions/FixingBugs edited by simonpj
(diff)
09:16 Ticket #4029 (ghci leaks memory when loading a file) created by blarsen
In the 6.12 series, ghci leaks memory when loading definitions. This …
06:27 WorkingConventions edited by igloo
(diff)
06:26 WorkingConventions edited by igloo
(diff)
06:00 WorkingConventions edited by igloo
(diff)
05:58 WorkingConventions edited by igloo
(diff)
05:58 WorkingConventions edited by igloo
(diff)
05:52 WorkingConventions edited by igloo
(diff)
04:58 Ticket #4028 (Derived Data instance requires Data instances for unused type parameters) created by igloo
First reported here: …
03:55 Commentary edited by batterseapower
Linkify (diff)
02:23 Ticket #4027 (Fix documentation for forkProcess) created by golubovsky
Since forkProcess is disabled when number of cores to use is greater than …

04/27/10:

22:13 Ticket #4026 (library documentation has unstable URLs) created by duncan
Currently google is returning URLs for ghc libraries that return 404, eg: …
17:43 Ticket #4025 (template-haskell Use named fields in Info) created by aavogt
== Problem == The meaning of the fields for constructors of …
16:53 Ticket #1576 (Document Template Haskell API) closed by igloo
fixed: Thanks! I've applied the first, large patch. The second one I agree isn't …
16:25 Ticket #3135 (ext-core docs missing from web site) closed by igloo
fixed: Works for me. Note that the core docs have moved to …
14:55 Ticket #4024 (Making toList a member of Foldable) closed by Eelis-
invalid: Proposal withdrawn, as it was pointed out on the -cafe thread that the …
13:35 Ticket #4024 (Making toList a member of Foldable) created by Eelis-
The toList function in Data.Foldable is currently not a member of the …
11:53 Ticket #4023 (Inlining pragma fails to fire) created by LouisWasserman
In an attempt to ensure deforestation in Data.Map usage, toAscList was …
11:11 Ticket #4014 (hsc2hs cannot open custom template file) closed by igloo
fixed: Fixed in HEAD and 6.12 branch by: […]
08:44 Ticket #4016 (Strange display behaviour in GHCi) closed by simonmar
invalid: It is because GHC.Integer.Type is not an exposed module in the …
05:32 Ticket #3783 (Allow --make and --fno-code) closed by simonmar
fixed: Done: […]
05:30 Ticket #3515 (Use --make mode by default) closed by simonmar
fixed: Done: […]
04:15 Ticket #4022 (GHC Bindist is Broken on FreeBSD/amd64) created by pgj
After correcting the name of the FreeBSD/amd64 platform in …
03:59 Ticket #4021 (Problem of Interaction Between the FreeBSD Kernel and the GHC RTS) created by pgj
There is a process (throwto003, test 173) during running `gmake -C …
02:37 Building/RunningTests edited by batterseapower
(diff)
01:45 Building/RunningNoFib edited by simonpj
(diff)

04/26/10:

17:33 Ticket #4020 (Please consider adding support for local type synonyms) created by nr
I would really like to be able to put a type synonym in a where clause. …
08:52 Ticket #4019 (deriving Ord can produce incorrect and inefficient instances) created by rl
This bug was spotted by Barak Pearlmutter in …
06:58 Ticket #4018 (Concurrency space leak) created by simonpj
This thread …
05:35 Building/GettingTheSources edited by simonmar
(diff)
05:33 Building/GettingTheSources edited by simonmar
(diff)
05:30 Building/GettingTheSources edited by simonmar
clean up now that we have hashed repos (diff)
05:13 DarcsRepositories edited by simonmar
(diff)
03:16 Ticket #4017 (Unhelpful error message in GHCi) created by simonpj
John Launchbury encountered an unhelpful error message in GHCi. Try this: …
03:08 Ticket #4016 (Strange display behaviour in GHCi) created by simonpj
Kazu encountered another GHCi oddity. Try ":browse Prelude" in GHCi. …
02:51 Ticket #4015 (:browse prints record selectors too many times) created by simonpj
Kazu Yamamoto points out that this module […] when loaded into GHCi …

04/25/10:

19:42 Ticket #4014 (hsc2hs cannot open custom template file) created by golubovsky
Note: this happens to hsc2hs which comes with binary ghc-6.12.2. hsc2hs …
14:48 Ticket #3931 (extensible-exceptions 0.1.1.1 fails to build on GHC 6.8 (Cabal 1.2)) closed by igloo
fixed: Done: […] and 0.1.1.2 is on hackage.
06:37 Ticket #4013 (build fails on OS X: Invalid Mach-O file:Address out of bounds while ...) created by igloo
Validate goes through on OS X, but a normal build (such as that done by …
02:18 Status/Apr10 edited by igloo
(diff)

04/24/10:

14:52 Ticket #4012 (Compilation results are not deterministic) closed by simonmar
invalid: See Commentary/Compiler/RecompilationAvoidance#Interfacestability, …
07:54 Ticket #4011 (GHC download page lists incorrect version for Haskell Platform) closed by igloo
fixed: Fixed, thanks
06:05 Ticket #4012 (Compilation results are not deterministic) created by kili
There are some issues with non-determinism in the output of GHC, which …
01:12 Ticket #4011 (GHC download page lists incorrect version for Haskell Platform) created by japple
The [http://www.haskell.org/ghc/download_ghc_6_12_2.html GHC download …
00:29 Ticket #4010 (Confusing help for +RTS -e) created by rl
This is an excerpt from +RTS --help: […] This happens with 6.10, 6.12 …

04/23/10:

20:02 Ticket #4009 (can newtype be extended to permit GADT-like declarations) created by nr
I'd like to create the following value constructor without the overhead of …
14:47 Ticket #4008 (type error trying to specialize polymorphic function) created by nr
The attached module won't compile---definition of 'wrap' is rejected. …
13:29 Ticket #4004 (Improve performance of a few functions in Foreign.Marshal.*) closed by simonmar
fixed: Thanks for the patches and benchmark. I found the missing optimisation in …
13:24 Ticket #4007 (Look again at eta expansion during gentle simplification) created by simonmar
Today I noticed that sequence_ . replicate was not being optimised in …
13:13 Ticket #4006 (System.Process doesn't encode its arguments.) created by Khudyakov
System.Process doesn't encode strings while creating new processes. It …
09:13 gdbinit attached to Debugging/CompiledCode by batterseapower
.gdbinit
06:15 Ticket #4005 (Bad behaviour in the generational GC with paraffins -O2) created by hwloidl
paraffinsL.hs seems to give a slowdown of almost a factor of 2 when using …
05:17 Ticket #3891 (evacuate: strange closure types THUNK_STATIC and CONSTR_NOCAF_STATIC on ...) closed by kaol
invalid: From what I heard on IRC, this is some memory corruption issue with ia64. …

04/22/10:

12:42 Ticket #4004 (Improve performance of a few functions in Foreign.Marshal.*) created by rtvd
A number of functions in Foreign.Marshal.* are relatively slow. The …
11:15 Ticket #3945 (Bugs (with fixes) in withThread and runInUnboundThread) closed by igloo
fixed: Both merged.
11:12 Ticket #3929 (hsc2hs can't find gcc when run directly on Windows) closed by igloo
fixed: Merged.
07:54 Platforms edited by igloo
(diff)
07:17 Ticket #3943 (unused variable warning in view pattern is wrong) closed by igloo
fixed: Merged: […]
07:16 Ticket #3950 (panic: Unify.uTys_s: mismatched type lists!) closed by igloo
fixed: Merged.
07:16 Ticket #3968 (DoRec not supported, but RecursiveDo deprecated) closed by igloo
fixed: Merged
05:52 Status edited by shelarcy
Roll back page for removing spam. (diff)
05:50 WikiStart edited by shelarcy
Roll back page for removing spam. (diff)
05:14 Ticket #4003 (tcIfaceGlobal panic building HEAD with 6.12.2) created by simonmar
This is bad, because we can't build HEAD with the newly released 6.12.2. …
04:29 Ticket #4002 (Base new top-level names on the binder the code originated from (if any)) created by tibbe
Generated top-level names currently starts with a followed by some …
02:02 Ticket #4001 (Implement an atomic readMVar) created by simonmar
Requested by various people, most recently by John Launchbury. The idea …

04/21/10:

21:41 Ticket #4000 (The impossible happened) created by sabaki
[…]
15:39 Ticket #3999 (Improved folds for Data.Map and Data.IntMap) created by LouisWasserman
This proposal aims to make the following improvements: Previously, …
11:50 Ticket #1597 (OpenGL: Bindings for GLE library?) closed by igloo
invalid: If nothing else, HsOpenGL tickets don't belong in this trac any more, so …
10:48 Ticket #3979 (+RTS -S inserts only the last three commas into large allocation sums) closed by igloo
fixed: Fixed: […]
08:29 Ticket #3958 (method definitions fail to refer to method-context classes) closed by igloo
invalid: When someone calls […] they get to choose what type to use for b. …
07:40 Ticket #1696 (Confusing type signature) closed by nominolo
fixed: Seems to be fixed in 6.12.1. […]
06:52 Ticket #3997 (Lazy I/O and asynchronous exceptions don't mix well) closed by simonmar
fixed: I've fixed this in the IO library: […]
02:40 Ticket #3998 (strace breaks System.Process(?)) created by greenrd
See …
01:05 WorkingConventions/Darcs edited by simonmar
(diff)
01:02 GettingStarted edited by simonmar
add BugSweep link (diff)
00:58 GettingStarted edited by simonmar
fix register link (diff)

04/20/10:

08:26 Status/Apr10 edited by igloo
(diff)
08:16 Status/Apr10 edited by igloo
(diff)
07:47 Status/Apr10 edited by igloo
(diff)
07:00 Ticket #3997 (Lazy I/O and asynchronous exceptions don't mix well) created by simonmar
This program: […] results in […] when really it should just wait …
06:22 Ticket #3932 (haddock.exe: internal error: awaitRequests: odd thread state) closed by simonmar
worksforme: I didn't see this in a recent validate, so I'm assuming it is fixed. …
06:21 Ticket #3987 (haddock: segmentation fault) closed by simonmar
fixed: Fixed: […]

04/19/10:

13:22 Ticket #3996 (bug in GHC when compiling HOC (SVN revision 413)) created by andrewe
I'm trying to compile the Haskell Cocoa binding HOC on Mac OS X 10.6 (Snow …
11:19 Ticket #3995 (Comment delimiters ignored inside compiler pragma) created by heatsink
GHC accepts some pragmas that are not valid comments because of embedded …
08:59 Ticket #3994 (Add support for creating and interrupting process groups) created by hamish
This patch introduces the following to System.Process new_group
08:06 Ticket #3989 (Parallel GC with more -N than physical processors gives dramatic slowdown ...) closed by simonmar
duplicate: Thanks for the report; closing as duplicate of [[TicketQuery(...)]] …
07:49 Ticket #3918 (Got internal error: stg_ap_v_ret when call forkProcess) closed by simonmar
invalid: The submitter says we can close the ticket, providing these notes: […] …
07:45 Ticket #3969 (Poor performance of generated code on x86.) closed by simonmar
wontfix: This is exactly the kind of thing that LLVM and the new backend will fix. …
07:24 Ticket #3967 (Adding heap profiling RTS options causes segfault) closed by simonmar
worksforme: Works for me using today's HEAD. I don't recall fixing anything that …

04/17/10:

15:13 Status edited by SofiaMiller
(diff)
15:09 WikiStart edited by SofiaMiller
(diff)
07:21 Ticket #3992 (Redundant import warning is sometimes not correct) closed by igloo
fixed: Thanks for the report. Happily, this is already fixed (i.e. you don't get …
07:03 Ticket #3991 (One function missing in Data.Map) closed by igloo
wontfix: Can you please make a proposal for this using the …
07:01 Ticket #3988 (Spelling correction in LANGUAGE pragmas) closed by igloo
fixed: Applied, thanks!

04/16/10:

18:07 Ticket #3993 (allow implicit parameter bindings in patterns) created by aavogt
It could work like such: […] becoming something like […] Of …
13:24 Builder edited by thorkilnaur
(diff)
10:37 Builder edited by pgj
Fix link :) (diff)
10:36 Builder edited by pgj
Add OpenSSL on FreeBSD (diff)

04/15/10:

15:05 Ticket #3992 (Redundant import warning is sometimes not correct) created by basvandijk
When working on my usb-safe library I just discovered a warning message …

04/14/10:

21:58 Ticket #3991 (One function missing in Data.Map) created by plmday
Isn't the function adjustLookupWithKey missing in Data.Map? …
09:56 Builder edited by igloo
(diff)
06:29 Ticket #3990 (UNPACK doesn't unbox data families) created by rl
Here is an example: […] We would like T to just store two Double# but …
02:27 Ticket #3989 (Parallel GC with more -N than physical processors gives dramatic slowdown ...) created by NeilMitchell
Running hlint 1.6.21 ( http://hackage.haskell.org/package/hlint) with GHC …

04/13/10:

14:24 ViewPatterns edited by walkie
typo fixes (diff)
12:33 Ticket #3988 (Spelling correction in LANGUAGE pragmas) created by batterseapower
Somewhat in the spirit of my perenially-ignored #2442 ticket: […] …
11:33 Ticket #3987 (haddock: segmentation fault) created by Artyom.Kazak
I was building GHC and got this error message from haddock.exe while …
05:54 Ticket #3986 (The install button is inactive in the GHC installer for Mac OS X) closed by francescac
fixed: Problem solved: I had XCode 3.0. However, you should update the …
05:06 Ticket #3986 (The install button is inactive in the GHC installer for Mac OS X) created by francescac
The install button is inactive in the GHC installer for Mac OS X.
04:26 Ticket #3985 (--make does not cooperate with -hide-package which causes problems for ...) closed by uzytkownik
invalid
01:50 Ticket #3985 (--make does not cooperate with -hide-package which causes problems for ...) created by uzytkownik
If there is -hide-package with --make all packages are hidden …
00:14 Ticket #3984 (Handle multiline input in GHCi history) created by aavogt
GHCi accepts multiline input in the form of: […] OR of the form: …
Note: See TracTimeline for information about the timeline view.