Timeline
01/16/08:
- 21:28 TypeFunctionsStatus edited by
- (diff)
- 20:58 TypeFunctionsStatus edited by
- (diff)
- 17:20 Ticket #2050 (GHCi should keep a persistent history file) created by
- It would be nice if GHCi kept a persistent history of commands like bash …
- 17:18 Ticket #2049 (GHCi doesn't fully load previously broken modules) created by
- Scenario: I have a project with three modules: Mod1, Mod2 and Mod3. Mod3 …
- 14:55 Ticket #2048 (Add split and splitWith to Data.List) created by
- An often requested function is 'split', to split a list into parts …
- 06:56 Internships edited by
- (diff)
- 06:55 Internships edited by
- (diff)
- 06:49 Internships edited by
- (diff)
- 06:34 Internships edited by
- (diff)
- 01:32 Ticket #2046 (Parse errors for mismatched brackets are awful) closed by
- duplicate: This is a long-standing problem, see #459 :-) The "possibly incorrect …
01/15/08:
- 23:19 Building/GettingTheSources edited by
- (diff)
- 19:12 Building/Porting edited by
- the --srcdir=. option for ./configure seems necessary for GHC to find … (diff)
- 18:20 Ticket #1976 (System.Posix.User.getUserEntryForName: incorrect error for non-existent ...) closed by
- fixed: Now fixed in both HEAD and 6.8 branch.
- 18:17 Ticket #2019 (GADT record with polytype argument causes irrefutable pattern failure in ...) closed by
- fixed: I've set the tests to be skipped in the 6.8 branch. This patch: […] …
- 13:37 Building/Porting edited by
- (diff)
- 13:36 Building/Porting edited by
- Clarified that *.hc files must be manually unpacked. (diff)
- 07:45 Ticket #2047 (ghc compiled program crashes with segfault when using -M and/or -c) created by
- When running my program with limited heap size (-H128m) and/or using the …
- 07:39 Ticket #2043 (Debug build is broken by removal of FastTypes import in utils/Util.lhs) closed by
- fixed: Thanks for the patch! I've applied it.
- 07:28 Ticket #2033 (GHC-6.9 panics rather than parse error, related to view patterns.) closed by
- fixed: Simon, yes, I had guessed that it ought to be rejected earlier, but hadn't …
- 06:56 Ticket #2046 (Parse errors for mismatched brackets are awful) created by
- […] The parser error messages for incorrect brackets are awful. A much …
- 03:57 Ticket #2045 (Link error when compiling with -fhpc) created by
- I've attached a version of Lava and simple program Main.hs. Compiling …
- 03:21 Ticket #2044 ("Can't unify" error in debugger) created by
- Debugging the attached array1.hs under GHCi gives the following error: …
01/14/08:
- 11:08 Ticket #2043 (Debug build is broken by removal of FastTypes import in utils/Util.lhs) created by
- The following patch removed the FastTypes? import in utils/Util.lhs which …
- 08:36 Ticket #2042 (Add concatMapM to Control.Monad) created by
- I have written this function over and over again for different projects. …
- 02:36 Ticket #2017 (Normal Guards are internally spliced as Pattern Guards causing compiler ...) closed by
- fixed: Merged
- 02:36 Ticket #2018 (Interface file error with GADT and -O1) closed by
- fixed: Both merged
- 02:35 Ticket #2009 (--with-gmp-includes not honoured everywhere) closed by
- fixed: Merged
- 02:34 Ticket #2030 (GHC internal error: `m' is not in scope) closed by
- fixed: Merged […]
- 02:27 Ticket #2027 (ghc -e sometimes spills control characters into its output) closed by
- fixed: Thanks for the report & patch! I've applied it to the HEAD and 6.8 branch.
01/13/08:
- 14:05 Ticket #2041 (Allow splicing in concrete syntax) created by
- Template Haskell tends to lag behind GHC extensions, so it might be nice …
- 09:51 Ticket #2040 (GADT regression) created by
- The following compiles fine in 6.8.1 but does not in later versions of …
- 07:01 Ticket #2039 (Using GHC 6.8.2 as a library does not work well under Windows in GHCi) created by
- When executing the following code with GHCi 6.8.2 under Windows […] …
- 06:07 Ticket #2038 (System.Posix.Resource.setResourceLimit gives "setResourceLimit: invalid ...) created by
- GHC-6.6.1 worked correctly in setResourceLimit, GHC-6.8.2 gives me an …
01/12/08:
- 17:18 Ticket #2037 (Inner type declaration causes GHC panic) closed by
- duplicate: Thanks for the report. This looks like a duplicate of #2030 to me. If you …
- 14:07 Ticket #2037 (Inner type declaration causes GHC panic) created by
- I get a GHC panic when compiling the attached module. Sorry for the big …
- 13:10 Ticket #2029 (Add --with-libedit flag to the readline package) closed by
- wontfix: The consensus on the libraries list is that (as Thorkil says) it would be …
- 13:05 Ticket #2036 (Show for Double and Float doesn't use parenthesis for negative zero.) created by
- For any other negative number, show would use parenthesis. This is …
- 12:06 Ticket #1012 (ghc panic with mutually recursive modules and template haskell) reopened by
- I agree that it is still a bug, but I've put it back in the _|_ milestone …
- 11:01 Ticket #2035 (New version of getModificationTime) created by
- Function getModificationTime in System.Directory returns ClockTime?. …
- 09:37 Ticket #2034 (In FilePath, current directory should be ".", not "") created by
- FilePath's "current directory" should be ".", not "". This affects a …
- 09:14 Ticket #1996 (Make "swap" a top-level function) closed by
- wontfix: Please follow http://www.haskell.org/haskellwiki/Library_submissions if …
01/11/08:
- 11:10 Ticket #2033 (GHC-6.9 panics rather than parse error, related to view patterns.) created by
- Try to compile the below program, ghc panics rather than giving a parse …
- 01:08 Ticket #2032 (SCC annotations cause compile errors) closed by
- wontfix: Function application precedence would be inconvenient: usually you want …
01/10/08:
- 08:31 Ticket #2032 (SCC annotations cause compile errors) created by
- The following program will not compile: bad s = take 10 . {-# SCC "foo" …
- 04:05 Ticket #2031 (relocation overflow) created by
- I've created a statically linked ghc-6.8.2 for PPC Mac OS 10.4 (Tiger). …
01/09/08:
- 10:18 Ticket #2030 (GHC internal error: `m' is not in scope) created by
- Tripped this while trying to use ScopedTypeVariables? under 6.8.2 Have …
- 10:01 Ticket #2029 (Add --with-libedit flag to the readline package) created by
- It would be useful for the readline package to support compiling against …
- 08:26 Ticket #2028 (STM slightly conservative on write-only transactions) created by
- The STM appears to be slightly too conservative on write-only …
01/08/08:
- 16:31 Ticket #1779 (unknown symbol `hs_hpc_module') closed by
- worksforme: This no longer prints a message, and works just fine, in HEAD. I compiled …
- 10:39 Ticket #2027 (ghc -e sometimes spills control characters into its output) created by
- The behaviour depends on the TERM variable. For example, […] …
- 10:21 Ticket #1907 (HPC and Template Haskell don't mix) closed by
- worksforme: This works just fine in ghc-6.9.20080107; but does fail on 6.8.1. I'm …
- 07:56 Ticket #2026 (Simple data types in System.Posix.IO should have Eq, Ord, etc. instances) created by
- When trying to use OpenMode in a Data.Map key, I noticed that it's not …
- 00:14 Ticket #2025 (supply a testsuite archive together with a source release (for ghc-6.8.3)) created by
- For those who build bindists and users who use them some checking against …
01/07/08:
- 17:30 Ticket #2024 (Template Haskell doesn't work well with Lexically Scoped Type Variables) created by
- I don't know if TH is meant to work properly with LSTV. I don't personally …
- 15:19 SQLLikeComprehensions edited by
- Status update on these (diff)
- 13:55 Ticket #2020 (configure script shipped with ghc is built by broken version of autoconf) closed by
- wontfix: We still want to be able to build on machines with older autoreconf's (as …
- 07:19 Building/Unregisterised edited by
- (diff)
- 07:14 Ticket #2023 (Packages.lhs:mungePackagePaths doesn't handle haddock-html & ...) created by
- Substitution for $topdir et al should be done for haddock-html and …
- 06:40 Ticket #2022 (DLL support broken) created by
- Creating a DLL using the -shared option does not work for me: 1. ghc …
- 06:15 Ticket #2021 (let ghc find framework header files and link with frameworks located in ...) created by
- As described in ticket #1395 I want ghc to be able to work with my local …
- 06:03 Ticket #1989 (GHC-6.8.1 fails arith003 on amd64/FreeBSD-7.0) closed by
- fixed: Ok, closing the bug.
01/06/08:
- 20:04 Ticket #2020 (configure script shipped with ghc is built by broken version of autoconf) created by
- I've been looking into a downstream packaging problem: …
- 18:54 Building/Using edited by
- Replaced hyphens with emdashes where appropriate. (diff)
- 18:42 Building/Using edited by
- Inserted an and and turned HTML mdash entities into emdash characters. (diff)
- 09:55 Building/Porting edited by
- -fasm together with -keep-hc-files doesn't make sense, so change it to … (diff)
- 08:12 Ticket #1963 (Pressing ^C at the right moment can trash GHC's package list) closed by
- fixed: Merged
- 06:19 Ticket #2019 (GADT record with polytype argument causes irrefutable pattern failure in ...) created by
- […] causes *** Exception: basicTypes/MkId.lhs:642:8-70: Irrefutable …
- 05:07 Ticket #1898 (segfault with +RTS -N2 (related to tryTakeMVar?)) closed by
- fixed: Merged
- 05:06 Ticket #1988 ([6.8.1 regression] 6.8.2 panics in nameModule with -O2) closed by
- fixed: Merged
- 05:06 Ticket #2011 ([6.8.1 regression] panic: lookupVers1 base:GHC.Prim sym{tc}) closed by
- fixed: Merged
- 05:05 Ticket #1495 (newtype fixpoint sends the compiler into an infinite loop) closed by
- fixed: Merged (it pulled cleanly)
- 04:59 Ticket #1981 (panic when compiling record implementation using type families) closed by
- fixed: Merged
- 04:58 Ticket #2000 (-funfolding-update-in-place badly documented) closed by
- fixed: Merged
- 04:57 Ticket #2004 (Pattern matching against GADTs without -XGADTs has odd behavior.) closed by
- fixed: Merged
- 04:55 Ticket #1980 (sporadic segmentation faults) closed by
- fixed: Merged
01/05/08:
- 23:09 Ticket #2018 (Interface file error with GADT and -O1) created by
- I've tried to simplify this as much as possible. In particular, the bug …
- 09:14 Ticket #2017 (Normal Guards are internally spliced as Pattern Guards causing compiler ...) created by
- Here is an example Foo.hs […] The example shows that even if the …
01/04/08:
- 06:59 Ticket #2016 (GHC generates bad code for pointer manipulations from .cmm) closed by
- duplicate: I strongly suspect you are experiencing another symptom of #1989. The …
- 05:29 Ticket #2016 (GHC generates bad code for pointer manipulations from .cmm) created by
- In files rts/StgStdThunks.cmm (and rts/StgMiscClosures.cmm also) a …
- 04:27 Ticket #1012 (ghc panic with mutually recursive modules and template haskell) closed by
- fixed: Simon is right: B.hs depends on C.hs, which depends on A.hs-boot. I think …
01/03/08:
- 17:29 Ticket #2015 (SOE samples crash when running from ghci rather than compiling and running ...) created by
- When running the SOE samples from http://haskell.org/soe/software1.htm I …
01/02/08:
- 09:42 Ticket #2014 (getLinkDeps panic) created by
- I am working on a project which uses mutually recursive modules and …
- 07:58 Ticket #2013 (ghci crash on startup: R_X86_64_32S relocation out of range.) created by
- On freebsd-7.0 I have a working ghc-6.8.2 bootstrapped from a ghc-6.6.1 …
- 07:52 Ticket #1097 (enumFrom on basic numeric types should be strict) closed by
- duplicate: duplicated by #1997
- 04:54 Ticket #2012 (compiling via-C does not work on ppc) created by
- building ghc-6.8.2 on ppc Mac OS X 10.4 (Tiger) with "`SRC_HC_OPTS += …
- 04:44 Ticket #2011 ([6.8.1 regression] panic: lookupVers1 base:GHC.Prim sym{tc}) created by
- When rebuilding the base package you might encounter this: […] …
- 04:33 Ticket #1998 (Stricter enumFrom instance for Integer, to match Int) closed by
- duplicate: #1997 is now a bug report, so closing this one.
01/01/08:
- 11:21 Ticket #2010 (out of stack slots) closed by
- duplicate: Thanks for the report! I'm closing this ticket as it's a duplicate of …
- 08:53 Ticket #2001 (panic when recompiling after ctrl-C leaves .o without .hi) closed by
- wontfix: GHC can't just recompile the other module as it's being used in one-file …
12/31/07:
- 09:44 Ticket #2010 (out of stack slots) created by
- [4 of 4] Compiling Main ( ./SHA1Test.hs, …
12/30/07:
- 13:17 Ticket #2009 (--with-gmp-includes not honoured everywhere) created by
- a normal build (i.e. stage1 with an existing install first) fails when …
- 12:41 Contributors edited by
- I'm responsible for OpenBSD ports. (diff)
- 09:26 Ticket #2008 (GHCi takes increasingly more memory) created by
- If I start GHCi, then just leave the computer alone, the GHC process …
- 04:24 Ticket #2007 (:main deals poorly with \escape characters) created by
- […] Suggested behavour: :main does not look for or interpret escape …
- 02:13 Ticket #2006 (unreachable GADT pattern clauses show up as warnings with -Wall) created by
- In the following code, there is a line commented out. With it commented …
12/28/07:
- 06:29 Ticket #2005 (localhost on mac causes getnameinfo error in safari.) created by
- apparently ruby suffered from this same bug. Some uses of localhost cause …
12/27/07:
- 13:24 Ticket #2004 (Pattern matching against GADTs without -XGADTs has odd behavior.) created by
- I'm getting a weird error message declaring a function in GHCi, but the …
12/26/07:
- 17:32 Ticket #2003 (The Data.Time.Format parser should be more liberal) created by
- I (Björn Buckwalter) wrote to the libraries list: Is there a compelling …
- 14:47 Ticket #2002 (problems with very large (list) literals) created by
- I could have sworn parts of this had been reported before, but I can't …
- 13:55 Ticket #2001 (panic when recompiling after ctrl-C leaves .o without .hi) created by
- I was just doing some GHC hacking, and I typed Ctrl-C to interrupt a …
12/24/07:
- 12:59 Commentary/CodingStyle edited by
- brevity :-) (diff)
12/21/07:
- 21:40 Ticket #2000 (-funfolding-update-in-place badly documented) created by
- The documentation for -funfolding-update-in-place implies it takes a …
- 15:24 Ticket #1999 (panic with GADT etc.) created by
- The following code causes a panic with GHC installed from …
- 13:43 BadContent edited by
- (diff)
- 11:23 Ticket #1998 (Stricter enumFrom instance for Integer, to match Int) created by
- Stack overflow for enumFrom :: Integer (but not enumFromTo nor for Int). …
- 11:17 Ticket #1997 (Stricter enumFrom instance for Integer, to match Int) created by
- A common source of user complaints are code like the following failing: …
- 11:04 Ticket #1996 (Make "swap" a top-level function) created by
- In the module,Control.Arrow, in the definition for second, there is a …
- 01:51 Ticket #323 (Exponential behaviour with type synonyms) closed by
- fixed: Happily, this is fixed in GHC 6.8. I've enabled the test, which is …
- 01:41 Ticket #1537 (do notation translation) closed by
- fixed: Actually I did this a month ago! […] So I'm closing it now. Simon
12/20/07:
- 19:26 ExternalCore edited by
- (diff)
- 10:05 Ticket #1973 (non-exhaustive pattern in getSRTInfo) closed by
- invalid: I'm adding a better panic message. Simon
- 09:55 Ticket #1012 (ghc panic with mutually recursive modules and template haskell) reopened by
- Don't know if this deserves its own ticket but it seems that ghci (or ghc …
- 08:31 Contributors edited by
- update name (diff)
- 05:49 Ticket #1991 (Improve GADT type inference) closed by
- wontfix: I'm afraid this is never going to compile without a type signature for …
- 05:40 Building/RunningTests edited by
- (diff)
- 01:34 Ticket #1995 (Unsoundness in the RTTI scheme when newtypes are involved) created by
- To be filled with further details soon
12/19/07:
- 22:14 Ticket #1994 (Data.ByteStirng.Lazy.hGetContents doesn't unlock i-node) closed by
- fixed: I'm not sure how we missed this, but yes, the lazy bytestring lazy IO …
- 21:37 Ticket #1994 (Data.ByteStirng.Lazy.hGetContents doesn't unlock i-node) created by
- I found that Data.ByteStirng?.Lazy.hGetContents doesn't unlock i-node even …
- 13:13 Ticket #1993 ("RegAllocLinear.getStackSlotFor: out of stack slots" when compiling ...) created by
- I got the following error when compiling darcs under win32/cygwin with ghc …
- 07:16 Ticket #1992 (6.8.2 intermittent build failure on multiple OS X versions) created by
- I've had multiple build failures of both 6.8.1 and 6.8.2 on OS X. This is …
- 04:49 Internships edited by
- (diff)
- 04:49 Internships edited by
- (diff)
12/18/07:
- 17:07 Ticket #1991 (Improve GADT type inference) created by
- It'd be nice if programs like the following didn't require type …
- 08:02 Ticket #1990 (Add 'subsequences' and 'permutations' to Data.List) created by
- Haskell 1.3 included the functions 'subsequences' and 'permutations'. I …
- 06:42 Ticket #1989 (GHC-6.8.1 fails arith003 on amd64/FreeBSD-7.0) created by
- I am trying to build a native amd64 compiler on FreeBSD. At the bootstrap …
- 06:04 Ticket #1988 ([6.8.1 regression] 6.8.2 panics in nameModule with -O2) created by
- The attached file makes GHC 6.8.2 panic: […] It only happens with …
12/17/07:
- 17:03 OSXFrameworks edited by
- (diff)
- 16:45 OSXFrameworks edited by
- (diff)
- 16:45 OSXFrameworks edited by
- (diff)
- 13:51 Ticket #1987 (GHCi's config file in <AppData>\ghc folder on Windows) created by
- Currently GHCi's config file must be put in the <UserProfile> folder …
- 09:31 Ticket #1986 (runhaskell doesn't have a --version option) created by
- Typing: $ runhaskell --version results in: {{{runhaskell: syntax: …
- 04:04 Ticket #1985 (IntSet.deleteMin doesn't agree with Set.deleteMin) created by
- (IntSet.deleteMin IntSet.empty) is error, while (Set.deleteMin Set.empty …
- 01:07 Ticket #1983 (Panic on interpreting very large expr) closed by
- duplicate: Dup of #789. But another example is always useful! Simon
- 00:50 Ticket #1982 (Spurious "defined but not used" warnings for constructors of types ...) closed by
- duplicate: Yes I agree. I have a fix in the works. I'm closing this one because …
Note: See TracTimeline
for information about the timeline view.
