Timeline


and

03/06/11:

10:10 Ticket #4977 (Warning about unqualified implicit imports) closed by igloo
fixed: Applied, thanks!

03/05/11:

22:43 Ticket #4999 (build fails on powerpc: error: 'ObjectCode' has no member named ...) created by nomeata
When building the Debian package for ghc-7.0.2 on powerpc, the build …[…]
16:25 Ticket #4998 (performance regressions) created by igloo
From …
15:45 Ticket #4996 (can't link executables due to dtrace error on Mac OS X 10.5) closed by igloo
wontfix: Thanks for the report. Unfortunately, we are no longer able to actively …
14:41 Ticket #4976 (zipWith static argument transformation) closed by igloo
wontfix: In the absence of evidence that it's a net gain, I'll close this ticket.
11:44 Ticket #4905 (New flag to disable warning on incomplete pattern matches in lambdas) closed by igloo
7.0 branch is closed, and this is already in the HEAD (which will become …
11:23 Ticket #4997 (Mac installers are missing ghc & cabal guides) created by MtnViewMark
The The GHC User's Guide & the Cabal guide are missing. They should be in …
08:44 Ticket #4996 (can't link executables due to dtrace error on Mac OS X 10.5) created by MtnViewMark
When building an executable on 10.5, the link step fails. Problem occurs …
05:47 Ticket #2722 (<<loop> when compiling with -O option with ghc-6.10.0.20081019) closed by igloo
invalid: Ah, you mean there is no bug in the arrow library after all? OK, thanks …

03/04/11:

12:20 Ticket #4995 (Compiling pandoc with llvm backend fails with panic) created by jgm
I decided to try compiling pandoc with the llvm backend (GHC 7.0.2 32 bit …
11:48 Ticket #2722 (<<loop> when compiling with -O option with ghc-6.10.0.20081019) closed by litoh
invalid
11:42 Ticket #4992 (LLVM trashes registers for primitive calls) closed by dterei
invalid: Cool! I wouldn't say that not paying attention to live variables is …
07:32 DarcsConversion edited by igloo
(diff)
07:30 DarcsConversion edited by simonmar
move libs to the second list (diff)
07:26 DarcsConversion edited by igloo
(diff)
07:23 DarcsConversion edited by igloo
(diff)

03/03/11:

14:44 Commentary edited by dterei
(diff)
14:39 Commentary edited by dterei
(diff)
14:38 Commentary edited by dterei
(diff)
13:25 Blog: New directions for Template Haskell comment added by tov
Part A would let me do several useful things with TH that I couldn’t in …
00:00 Milestone 7.0.2 completed

03/02/11:

16:43 Ticket #4994 (Deprecate Control.Exception.blocked in favour of getMaskingState) created by basvandijk
I [ http://www.haskell.org/pipermail/libraries/2011-February/015859.html
16:31 Ticket #4993 (getDirectoryContents goes into an infinite loop) closed by bos
invalid: I've got it figured out. It's not a GHC bug, and it's quite subtle. So. …
14:53 Ticket #4993 (getDirectoryContents goes into an infinite loop) created by bos
This is a really peculiar bug. Prepare for some fun! I'm using a tool …

03/01/11:

11:01 Ticket #4992 (LLVM trashes registers for primitive calls) created by scpmw
When calling, the LLVM backend will generate code that sets a number of …
09:08 Ticket #4991 (base GHC/Conc/Sync causes build failure) closed by nsch
worksforme: Git repo messed it up, works fine with darcs. Sorry.
09:07 Ticket #4990 (DPH (desugarer) causes GHC compilation to fail) closed by nsch
worksforme: Hmmm, the git repo messed it up, sorry. Works fine with darcs.
08:54 Ticket #4979 (IO performance regression in 7.0.2) closed by simonmar
wontfix: Yes, this was my fault. The change was: […] So small hPutStrs …
08:09 Ticket #4991 (base GHC/Conc/Sync causes build failure) created by nsch
Current HEAD fails with: […]
05:55 Ticket #4990 (DPH (desugarer) causes GHC compilation to fail) closed by simonmar
fixed: Was fixed by this patch to dph: […]
05:45 Ticket #4961 (Make the Timeout exception a newtype instead of a datatype) closed by simonmar
fixed: Pushed today: […]
04:19 Ticket #4990 (DPH (desugarer) causes GHC compilation to fail) created by nsch
When trying to build current head, we get the following error: […] …
02:18 Ticket #4989 (build error on mingw if pthreads is installed) created by int-e
(error from #ghc, by McManiaC) The build error is this, […] From the …
01:06 Ticket #4988 (Hang in GHCi debugger) created by simonmar
GHCi hangs when loading a file after stopping at an exception breakpoint: …

02/28/11:

18:37 Ticket #4987 (darcs: internal error: stg_ap_v_ret (GHC version 7.0.1 for ...) created by guest
While doing a darcs pull from the Agda repository …
17:34 Ticket #4986 (negative Double numbers print out all wrong) closed by igloo
fixed: Thanks for the report. Happily, this is a duplicate of #4867, which is …
17:24 Ticket #4986 (negative Double numbers print out all wrong) created by vincef13
Prelude> (-1) :: Double -3.666940035476786e76
06:58 Ticket #4860 (Text.Regex crasher) closed by simonmar
fixed: Great, thanks!

02/27/11:

18:33 Blog: New directions for Template Haskell comment added by guest
It seems backwards to have the more verbose syntax for the type-safe …
11:14 Ticket #1363 (Sourcing multi-line scripts in GHCi: track line numbers, and bail out ...) closed by igloo
fixed: Thanks, I've applied your patches, and opened another ticket (#4985) for …
11:12 Ticket #4985 (Improve locations in ghci errors) created by igloo
This shows GHC complaining of an error in line 9 of a 7 line file. The …
07:59 Ticket #4951 (Performance regression 7.0.1 -> 7.0.1.20110201) closed by igloo
fixed: Looks good, thanks!

02/26/11:

16:24 Ticket #4984 (OS X: ld: warning: -read_only_relocs cannot be used with x86_64) created by igloo
From …
13:21 Ticket #4983 (Warning about redundant import is wrong when hiding identifiers in order ...) closed by igloo
wontfix: I think the warning is OK in this case: You've explicitly imported the …
12:44 Ticket #4983 (Warning about redundant import is wrong when hiding identifiers in order ...) created by Lemming
Although warnings about redundant imports are almost perfect since …
11:44 Ticket #4982 (ghc-7.0.1: make install sets not enough permissions on library ...) created by Lemming
I have installed GHC-7.0.1 from …
03:28 Ticket #4981 (inconsistent class requirements with TypeFamilies and FlexibleContexts) created by ganesh
If I build the code below with -DVER=2, I get a complaint about …

02/25/11:

13:21 Ticket #4013 (build fails on OS X: Invalid Mach-O file:Address out of bounds while ...) closed by igloo
fixed: Should be fixed for old versions of OS X by […]
00:14 Ticket #4905 (New flag to disable warning on incomplete pattern matches in lambdas) closed by simonpj
fixed: No, it wasn't merged. It's a change in specification not a bug-fix, and we …

02/24/11:

14:12 Ticket #4980 (Warning about module abbreviation clashes) created by Lemming
Please add the option -fwarn-module-rename-collision that makes GHC to do …
09:45 Ticket #4979 (IO performance regression in 7.0.2) created by simonpj
If you benchmark spectral/sphere you'll see a 25% increase in allocation …

02/23/11:

22:14 Ticket #4978 (Continuation passing style loop doesn't compile into a loop) created by tibbe
I was investigating some poor performance in Data.Binary.Builder from …
12:34 Ticket #4977 (Warning about unqualified implicit imports) created by Lemming
I would like to have a GHC option like -fwarn-unqualified-imports that …
10:59 Ticket #4976 (zipWith static argument transformation) created by aristidb
Currently, zipWith cannot be inlined (I think), because it is implemented …
09:51 Ticket #4890 (Add DTrace support to i386-solaris2 platform) closed by igloo
fixed: These are all applied in HEAD and 7.0 branch: […]
05:33 Ticket #4975 (Windows binary's documentation directory hierarchy is broken) created by shelarcy
GHC 7.0.2 RC 2 (ghc-7.0.1.20110219) doen't have Cabal, haddock and …
03:43 Ticket #4963 (Faster implementation of System.Timeout.timeout) closed by basvandijk
invalid: Since this event manager based implementation is …

02/22/11:

18:07 CrossCompilationDesign created by thoughtpolice
12:28 Ticket #4973 (building ghc7.0.1.20110217 under x86 solaris fails) closed by igloo
fixed: Fixed in HEAD and 7.0 by: […]
10:18 Ticket #4961 (Make the Timeout exception a newtype instead of a datatype) closed by basvandijk
invalid: Simon, I noticed you didn't push yet. That's good because, as you know, …
10:04 Ticket #4969 (regression: core-lint failure in agda) closed by igloo
fixed: Merged
07:07 Commentary/Rts/HaskellExecution/PointerTagging edited by ezyang
Fix broken link. (diff)
01:55 Ticket #4893 (panic! the 'impossible' happened: initC: srt_lbl) closed by simonpj
duplicate: I think this is a dup of #4534, which is fixed. Indeed your example is ok …
01:26 DataParallel/Dec2010Release edited by chak
(diff)
01:13 DataParallel/Dec2010Release edited by simonpj
(diff)
00:59 Builder edited by kgardas
(diff)

02/21/11:

10:02 Ticket #4974 (cabal install unix-compat fails with ghc-7.0.1-rc2) closed by igloo
invalid: Aha, looks like the real problem is that you don't have libutil.h: …
07:18 Ticket #4974 (cabal install unix-compat fails with ghc-7.0.1-rc2) created by basvandijk
I get an error when installing unix-compat with GHC-7.0.1-rc2: […] …
05:00 Ticket #4972 (ghc-7.0.1.20110217 crash) closed by maeder
duplicate: this seems to be a duplicate of #4893
04:48 Ticket #4973 (building ghc7.0.1.20110217 under x86 solaris fails) created by maeder
creating libHSrts-ghc7.0.1.20110217.so with inplace/bin/ghc-stage1
04:33 Ticket #4972 (ghc-7.0.1.20110217 crash) created by maeder
[…] I'll see if this happens under linux, too.

02/20/11:

14:57 Ticket #4971 (All essential C-- transformations in new codegen should have infinite ...) created by ezyang
Before I forget, this is a bug to remind us that we need to give infinite …

02/19/11:

13:19 Ticket #4013 (build fails on OS X: Invalid Mach-O file:Address out of bounds while ...) closed by igloo
fixed: I've just successfully validated with […] in mk/validate.mk, both 32bit …
07:27 Ticket #4970 (time002 and time004 (ghci) test failures on OS X 64 bit) created by gwright
The time002 and time004 tests fail for ghci on OS X 64 bit. The …
07:05 Building/RunningTests edited by igloo
(diff)
06:53 Ticket #4867 (ghci displays negative floats incorrectly (was: Incorrect result from trig ...) closed by igloo
fixed: Applied, thanks!

02/18/11:

14:40 Ticket #4952 (Typechecking regression) closed by igloo
fixed: Merged.
14:40 Ticket #4966 (Type checking regression) closed by igloo
fixed: Merged.
14:39 Ticket #4209 (LLVM: Vector code segfaults under OSX) closed by igloo
fixed: Merged: […]
14:39 Ticket #4838 (LLVM mangler takes too long at runtime) closed by igloo
fixed: Merged: […]
12:57 Commentary/Compiler/CoreSynType edited by megacz
Explain what Id is and its equality semantics. (diff)
12:11 Ticket #4969 (regression: core-lint failure in agda) created by igloo
This testcase, boiled down from agda 2.2.8, gives a core lint failure with …[…]
06:09 ExplicitCallStack edited by guest
Delete spam (diff)

02/17/11:

23:40 Ticket #4964 (Scale columns in CCS profiling report to their contents) closed by batterseapower
fixed: I pushed the patch to HEAD: […]
13:56 Ticket #4968 (openTempFile fails on Windows if a directory exists with the file name it ...) created by ganesh
The program below works on Linux but fails on Windows with "permission …
09:50 Commentary/Rts/HaskellExecution/PointerTagging edited by dterei
(diff)
09:49 Commentary/Rts/HaskellExecution/FunctionCalls edited by dterei
(diff)
09:47 Commentary/Rts/HaskellExecution/FunctionCalls edited by dterei
(diff)
09:46 Commentary/Rts/HaskellExecution/Registers edited by dterei
(diff)
09:43 Commentary/Pipeline edited by dterei
(diff)
09:42 Commentary/Pipeline edited by dterei
(diff)
09:29 Commentary/Compiler/Backends/LLVM/Design edited by dterei
(diff)
09:26 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
(diff)
09:24 Commentary/Compiler/Backends/LLVM edited by dterei
(diff)
09:20 Commentary/Compiler/Backends/NCG edited by dterei
(diff)
09:11 Commentary/Compiler/IfaceFiles edited by dterei
(diff)
09:09 Commentary/Compiler/Packages edited by dterei
(diff)
09:08 Commentary/Compiler/KeyDataTypes edited by dterei
(diff)
09:08 Commentary/Compiler edited by dterei
(diff)
09:07 Commentary/Compiler/KeyDataTypes edited by dterei
(diff)
09:05 Commentary/Compiler/ModuleTypes created by dterei
03:19 Ticket #4967 (internal error: stg_ap_v_ret on forkProcess + executeFile) created by udoprog
I've so far been unable to reproduce the bug, due to my inexperience in …

02/16/11:

16:15 Ticket #4966 (Type checking regression) created by igloo
This module: […] is accepted by 7.0.1, but not by 7.0-branch or HEAD: …
15:46 Commentary/Compiler/KeyDataTypes edited by dterei
(diff)
15:44 Commentary/Compiler edited by dterei
(diff)
15:37 Commentary/Compiler/StrictnessAnalysis edited by dterei
(diff)
15:31 Commentary/Compiler/HscMain edited by dterei
(diff)
15:30 Commentary/Compiler/HscPipe edited by dterei
(diff)
15:30 HscPipe2.png attached to Commentary/Compiler/HscPipe by dterei
15:24 Commentary/Compiler/HscMain edited by dterei
(diff)
15:23 HscPipe.png attached to Commentary/Compiler/HscMain by dterei
HscPipe?
15:23 Commentary/Compiler/HscMain edited by dterei
add llvm to graphic (diff)
15:22 HscPipe2.png attached to Commentary/Compiler/HscMain by dterei
15:04 Commentary/Compiler/IfaceFiles edited by dterei
Add note of where ModIface? lives. (diff)
14:32 Commentary/Compiler/HscMain edited by dterei
Fix some formatting (diff)
14:26 Commentary/Compiler/HscMain edited by dterei
add llvm code gen info (diff)
14:24 Commentary/Compiler/API edited by dterei
Fix link to recompilation checker and remove empty section on stable … (diff)
13:51 Ticket #4953 (panic: urk! lookup local fingerprint main:B.throwErr{v rR3}) closed by igloo
fixed: The panics are fixed now, but uni-htk is failing to build. I'll take a …
13:37 Ticket #4965 (60% performance regression in continuation-heavy code between 6.12 and 7) created by bos
I have a JSON parsing library whose performance has regressed by a little …
08:16 Ticket #4964 (Scale columns in CCS profiling report to their contents) created by batterseapower
If you have long identifiers or module names, they overflow the fixed-size …
03:57 Ticket #4963 (Faster implementation of System.Timeout.timeout) created by basvandijk
As described in the …
02:13 Ticket #4962 (Dead code fed to CorePrep because RULEs keep it alive spuriously) created by batterseapower
This ticket is split off from #4941. I'm seeing output code that looks …

02/15/11:

13:29 Ticket #4961 (Make the Timeout exception a newtype instead of a datatype) created by basvandijk
The attached patch simply replaces the data with a newtype for the …
06:47 Ticket #4957 (Simplifier failes to eliminate redundant boxing/unboxing) closed by simonpj
fixed: Fixed by […] Test added also. Simon
06:13 Ticket #4945 (Another SpecConstr infelicity) closed by igloo
fixed: Only performance, and not a regression since 7.0.1 at least, so not …
05:52 Ticket #4958 (Ambiguous module name `Prelude' (base haskell98-1.1.0.0)) closed by simonmar
wontfix: GHC starting with version 7.2.1 will not support using the haskell98
05:15 Ticket #4960 (Better inlining test in CoreUnfold) created by simonpj
Consider this […] If a function that scrutinises its argument is …

02/14/11:

13:57 Commentary/Compiler/StackAreas edited by ezyang
some notes about the new codegen (diff)
10:09 Ticket #4959 (Warning about variables with leading underscore that are used anyway) created by Lemming
I use -Wall all the time, which includes -fwarn-unused-binds and …
09:33 ErlangInHaskell edited by jepst
(diff)
08:13 Ticket #4958 (Ambiguous module name `Prelude' (base haskell98-1.1.0.0)) created by EvgenijM86
I was trying to compile haskell-src-1.0.1.4 with ghc-7.1.20110213 and got …
05:26 Commentary/Compiler/Coercions edited by megacz
typo (diff)
03:09 Ticket #4957 (Simplifier failes to eliminate redundant boxing/unboxing) created by simonpj
Consider this […] GHC 6.12 -O generates this: […] Here y is used …

02/13/11:

13:04 Ticket #4898 (internal error: evacuate(static): strange closure type 23675) closed by igloo
worksforme: No response from submitter, so closing.
12:50 Ticket #4214 (OSX 64bit: ghci: loadObj internal error) closed by igloo
fixed: GHCi works in the current builds, so I agree that we can close this ticket …
12:45 Ticket #4956 (threadDelay behavior 64-bit mac os x) created by perikov
threadDelay 1000000 […] to reproduce: fire up ghci […]
09:31 Ticket #4949 (TH typechecking regression) closed by igloo
fixed: Yes, all the above packages now build in the stable branch.
06:43 Ticket #4935 (New type error in GHC 7.1 with TypeFamilies, Rank2Types) closed by igloo
fixed: Merged

02/11/11:

09:18 Ticket #4950 (Typechecking regression) closed by simonpj
duplicate: Patch not yet committed, but will be shortly. Dup of #4935.
05:38 Ticket #4955 (increase error message detail for module lookups failure due to hi ...) created by duncan
Consider the following build log. In particular note that we start by …
02:32 Ticket #4948 (Undefined symbols: ...) closed by simonmar
worksforme

02/10/11:

19:50 DataParallel/Library edited by chak
(diff)
08:21 Ticket #4947 (Regenerated cbits/WCsubst.c based on Unicode 6.0.0) closed by simonmar
fixed: no hurry to merge, I think.
08:18 Ticket #4902 (Create a primop for getting the size of an Array#) closed by simonmar
fixed: Pushed, thanks! […] […]
07:05 BadContent edited by simonmar
(diff)
06:00 Commentary/Compiler/NewCodeGenPipeline edited by simonpj
(diff)
03:39 ErlangInHaskell edited by jepst
Added walkthrough (diff)

02/09/11:

16:00 Commentary/Compiler/API edited by dterei
(diff)
15:20 Commentary/Compiler edited by dterei
(diff)
15:14 Commentary/Compiler/Backends edited by dterei
(diff)
14:53 Ticket #4954 (-eventlog / -debug should imply -rtsopts) created by duncan
The -eventlog flag links the program to the threaded rts. The eventlog …
09:29 Ticket #4953 (panic: urk! lookup local fingerprint main:B.throwErr{v rR3}) created by igloo
7.0.1 and HEAD accept the following pair of modules, but the 7.0 branch …
08:31 Ticket #4952 (Typechecking regression) created by igloo
7.0.1 accepts this module (cut down from hashed-storage-0.5.4): […] but …
05:23 EventLog edited by duncan
link to ghc-events package (diff)
02:08 Building/RunningTests edited by simonpj
(diff)
02:07 Building/RunningTests edited by simonpj
(diff)
01:15 Ticket #4951 (Performance regression 7.0.1 -> 7.0.1.20110201) created by simonmar
Submitted by Kazu Yamamoto on glasgow-haskell-users. This program […] …

02/08/11:

16:36 Ticket #4950 (Typechecking regression) created by igloo
Reduced from data-category-0.3.1.1, this module: […] is accepted by …
14:42 Ticket #4949 (TH typechecking regression) created by igloo
The 7.0 branch (and HEAD) behaves differently to 7.0.1 on this modules: …
02:33 Ticket #4948 (Undefined symbols: ...) created by ikeg
I met a strange error when building gitit-0.7.3.12 with `ghc …

02/07/11:

11:38 Ticket #4947 (Regenerated cbits/WCsubst.c based on Unicode 6.0.0) created by basvandijk
I noticed the generated cbits/WCsubst.c was based on Unicode 5.1.0. I …
11:31 DarcsConversion edited by igloo
(diff)
11:30 GettingStarted edited by igloo
(diff)
11:15 TypeNats/InductiveDefinitions edited by diatchki
(diff)
03:30 admin/lun edited by simonmar
(diff)
03:13 admin/lun edited by simonmar
add Mailman info (diff)
00:12 TypeNats/InductiveDefinitions edited by diatchki
(diff)

02/06/11:

14:41 DarcsConversion edited by igloo
(diff)
14:35 DarcsConversion edited by igloo
(diff)
14:34 TypeNats/InductiveDefinitions edited by diatchki
(diff)
14:34 TypeNats/InductiveDefinitions edited by diatchki
(diff)
14:33 TypeNats/InductiveDefinitions edited by diatchki
(diff)
14:32 TypeNats/InductiveDefinitions edited by diatchki
(diff)
14:32 Building/RunningNoFib edited by igloo
(diff)
14:32 Repositories edited by igloo
(diff)
14:31 TypeNats/InductiveDefinitions created by diatchki
14:31 TypeNats edited by diatchki
(diff)
14:29 DarcsConversion edited by igloo
(diff)
14:28 Building/Rebuilding edited by igloo
(diff)
14:27 Building/SyncAll created by igloo
14:23 TypeNats/Examples edited by diatchki
(diff)
13:50 Repositories created by igloo
13:28 TypeNats/Examples edited by diatchki
(diff)
13:25 TypeNats/Examples created by diatchki
13:16 TypeNats edited by diatchki
(diff)
12:59 DarcsConversion edited by igloo
(diff)
12:58 Building/QuickStart edited by igloo
(diff)

02/05/11:

15:23 Ticket #4880 (Functor, Monad, Applicative instances for Data.Monoid.First, ...) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:23 Ticket #4859 (Add forkOnIO and friends to Control.Concurrent) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:23 Ticket #4858 (Add Control.Concurrent.forkIOWithUnmask, deprecate forkIOUnmasked) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:22 Ticket #4857 (Add Control.Exception.allowInterrupt) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:20 Ticket #4842 (keep Data.Map.foldWithKey) closed by igloo
wontfix: In the absence of a consensus, let's default to sticking to the "no …
15:16 Ticket #4834 (New Functor => Applicative => Monad Hierarchy) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:15 Ticket #4535 (Add tryReadChan to Chan) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:13 Ticket #4517 (Add Data.Functor.Backwards to transformers) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:13 Ticket #4482 (Allow type variables to be instantiated as a typeclass) closed by igloo
wontfix: No response from submitter, so closing.
15:12 Ticket #4344 (Better toRational for Float and Double) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:12 Ticket #4313 (Proposal: Add left, right and strict folds to Data.Set, Data.IntMap and ...) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:11 Ticket #4192 (Proposed process piping function to be added to the "process" package) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:03 Ticket #3999 (Improved folds for Data.Map and Data.IntMap) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:02 Ticket #3339 (Data.Monoid: Add (<>) as a synonym for mappend) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
15:01 Ticket #2717 (Add nubWith, nubOrd) closed by igloo
invalid: Proposal tickets are no longer needed as part of the library submissions …
14:38 Ticket #4865 (Deprecate and remove Prelude.catch and System.IO.Error.{catch,try}) closed by igloo
fixed: Consensus was to apply the proposal, with several people expressing …
12:33 Ticket #4943 (Another odd missed SpecConstr opportunity) closed by igloo
fixed: Merged.
12:33 Ticket #1333 (core lint failures from arrow notation + HPC) closed by igloo
fixed: Thanks Ross! Merged.
07:13 Ticket #4852 (cabal doesn't tell ./configure which gcc to use) closed by igloo
fixed: The Cabal 1.10.0.0 provided with ghc 7.0.1, I assume? That doesn't have …
06:27 Ticket #4944 (-fvia-C/asm mangler broken on registerised powerpc-linux build) closed by igloo
wontfix: Registerised PPC/Linux isn't a supported platform, I'm afraid. Note too …
05:42 Ticket #4906 (peekCString crashes on handling nullPtr) closed by igloo
invalid: The module is described as "Utilities for primitive marshalling of C …
04:19 ErlangInHaskell edited by jepst
Pasted in README from remote-haskell repository (diff)

02/04/11:

17:55 Ticket #4852 (cabal doesn't tell ./configure which gcc to use) closed by igloo
fixed: Right, cabal-install is using Cabal 1.8.0.6, which doesn't have all the …
14:36 admin/lun edited by igloo
(diff)
14:31 admin/lun edited by igloo
(diff)
14:24 admin/lun created by igloo
12:38 TypeNats/Naturals edited by hesselink
Interger -> Integer (diff)
07:22 Ticket #4895 (hGetBufSome returns 0 when it should not) closed by igloo
fixed: Merged
07:22 Ticket #4924 (bizarre strictness analysis bug) closed by igloo
fixed: Merged
07:19 Ticket #4504 ("awaitSignal Nothing" does not block thread with -threaded) closed by igloo
All 3 merged
07:17 Ticket #4877 (Template Haskell panic when splicing an infix expression with a ...) closed by igloo
fixed: Merged
07:14 Ticket #4903 (Inliner looping when specialising across modules (with GADTs and other ...) closed by igloo
fixed: Merged
07:11 Ticket #4908 (Easy SpecConstr opportunity that is nonetheless missed) closed by igloo
fixed: Merged
07:11 Ticket #4912 (No warnings for orphan instances declared via TypeSynonymInstances) closed by igloo
fixed: Merged
07:10 Ticket #4917 (ghc7 does not equate type synonyms under RankNTypes) closed by igloo
fixed: Merged
07:09 Ticket #4918 (Rule matcher failing to look through an imported inlining) closed by igloo
fixed: Merged
05:28 Ticket #4946 (reify does not work on data structures defined in files without Language ...) created by guest
reify does not work on data structures defined in files compiled without …
05:02 ReportABug edited by simonmar
(diff)
Note: See TracTimeline for information about the timeline view.