Timeline
03/04/11:
- 12:20 Ticket #4995 (Compiling pandoc with llvm backend fails with panic) created by
- 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
- invalid
- 11:42 Ticket #4992 (LLVM trashes registers for primitive calls) closed by
- invalid: Cool! I wouldn't say that not paying attention to live variables is …
- 07:32 DarcsConversion edited by
- (diff)
- 07:30 DarcsConversion edited by
- move libs to the second list (diff)
- 07:26 DarcsConversion edited by
- (diff)
- 07:23 DarcsConversion edited by
- (diff)
03/03/11:
- 14:44 Commentary edited by
- (diff)
- 14:39 Commentary edited by
- (diff)
- 14:38 Commentary edited by
- (diff)
- 13:25 Blog: New directions for Template Haskell comment added by
- 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
- I [ http://www.haskell.org/pipermail/libraries/2011-February/015859.html …
- 16:31 Ticket #4993 (getDirectoryContents goes into an infinite loop) closed by
- 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
- 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
- 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
- worksforme: Git repo messed it up, works fine with darcs. Sorry.
- 09:07 Ticket #4990 (DPH (desugarer) causes GHC compilation to fail) closed by
- 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
- 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
- Current HEAD fails with: […]
- 05:55 Ticket #4990 (DPH (desugarer) causes GHC compilation to fail) closed by
- fixed: Was fixed by this patch to dph: […]
- 05:45 Ticket #4961 (Make the Timeout exception a newtype instead of a datatype) closed by
- fixed: Pushed today: […]
- 04:19 Ticket #4990 (DPH (desugarer) causes GHC compilation to fail) created by
- 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
- (error from #ghc, by McManiaC) The build error is this, […] From the …
- 01:06 Ticket #4988 (Hang in GHCi debugger) created by
- 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
- While doing a darcs pull from the Agda repository …
- 17:34 Ticket #4986 (negative Double numbers print out all wrong) closed by
- 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
- Prelude> (-1) :: Double -3.666940035476786e76
- 06:58 Ticket #4860 (Text.Regex crasher) closed by
- fixed: Great, thanks!
02/27/11:
- 18:33 Blog: New directions for Template Haskell comment added by
- 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
- fixed: Thanks, I've applied your patches, and opened another ticket (#4985) for …
- 11:12 Ticket #4985 (Improve locations in ghci errors) created by
- 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
- 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
- From …
- 13:21 Ticket #4983 (Warning about redundant import is wrong when hiding identifiers in order ...) closed by
- 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
- 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
- I have installed GHC-7.0.1 from …
- 03:28 Ticket #4981 (inconsistent class requirements with TypeFamilies and FlexibleContexts) created by
- 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
- 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
- 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
- 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
- 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
- I was investigating some poor performance in Data.Binary.Builder from …
- 12:34 Ticket #4977 (Warning about unqualified implicit imports) created by
- I would like to have a GHC option like -fwarn-unqualified-imports that …
- 10:59 Ticket #4976 (zipWith static argument transformation) created by
- Currently, zipWith cannot be inlined (I think), because it is implemented …
- 09:51 Ticket #4890 (Add DTrace support to i386-solaris2 platform) closed by
- 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
- 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
- invalid: Since this event manager based implementation is …
02/22/11:
- 18:07 CrossCompilationDesign created by
- 12:28 Ticket #4973 (building ghc7.0.1.20110217 under x86 solaris fails) closed by
- fixed: Fixed in HEAD and 7.0 by: […]
- 10:18 Ticket #4961 (Make the Timeout exception a newtype instead of a datatype) closed by
- 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
- fixed: Merged
- 07:07 Commentary/Rts/HaskellExecution/PointerTagging edited by
- Fix broken link. (diff)
- 01:55 Ticket #4893 (panic! the 'impossible' happened: initC: srt_lbl) closed by
- duplicate: I think this is a dup of #4534, which is fixed. Indeed your example is ok …
- 01:26 DataParallel/Dec2010Release edited by
- (diff)
- 01:13 DataParallel/Dec2010Release edited by
- (diff)
- 00:59 Builder edited by
- (diff)
02/21/11:
- 10:02 Ticket #4974 (cabal install unix-compat fails with ghc-7.0.1-rc2) closed by
- 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
- 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
- duplicate: this seems to be a duplicate of #4893
- 04:48 Ticket #4973 (building ghc7.0.1.20110217 under x86 solaris fails) created by
- creating libHSrts-ghc7.0.1.20110217.so with inplace/bin/ghc-stage1 …
- 04:33 Ticket #4972 (ghc-7.0.1.20110217 crash) created by
- […] 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
- 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
- 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
- The time002 and time004 tests fail for ghci on OS X 64 bit. The …
- 07:05 Building/RunningTests edited by
- (diff)
- 06:53 Ticket #4867 (ghci displays negative floats incorrectly (was: Incorrect result from trig ...) closed by
- fixed: Applied, thanks!
02/18/11:
- 14:40 Ticket #4952 (Typechecking regression) closed by
- fixed: Merged.
- 14:40 Ticket #4966 (Type checking regression) closed by
- fixed: Merged.
- 14:39 Ticket #4209 (LLVM: Vector code segfaults under OSX) closed by
- fixed: Merged: […]
- 14:39 Ticket #4838 (LLVM mangler takes too long at runtime) closed by
- fixed: Merged: […]
- 12:57 Commentary/Compiler/CoreSynType edited by
- Explain what Id is and its equality semantics. (diff)
- 12:11 Ticket #4969 (regression: core-lint failure in agda) created by
- This testcase, boiled down from agda 2.2.8, gives a core lint failure with …[…]
- 06:09 ExplicitCallStack edited by
- Delete spam (diff)
02/17/11:
- 23:40 Ticket #4964 (Scale columns in CCS profiling report to their contents) closed by
- 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
- The program below works on Linux but fails on Windows with "permission …
- 09:50 Commentary/Rts/HaskellExecution/PointerTagging edited by
- (diff)
- 09:49 Commentary/Rts/HaskellExecution/FunctionCalls edited by
- (diff)
- 09:47 Commentary/Rts/HaskellExecution/FunctionCalls edited by
- (diff)
- 09:46 Commentary/Rts/HaskellExecution/Registers edited by
- (diff)
- 09:43 Commentary/Pipeline edited by
- (diff)
- 09:42 Commentary/Pipeline edited by
- (diff)
- 09:29 Commentary/Compiler/Backends/LLVM/Design edited by
- (diff)
- 09:26 Commentary/Compiler/Backends/LLVM/Installing edited by
- (diff)
- 09:24 Commentary/Compiler/Backends/LLVM edited by
- (diff)
- 09:20 Commentary/Compiler/Backends/NCG edited by
- (diff)
- 09:11 Commentary/Compiler/IfaceFiles edited by
- (diff)
- 09:09 Commentary/Compiler/Packages edited by
- (diff)
- 09:08 Commentary/Compiler/KeyDataTypes edited by
- (diff)
- 09:08 Commentary/Compiler edited by
- (diff)
- 09:07 Commentary/Compiler/KeyDataTypes edited by
- (diff)
- 09:05 Commentary/Compiler/ModuleTypes created by
- 03:19 Ticket #4967 (internal error: stg_ap_v_ret on forkProcess + executeFile) created by
- 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
- This module: […] is accepted by 7.0.1, but not by 7.0-branch or HEAD: …
- 15:46 Commentary/Compiler/KeyDataTypes edited by
- (diff)
- 15:44 Commentary/Compiler edited by
- (diff)
- 15:37 Commentary/Compiler/StrictnessAnalysis edited by
- (diff)
- 15:31 Commentary/Compiler/HscMain edited by
- (diff)
- 15:30 Commentary/Compiler/HscPipe edited by
- (diff)
- 15:24 Commentary/Compiler/HscMain edited by
- (diff)
- 15:23 Commentary/Compiler/HscMain edited by
- add llvm to graphic (diff)
- 15:04 Commentary/Compiler/IfaceFiles edited by
- Add note of where ModIface? lives. (diff)
- 14:32 Commentary/Compiler/HscMain edited by
- Fix some formatting (diff)
- 14:26 Commentary/Compiler/HscMain edited by
- add llvm code gen info (diff)
- 14:24 Commentary/Compiler/API edited by
- 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
- 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
- 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
- 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
- As described in the …
- 02:13 Ticket #4962 (Dead code fed to CorePrep because RULEs keep it alive spuriously) created by
- 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
- 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
- fixed: Fixed by […] Test added also. Simon
- 06:13 Ticket #4945 (Another SpecConstr infelicity) closed by
- 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
- 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
- Consider this […] If a function that scrutinises its argument is …
02/14/11:
- 13:57 Commentary/Compiler/StackAreas edited by
- some notes about the new codegen (diff)
- 10:09 Ticket #4959 (Warning about variables with leading underscore that are used anyway) created by
- I use -Wall all the time, which includes -fwarn-unused-binds and …
- 09:33 ErlangInHaskell edited by
- (diff)
- 08:13 Ticket #4958 (Ambiguous module name `Prelude' (base haskell98-1.1.0.0)) created by
- 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
- typo (diff)
- 03:09 Ticket #4957 (Simplifier failes to eliminate redundant boxing/unboxing) created by
- 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
- worksforme: No response from submitter, so closing.
- 12:50 Ticket #4214 (OSX 64bit: ghci: loadObj internal error) closed by
- 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
- threadDelay 1000000 […] to reproduce: fire up ghci […]
- 09:31 Ticket #4949 (TH typechecking regression) closed by
- 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
- fixed: Merged
02/11/11:
- 09:18 Ticket #4950 (Typechecking regression) closed by
- 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
- Consider the following build log. In particular note that we start by …
- 02:32 Ticket #4948 (Undefined symbols: ...) closed by
- worksforme
02/10/11:
- 19:50 DataParallel/Library edited by
- (diff)
- 08:21 Ticket #4947 (Regenerated cbits/WCsubst.c based on Unicode 6.0.0) closed by
- fixed: no hurry to merge, I think.
- 08:18 Ticket #4902 (Create a primop for getting the size of an Array#) closed by
- fixed: Pushed, thanks! […] […]
- 07:05 BadContent edited by
- (diff)
- 06:00 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 03:39 ErlangInHaskell edited by
- Added walkthrough (diff)
02/09/11:
- 16:00 Commentary/Compiler/API edited by
- (diff)
- 15:20 Commentary/Compiler edited by
- (diff)
- 15:14 Commentary/Compiler/Backends edited by
- (diff)
- 14:53 Ticket #4954 (-eventlog / -debug should imply -rtsopts) created by
- 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
- 7.0.1 and HEAD accept the following pair of modules, but the 7.0 branch …
- 08:31 Ticket #4952 (Typechecking regression) created by
- 7.0.1 accepts this module (cut down from hashed-storage-0.5.4): […] but …
- 05:23 EventLog edited by
- link to ghc-events package (diff)
- 02:08 Building/RunningTests edited by
- (diff)
- 02:07 Building/RunningTests edited by
- (diff)
- 01:15 Ticket #4951 (Performance regression 7.0.1 -> 7.0.1.20110201) created by
- Submitted by Kazu Yamamoto on glasgow-haskell-users. This program […] …
02/08/11:
- 16:36 Ticket #4950 (Typechecking regression) created by
- Reduced from data-category-0.3.1.1, this module: […] is accepted by …
- 14:42 Ticket #4949 (TH typechecking regression) created by
- The 7.0 branch (and HEAD) behaves differently to 7.0.1 on this modules: …
- 02:33 Ticket #4948 (Undefined symbols: ...) created by
- 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
- I noticed the generated cbits/WCsubst.c was based on Unicode 5.1.0. I …
- 11:31 DarcsConversion edited by
- (diff)
- 11:30 GettingStarted edited by
- (diff)
- 11:15 TypeNats/InductiveDefinitions edited by
- (diff)
- 03:30 admin/lun edited by
- (diff)
- 03:13 admin/lun edited by
- add Mailman info (diff)
- 00:12 TypeNats/InductiveDefinitions edited by
- (diff)
02/06/11:
- 14:41 DarcsConversion edited by
- (diff)
- 14:35 DarcsConversion edited by
- (diff)
- 14:34 TypeNats/InductiveDefinitions edited by
- (diff)
- 14:34 TypeNats/InductiveDefinitions edited by
- (diff)
- 14:33 TypeNats/InductiveDefinitions edited by
- (diff)
- 14:32 TypeNats/InductiveDefinitions edited by
- (diff)
- 14:32 Building/RunningNoFib edited by
- (diff)
- 14:32 Repositories edited by
- (diff)
- 14:31 TypeNats/InductiveDefinitions created by
- 14:31 TypeNats edited by
- (diff)
- 14:29 DarcsConversion edited by
- (diff)
- 14:28 Building/Rebuilding edited by
- (diff)
- 14:27 Building/SyncAll created by
- 14:23 TypeNats/Examples edited by
- (diff)
- 13:50 Repositories created by
- 13:28 TypeNats/Examples edited by
- (diff)
- 13:25 TypeNats/Examples created by
- 13:16 TypeNats edited by
- (diff)
- 12:59 DarcsConversion edited by
- (diff)
- 12:58 Building/QuickStart edited by
- (diff)
02/05/11:
- 15:23 Ticket #4880 (Functor, Monad, Applicative instances for Data.Monoid.First, ...) closed by
- 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
- 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
- invalid: Proposal tickets are no longer needed as part of the library submissions …
- 15:22 Ticket #4857 (Add Control.Exception.allowInterrupt) closed by
- invalid: Proposal tickets are no longer needed as part of the library submissions …
- 15:20 Ticket #4842 (keep Data.Map.foldWithKey) closed by
- 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
- invalid: Proposal tickets are no longer needed as part of the library submissions …
- 15:15 Ticket #4535 (Add tryReadChan to Chan) closed by
- 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
- 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
- wontfix: No response from submitter, so closing.
- 15:12 Ticket #4344 (Better toRational for Float and Double) closed by
- 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
- 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
- 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
- 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
- invalid: Proposal tickets are no longer needed as part of the library submissions …
- 15:01 Ticket #2717 (Add nubWith, nubOrd) closed by
- 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
- fixed: Consensus was to apply the proposal, with several people expressing …
- 12:33 Ticket #4943 (Another odd missed SpecConstr opportunity) closed by
- fixed: Merged.
- 12:33 Ticket #1333 (core lint failures from arrow notation + HPC) closed by
- fixed: Thanks Ross! Merged.
- 07:13 Ticket #4852 (cabal doesn't tell ./configure which gcc to use) closed by
- 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
- 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
- invalid: The module is described as "Utilities for primitive marshalling of C …
- 04:19 ErlangInHaskell edited by
- 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
- fixed: Right, cabal-install is using Cabal 1.8.0.6, which doesn't have all the …
- 14:36 admin/lun edited by
- (diff)
- 14:31 admin/lun edited by
- (diff)
- 14:24 admin/lun created by
- 12:38 TypeNats/Naturals edited by
- Interger -> Integer (diff)
- 07:22 Ticket #4895 (hGetBufSome returns 0 when it should not) closed by
- fixed: Merged
- 07:22 Ticket #4924 (bizarre strictness analysis bug) closed by
- fixed: Merged
- 07:19 Ticket #4504 ("awaitSignal Nothing" does not block thread with -threaded) closed by
- All 3 merged
- 07:17 Ticket #4877 (Template Haskell panic when splicing an infix expression with a ...) closed by
- fixed: Merged
- 07:14 Ticket #4903 (Inliner looping when specialising across modules (with GADTs and other ...) closed by
- fixed: Merged
- 07:11 Ticket #4908 (Easy SpecConstr opportunity that is nonetheless missed) closed by
- fixed: Merged
- 07:11 Ticket #4912 (No warnings for orphan instances declared via TypeSynonymInstances) closed by
- fixed: Merged
- 07:10 Ticket #4917 (ghc7 does not equate type synonyms under RankNTypes) closed by
- fixed: Merged
- 07:09 Ticket #4918 (Rule matcher failing to look through an imported inlining) closed by
- fixed: Merged
- 05:28 Ticket #4946 (reify does not work on data structures defined in files without Language ...) created by
- reify does not work on data structures defined in files compiled without …
- 05:02 ReportABug edited by
- (diff)
02/03/11:
- 15:06 Ticket #4945 (Another SpecConstr infelicity) created by
- I'm beginning to sound like a broken record, but SpecConstr still doesn't …
02/02/11:
- 22:12 Ticket #4944 (-fvia-C/asm mangler broken on registerised powerpc-linux build) created by
- Hello, I've build 7.0.1 on powerpc-linux platform, but a lot (if not all) …
- 07:09 Ticket #4943 (Another odd missed SpecConstr opportunity) created by
- Compiling the attached code with HEAD (and without case liberation) has …
- 01:14 Status/SLPJ-Tickets edited by
- (diff)
- 01:11 Ticket #2599 (Improve error message for type rigidity) closed by
- invalid: The whole story about "rigidity" has changed, so I don't think this ticket …
- 01:07 Ticket #3169 (Bad occurs-check error message) closed by
- fixed: Happily with the new type checker the error message is almost exactly as I …
Note: See TracTimeline
for information about the timeline view.
