Timeline


and

11/28/09:

22:33 Ticket #3702 (deriving for GADTs) created by rwbarton
I'm pleased to see that GHC 6.12.1 will include deriving for GADTs. …
12:42 Ticket #3701 (allow existential wrapper newtypes) created by duncan
Consider this OO-style thing, a class Compiler, and a most general …

11/27/09:

09:05 Ticket #3668 (PIE-enabled hardened gcc might broke GHC.) closed by secludedsage
fixed: sed -i -e "s|wrapped|wrapped ${GHC_CFLAGS}|" ${S}/ghc/ghc.wrapper" This …
06:56 BugSweep edited by simonmar
(diff)
02:34 Ticket #3700 (Being instance of Monoid is not checked) created by boris
It is possible pass not only instances of Monoid to tell function and load …
02:31 Status/SLPJ-Tickets edited by simonpj
(diff)
02:01 Ticket #3699 (Wildcards in type functions) created by MartijnVanSteenbergen
I would like to be able to use wildcards in type synonym family instances, …

11/26/09:

20:36 Ticket #3698 (Bad code generated for zip/filter/filter loop) created by rl
Here is the program: […] GHC generates this: […] Eta-expanding …
16:21 Ticket #3697 (Method selectors aren't floated out of loops) created by rl
Here is a small example: […] Here is the code that the current HEAD …
15:57 Ticket #3696 (Incorrect type inferred with -fwarn-missing-signatures and a type class) created by spl
The inferred type using -fwarn-missing-signatures and a type class is too …
15:39 HackPar edited by hwloidl
(diff)
12:31 Ticket #3695 (GHC-6.12.1-RC2-20091121 build fails when using stage-1 compiler) created by jberthold
When trying to build RC2 (20091121) under Solaris 10, I encountered the …
09:59 Ticket #3691 (Error message doesn't mention necessary extension in warning) reopened by isaacdupree
Simon, I think that would be valuable 1) because people might turn on …
09:41 Ticket #3690 (GHC panics on a crazy type signature) closed by simonpj
fixed: Thanks for the report. It's fixed in 6.12 and HEAD […]
07:05 Ticket #3691 (Error message doesn't mention necessary extension in warning) closed by simonpj
invalid: The error message looks right to me. GHC can't deduce (Print' flag a)

11/25/09:

23:00 Ticket #3694 (Image link in User's Guide is broken) created by jli
In section 5.1.1 "Inserting cost centres by hand" of the user's guide, …
22:36 Ticket #3693 (Show stack traces) created by jpet
Debugging stack overflows can be very difficult, because GHC gives very …
15:11 Ticket #3692 (Bogus type error message in type with constraints after the arrow) created by cdfh
Hello, I've found a bug, however it may be a duplicate of one of these: …
12:43 Ticket #3691 (Error message doesn't mention necessary extension in warning) created by arsenm
In this example(Taken from …
10:55 BugSweep edited by judah
(diff)
10:48 Ticket #3641 (^L Does Not Work Anymore in Interactive Mode for 6.10.x?) closed by judah
fixed: OK, it sounds like your problems are all resolved by the new version of …
10:31 Ticket #3690 (GHC panics on a crazy type signature) created by Alien
[…] I have NO idea what that would mean or whatever it makes sense at …
06:34 Ticket #3688 (getOptions'.parseLanguage(2) went past eof token) closed by igloo
duplicate: Thanks for the report. Happily, this is already fixed (#3212).
06:33 Ticket #3689 (GHCi bug on too long input lines) closed by igloo
duplicate: Thanks for the report. Happily, this is already fixed (#789).
06:22 Ticket #3689 (GHCi bug on too long input lines) created by harry666t
This is probably a very strange thing to do, but when you put a really, …

11/24/09:

11:08 Ticket #3688 (getOptions'.parseLanguage(2) went past eof token) created by guest
Prelude> :l counter.hs : panic! (the 'impossible' happened) (GHC version …
04:17 Ticket #3687 (Merge _stub.o files back in to the .o file) created by NeilMitchell
GHC sometimes generates _stub.o files. When it does, ghci doesn't work …
02:31 Ticket #451 (GHC poor type-checker error message) closed by simonpj
wontfix: I agree that the error message could be better, but fixing that is a …

11/23/09:

18:23 Ticket #3686 (please remove huge ghc-tarballs/) created by juhpetersen
Just prior to ghc-6.12 RC2 the ghc tarball sizes ballooned: […] This …
17:54 Ticket #3685 ("double free or corruption" error when running Setup.hs with other GHC in ...) created by ajd
Inside network-2.2.1.5 source directory: […] Basically, a Setup …
11:32 Ticket #3684 (Missing ghc-pkg options in --help) created by kolmodin
ghc-pkg does not in --help say it can do recache. Any …
08:55 Ticket #3130 (copyFile and findExecutable don't work correctly if filename has national ...) closed by igloo
fixed: Great, thanks!
05:46 Ticket #3683 (could not build ghc-6.12.0.20091121 under solaris) created by maeder
after unpacking ghc-6.12.0.20091121-src.tar.bz2 and doing "./configure" …

11/22/09:

20:58 Ticket #3682 (shared libraries not installed executable) created by juhpetersen
When ghc-6.12.0 is built with --enable-shared, libHS*.so shared library …
17:49 Ticket #3681 (hsc2hs wrapper script throws away $HSC2HS_EXTRA's value when specified C ...) created by nwn
hsc2hs wrapper script ignores default flags to build 32bit binary when …
14:08 BugSweep edited by igloo
(diff)
14:07 Ticket #851 (Incomplete-pattern checking for n+k patterns is not implemented) closed by igloo
wontfix: The !NoNPlusKPatterns proposal was accepted for H'2010, so I don't think …
13:19 BugSweep edited by igloo
(diff)
13:19 Ticket #816 (Weird fundep behavior (with -fallow-undecidable-instances)) closed by igloo
fixed: This example now compiles in 6.12.
12:53 BugSweep edited by igloo
(diff)
12:52 BugSweep edited by igloo
(diff)
12:51 Ticket #785 (Allow partial application of type synonyms) closed by igloo
wontfix: I think that this is very unlikely to be implemented, and even if it is, …
12:07 Ticket #3680 (Improve docs for 'length') created by daniel.is.fischer
The haddock docs for 'length' and 'genericLength' give no indication of …
11:57 BugSweep edited by igloo
(diff)
11:56 Ticket #768 (Improve performance of binary serialisation for interface files) closed by igloo
fixed: We've started to move towards using the binary package, which uses a …
11:36 BugSweep edited by igloo
(diff)
10:56 BugSweep edited by igloo
(diff)
10:56 Ticket #740 (Copyright information is wrong in some GHC source files) closed by igloo
wontfix: I'm going to close this ticket because, while the copyright holder …
10:41 BugSweep edited by igloo
(diff)
10:37 BugSweep edited by igloo
(diff)
10:33 BugSweep edited by igloo
(diff)
09:32 BugSweep edited by igloo
(diff)
07:42 Ticket #601 (Replace GMP) closed by igloo
fixed: It's now possible to build GHC with different integer libraries, so I …
07:18 BugSweep edited by igloo
(diff)
07:18 Ticket #476 (HUnit treats failures as errors) closed by igloo
invalid: HUnit is no longer distributed with GHC, so I'm closing this ticket.
07:10 BugSweep edited by igloo
(diff)
07:06 BugSweep edited by igloo
(diff)
05:38 BugSweep edited by igloo
(diff)
05:37 Ticket #420 (O'Haskell) closed by igloo
wontfix: I'm not aware of any plans in this area, but if anyone does want to do …
05:33 BugSweep edited by igloo
(diff)
05:33 Ticket #408 (OpenAL needs -pthread) closed by igloo
invalid: OpenAL is no longer shipped with GHC, so closing this ticket.
05:30 BugSweep edited by igloo
fixed typo (diff)
04:10 BugSweep edited by ganesh
xrefed a couple of tickets about JVM backends (diff)

11/21/09:

16:19 Ticket #3102 (The impossible happened with implicit parameters) reopened by Ashley Yakeley
Better than panic, but it's still wrong, because "a = (?p::Int) => a" is …
16:14 BugSweep edited by igloo
Remove closed tickets (diff)
16:04 Ticket #3102 (The impossible happened with implicit parameters) closed by igloo
fixed: In 6.12 and HEAD, we now get a nice error: […]
12:22 Ticket #3419 (Incorrect "unnecessary import" warning) closed by igloo
wontfix: Too late to change this for 6.12, so I'd suggest that if anyone is not …
12:16 Ticket #3350 (GHC doesn't compile on Mac OS X 10.4 (Tiger) via MacPorts) closed by igloo
invalid: I'm closing this as it looks like a MacPorts issue.
12:14 Ticket #3226 (please eliminate error message from Make on every build) closed by igloo
wontfix: I don't think there's a cure for this that isn't worse than the disease, …
11:55 Ticket #3200 (System.Environment.withProgName strips everything before the last slash) closed by igloo
wontfix: I think this would be best handled as part of the library proposal for …
08:13 Ticket #3329 (Errors Building 6.10.3 on NetBSD 4.0) closed by igloo
fixed: The build system has been completely changed in 6.12, so I'm closing this …
07:58 Ticket #3657 (ffi-1.0 causes panic in 6.12.20091010) closed by igloo
duplicate: Thanks, kosmikus. Looks likely you're right, so I'm closing this as a …
06:43 Ticket #3165 (:history throws "Irrefutable pattern failed" exception) closed by igloo
invalid: No response from submitter, so closing.
06:24 Ticket #2954 (System.Process.terminateProcess sends SIGTERM rather than SIGKILL on unix) closed by igloo
fixed: I'm closing this ticket. If someone wants to propose adding a …
06:08 Ticket #2824 (Duplicate symbols generated when Generics flag and syb-with-class "derive" ...) closed by igloo
fixed: I can no longer reproduce this in the 6.12 branch or HEAD.

11/20/09:

20:11 Supercompilation edited by pejo
(diff)
16:43 Ticket #3280 (The order of arguments to the function passed to nubBy got swapped somehow) closed by igloo
wontfix: My understanding is that nub and nubBy are currently consistent, so …
15:07 Ticket #2984 (Vectorized dph code doesn't terminate) closed by rl
fixed: Works in the HEAD now.
12:45 Ticket #3652 (Gettting error while running configure) closed by igloo
invalid: It looks like you are trying to install a binary distribution, but your …
12:29 Ticket #3591 (A working program reports <<loop>> when compiled with -O) closed by igloo
fixed: Aha, yes, it's already merged.
09:18 Ticket #3679 (./configure --enable-shared does not work for ghc-6.10) created by elkner
[…]
05:52 Supercompilation edited by simonpj
(diff)
05:51 Supercompilation edited by simonpj
(diff)
02:08 GHC-6.12.1 created by simonmar

11/19/09:

18:46 Ticket #3661 (Profiling GHC HEAD broken under OSX.) closed by pejo
fixed: I'm no longer able to reproduce this bug under HEAD.
18:28 Ticket #3678 (rejig the build system so that dummy-ghc isn't used) created by pejo
Build.mk: […] The build error: […]
09:54 BugSweep edited by igloo
Remove closed tickets (diff)
09:51 BugSweep edited by igloo
(diff)
08:31 Ticket #3648 (Release a new containers version) closed by igloo
fixed: Fixed: […]
08:31 Ticket #3653 ("Missing header file: HsDirectory.h" with old kernel/glibc) closed by igloo
fixed: Fixed in HEAD: […] and 6.12: […]
08:28 Ticket #3650 (Add a Natural number type to the pre-defined basic types.) closed by igloo
wontfix: A Natural type that doesn't need compiler support could be implemented in …
07:39 Building/Rebuilding edited by simonpj
(diff)
04:53 BugSweep edited by simonmar
(diff)
04:52 BugSweep edited by simonmar
(diff)
04:45 BugSweep edited by simonmar
(diff)
04:43 BugSweep edited by simonmar
(diff)
03:05 Supercompilation edited by pejo
(diff)

11/18/09:

23:27 Ticket #3677 (Optimizer creates stack overflow on filtered CAF) created by jpet
The following code creates a stack overflow at -O1 or -O2, when running …
19:46 Ticket #3676 (realToFrac doesn't sanely convert between floating types) created by draconx
As far as I can tell, the only way to convert between floating types in …
17:15 Ticket #3673 (ghc-6.12.0 does not include ghc-tarballs/ for libffi?) closed by igloo
fixed: Thanks for the report; fixed by […] in HEAD and 6.12.
12:02 Ticket #3662 (Don't know how to install documentation) closed by igloo
fixed: Fixed in HEAD and 6.12: […]
09:13 Ticket #3665 (Add whole-package deprecation warnings) closed by igloo
fixed: I've applied the base3-deprecation-message in 6.12 (HEAD doesn't have …
08:56 Ticket #3675 (load fails with Literate target contents) created by JeanPhilippeMoresmau
I am loading a target with actual contents (targetContents=Just (contents, …
08:00 Ticket #831 (GHCi user interface bug) closed by judah
fixed: This behavior does not appear in ghc-6.10.3 or ghc-6.13.20090923. It was …
07:28 Ticket #317 (Simplifier doesn't preserve bottoms sometimes) closed by judah
fixed: Both of the programs listed above loop forever with ghc-6.10.3 and …
06:48 Ticket #565 (overlapping instances & fundeps broken) closed by simonpj
invalid: I agree. And in any case we want to encourage people to move towards type …
06:13 Ticket #3674 (Recognise language pragmas generated by custom pre-processors (run with ...) created by dorchard
A custom pre-processor might desugar terms into terms of a particular …
03:43 BugSweep edited by simonmar
(diff)
03:42 BugSweep edited by simonmar
(diff)
03:40 BugSweep edited by simonmar
(diff)
03:35 BugSweep edited by simonmar
(diff)
03:31 Ticket #1117 ([2,4..10] is not a good list producer) closed by simonmar
fixed: Indeed, looks like efdtInt now has a RULE. Thanks Daniel!
01:08 Ticket #3673 (ghc-6.12.0 does not include ghc-tarballs/ for libffi?) created by juhpetersen
When I try to build latest ghc-6.12.0 nightly snapshots I get: […] A …

11/17/09:

17:42 BugSweep edited by daniel.is.fischer
(diff)
15:59 Ticket #3669 (haddock: internal Haddock or GHC error: Win32-version:: openBinaryFile: ...) closed by igloo
fixed: Fixed in HEAD and 6.12 by: […]
14:20 Ticket #1185 (can't do I/O in the child of forkProcess with -threaded) closed by igloo
fixed: The "One more patch" seems to already be applied, but I've merged the rest …
10:00 Ticket #3532 (haddock should support content indexing of versioned package dirs) closed by igloo
fixed: Fixed in HEAD and 6.12 by: […]
09:55 Ticket #3303 (Allow multi-line deprecation messages.) closed by igloo
fixed: Merged: […]
08:36 TracWikiMisc edited by simonpj
(diff)
08:35 TracWikiMisc edited by simonpj
(diff)
08:33 GettingStarted edited by simonpj
(diff)
08:31 GettingStarted edited by simonpj
(diff)
08:31 GettingStarted edited by simonpj
(diff)
08:15 Ticket #229 (Integer overflow in array allocation) reopened by simonmar
Ok, re-opening.
07:37 Ticket #229 (Integer overflow in array allocation) closed by simonmar
fixed: Thanks Stefan!
06:40 Ticket #3672 (Let Linker.c know about stg_arg_bitmaps) created by int-e
stg_args_bitmaps is useful to make sense of AP and PAP closures on the …
05:45 Ticket #3671 (Add partitioning functions to Data.List) created by holzensp
The functions take and span have recursive equivalents takeRec and …
04:58 Ticket #3670 (Allow RULES for higher-ranked terms) closed by simonpj
fixed: Good idea. Fixed by […] Simon
04:43 BugSweep edited by StefanWehr
(diff)
04:36 ViewPatterns edited by simonpj
(diff)
04:35 ViewPatterns edited by simonpj
(diff)
04:26 BugSweep edited by simonmar
(diff)
04:24 BugSweep edited by simonmar
(diff)
03:03 Ticket #29 (Check for exhaustive patterns is broken) closed by ganesh
invalid: Closing this with the approval of the GHC team …
01:46 BugSweep edited by ganesh
(diff)
01:32 Debugging/LowLevelProfiling/QProf created by simonmar
01:22 Debugging/LowLevelProfiling edited by simonmar
(diff)

11/16/09:

19:22 BugSweep edited by byorgey
(diff)
16:41 BugSweep edited by solidsnack
Restoring it because, hey, someone else might like to do this one. (diff)
16:35 BugSweep edited by solidsnack
Nothing to do for this bug. (diff)
14:54 Ticket #1811 (liberate case needs an independent threshold) closed by rl
fixed: I just noticed this ticket. As a matter of fact, liberate case has had an …
11:31 WikiStart edited by YitzGale
Added link to the BugSweep page (diff)
09:50 WorkingConventions edited by guest
Trivial spelling fix. (diff)
06:36 BugSweep edited by simonmar
(diff)
06:32 BugSweep edited by simonmar
(diff)
05:42 BugSweep edited by simonpj
(diff)
05:02 BugSweep edited by simonmar
(diff)
05:02 BugSweep created by simonmar
04:03 Ticket #3670 (Allow RULES for higher-ranked terms) created by rl
Here is a small code sample: […] I'd like to specialise foo to …
02:35 Ticket #3669 (haddock: internal Haddock or GHC error: Win32-version:: openBinaryFile: ...) created by igloo
This change to gen_contents_index: […] looks like it has caused this …
01:02 Debugging/LowLevelProfiling/PAPI edited by simonmar
(diff)
00:40 Ticket #3666 (Binary: Int64 truncated to fit in 32 bit Int) closed by simonpj
duplicate: Thanks for reporting this, but it saves work for you (uploading a test …

11/15/09:

11:07 Building/Porting edited by kili
Force GhcRTSWays on the target, too. And just set it to the empty string, … (diff)
11:07 Ticket #3667 (Overly specific type inference.) closed by augustss
invalid: It's not a bug, it's a feature. It's the monomorphism restriction and it …
08:49 Building/Porting edited by kili
You've to be creative when linking the compiler fails on your target … (diff)
08:43 Building/Porting edited by kili
Avoid hours of grepping and head scratching about why PrimOps?.o references … (diff)
06:40 Ticket #3668 (PIE-enabled hardened gcc might broke GHC.) created by secludedsage
[…] While I am building yi-editor, I get: […] mk/build.mk: […]
00:55 Supercompilation edited by pejo
(diff)
00:40 Supercompilation edited by pejo
(diff)

11/14/09:

20:38 Supercompilation edited by pejo
(diff)
16:29 Ticket #3667 (Overly specific type inference.) created by Sean Erle Johnson
The inferred type for perms in the following code is too specific: […] …

11/13/09:

12:00 Ticket #3666 (Binary: Int64 truncated to fit in 32 bit Int) created by guest
I'm a complete Haskell noob, but code that I wrote and loaded and ran in …
10:49 Ticket #3665 (Add whole-package deprecation warnings) created by duncan
With GHC-6.12 if you use base 3 you get: […] This is initially a …
10:24 Ticket #3303 (Allow multi-line deprecation messages.) reopened by duncan
The formatting of deprecation pragmas now accidentally includes Haskell …
10:03 Status/SLPJ-Tickets edited by simonpj
(diff)
06:05 Status/SLPJ-Tickets edited by simonpj
(diff)
05:11 Building/Docs edited by simonmar
(diff)
05:08 Building/Docs edited by simonmar
(diff)
01:45 Ticket #3664 (Ghc eats tremendous heaps of RAM in -prof build (highlighting-kate)) created by slyfox
Tried to build highlighting-kate-0.2.5 from hackage with ghc-6.12rc1 …
01:25 Ticket #3663 (Unreg build fails when haddocking dph-seq) created by simonmar
The unregisterised HEAD build is failing thus: […] Presumably because …
00:32 Ticket #3660 ("Var.tcTyVarDetails" exception w/ Assoc. Datatypes and Monad Transformers) closed by simonpj
fixed: Thanks. I had to add some imports thus: […] Happily this works ok in …

11/12/09:

20:49 Ticket #3659 (two-dimensional PArrays in data parallel code) closed by rl
worksforme: In the HEAD, fromList hast this type: […] That said, the type …
20:30 Ticket #3662 (Don't know how to install documentation) created by bos
Following the changes to the build system that got merged in earlier this …
20:24 Ticket #2813 (Create a utf8 bytestring-a-like) closed by bos
wontfix: I think that it makes some sense to close this bug, since it's really not …
18:28 Ticket #3661 (Profiling GHC HEAD broken under OSX.) created by pejo
If I pull latest HEAD, with the following contents in build.mk: […] and …
10:25 Ticket #3660 ("Var.tcTyVarDetails" exception w/ Assoc. Datatypes and Monad Transformers) created by jfredett
Summary: When trying to build a monad stack which involves a state …
08:43 Ticket #3659 (two-dimensional PArrays in data parallel code) created by ams
Hi -- Is it possible to create two-dimensional PArrays? It seems like an …
07:36 Building edited by simonpj
(diff)
07:36 Building edited by simonpj
(diff)
06:47 Commentary/Compiler/NewCodeGenPipeline edited by simonpj
(diff)
06:34 Commentary/Compiler/NewCodeGenPipeline edited by simonpj
(diff)
04:55 Debugging/LowLevelProfiling/oprofile edited by simonmar
(diff)
02:47 Ticket #3658 (Dynamically link GHCi (and use system linker) on platforms that support it) created by simonmar
In 6.14.1 we should switch to shipping a dynamically linked GHCi binary, …

11/11/09:

17:12 Supercompilation edited by pejo
(diff)
15:52 Supercompilation edited by pejo
(diff)
14:25 Ticket #3657 (ffi-1.0 causes panic in 6.12.20091010) created by tobsan
After upgrading GHC to 6.12, any Haskell file I try to compile yields this …
08:12 Ticket #3656 (ghci leaves /tmp/ghc* directory if killed by signal) created by vvv
I was wondering where do numerous /tmp/ghc${PID}_0 directories come from. …
03:06 Ticket #3655 (Performance regression relative to 6.10) created by simonmar
The attached program runs more slowly when compiled with 6.12 compared to …
03:06 TypeFunctionsStatus edited by simonpj
(diff)

11/10/09:

21:50 Ticket #3654 (Mach-O GHCi linker lacks support for a range of relocation entries) created by chak
The Mach-O code of the GHCi linker rts/Linker.c lacks support for a …
16:14 Ticket #3653 ("Missing header file: HsDirectory.h" with old kernel/glibc) created by roland
Configuring ghc-6.12.1rc1 on a machine with linux kernel 2.6.9 and glibc …
12:57 HackPar edited by hwloidl
(diff)
12:40 HackPar edited by hwloidl
(diff)
09:58 HackPar edited by hwloidl
(diff)
07:59 Ticket #3652 (Gettting error while running configure) created by cheram
HI, While i run the configure i am getting the following error. Please …
04:07 TypeFunctionsStatus edited by simonpj
(diff)
04:00 Status/SLPJ-Tickets edited by simonpj
(diff)
03:28 Ticket #3631 (Overload the Prelude iterate to support list input) closed by malcolm.wallace@…
wontfix: Replying to shelbymoore3: > > Thanks for the suggestion, but …
02:49 Ticket #3631 (Overload the Prelude iterate to support list input) reopened by shelbymoore3
Replying to igloo: > Thanks for the suggestion, but if you …
01:15 HackPar edited by jberthold
added and sorted topics to cover (diff)
00:48 Ticket #3651 (GADT type checking too liberal) created by MartijnVanSteenbergen
I would expect the following three functions to fail: […] But they …

11/09/09:

22:28 Supercompilation edited by pejo
(diff)
21:34 Ticket #3650 (Add a Natural number type to the pre-defined basic types.) created by JohnD
See  http://hackage.haskell.org/trac/haskell-prime/wiki/Natural
13:32 HackPar edited by hwloidl
(diff)
13:15 Building/Preparation/Linux edited by simonmar
(diff)
09:16 Ticket #3649 (inconsistent exception between unix/windows for running non-existant ...) created by duncan
[…] On Windows this prints True since it throws a "does not exists" …
06:20 Ticket #3643 (building heliumeditor) closed by simonmar
invalid: This happens when the package author leaves some .hi files in the …
03:11 Building/Preparation/Windows edited by igloo
Add python back to the list of things to install (diff)
02:46 Building/Preparation/Windows edited by simonpj
(diff)
02:41 Platforms edited by simonmar
(diff)
02:37 Platforms edited by simonmar
add dragonfly BSD (diff)

11/08/09:

12:31 Ticket #3610 (Installer has hard-coded path /usr/bin/strip) closed by igloo
fixed: Fixed in HEAD and 6.12 by: […]
12:30 Ticket #3635 (base-3-compat with 6.12 won't load in GHCi, Template Haskell on Windows) closed by igloo
fixed: Thanks for the report; fixed by […]
12:11 Building/Porting edited by kili
gmp found a new home in libraries/integer-gmp (diff)
11:20 Ticket #3531 (Haddock needs tcRnGetInfo, hence GhcWithInterpreter YES) closed by igloo
fixed: This bug has been fixed by the above patch, and #3558 is a task for us to …
04:34 Ticket #3644 (./configure fails while gcc version checking) closed by igloo
fixed: OK, thanks for the follow-up. It sounds like you have an old snapshot, so …
02:59 Ticket #3598 (ghc-stage2 binary name confusing for users) closed by igloo
fixed: Now fixed in 6.12 and HEAD: […]

11/07/09:

16:58 Ticket #3400 (OS X: ghc broken on Snow Leopard) closed by igloo
fixed: Fixed by […]
13:52 Ticket #3648 (Release a new containers version) created by igloo
To include: […]
12:19 Ticket #3647 (unify handling and error messages for -X vs. {-#LANGUAGE ...#-} ...) created by eflister
it's easy to accidentally cut and paste a -XExtentionName from a ghc error …
09:23 Ticket #3295 (Null deref by threaded runtime scheduler) closed by igloo
fixed: No response from submitter, so closing this ticket.
09:20 Status/Oct09 edited by mux
Typo fix. (diff)
07:01 Ticket #3646 (Enforce requirement that our repos contains a subset of upstream's patches) created by igloo
Simon Marlow wrote this prehook script: […] although this is not ideal, …
04:42 Ticket #3616 (ghci crash from :l) closed by igloo
fixed: I've opened #3645 for the interaction of layout and pragmas. I'm not sure …
04:40 Ticket #3519 (ghc: panic! (the 'impossible' happened)) closed by igloo
fixed: I've created #3645.
04:40 Ticket #3645 (Layout and pragmas) created by igloo
With this module: […] GHC 6.12 says: […] but this should probably be …
02:46 Ticket #3644 (./configure fails while gcc version checking) created by tolysz
./configure exits with an error 1 but commenting out lines 4115 - 4138 …

11/06/09:

13:42 Ticket #3624 (Parse fails when foreign import declarations contain path information ...) closed by igloo
fixed: Fixed in HEAD and 6.12 by: […]
10:41 Ticket #3640 (NamedFieldPuns broken in where clauses) closed by igloo
fixed: Merged.
10:37 Ticket #3604 (Use of template-haskell is broken with shared libraries) closed by igloo
fixed: Merged.
10:33 Ticket #3439 (Improve the setup for ticky) closed by igloo
fixed: All 3 patches are now in the 6.12 branch.
10:23 Ticket #3643 (building heliumeditor) created by cyberpuff
:~/share/heliumEditor$ cabal configure Resolving dependencies... Binary: …
08:39 Ticket #3114 ("ghc -shared --make" gives panic) closed by simonmar
fixed: This was fixed: […]
02:57 Status/SLPJ-Tickets edited by simonpj
(diff)
02:56 Ticket #714 (Inconsistency between handling functional dependencies in class and ...) closed by simonpj
duplicate: I'll close this long thread in favour of #3490, which summarises the key …
01:45 Ticket #3491 (Relax superclass restrictions) closed by simonmar
duplicate: ticket created twice: see #3490
01:19 Ticket #3614 (Cabal file parser can't handle colon in description) closed by simonmar
invalid: Thanks; closing.
00:57 Building/Porting edited by simonmar
(diff)

11/05/09:

20:59 Building/Architecture/Idiom/Macros edited by benl
typo (diff)
12:12 Debugging/LowLevelProfiling/PAPI edited by dmp
Added note about adding PAPI library dir to LD_LIBRARY_PATH (diff)
11:17 Ticket #3616 (ghci crash from :l) reopened by eflister
sorry, i didn't search for dupes cuz the message said to report it and i …
08:52 Ticket #3616 (ghci crash from :l) closed by simonmar
duplicate: dup of #3153 (the most opt-reported GHC bug! we could have saved …
07:03 Ticket #3609 (ar.exe: Bad file number) closed by simonmar
duplicate: #3201 wasn't fixed on the 6.10 branch, the fix is only in 6.12 and later. …
06:40 Ticket #3622 (ghci ignores LANGUAGE TemplateHaskell pragma) closed by simonmar
duplicate: dup of #3217
04:35 Ticket #3234 (foldr/single no longer firing in GHC 6.10) closed by simonpj
fixed: I fixed this as part of the big INLINE patch. The relevant note is in …
04:27 Debugging/RuntimeSystem edited by simonpj
(diff)
04:26 Debugging edited by simonpj
(diff)
04:26 Debugging/RuntimeSystem created by simonpj

11/04/09:

14:56 Ticket #1735 (unused binding changes program behaviour) closed by simonpj
fixed: This one has been in my to-do list for a long time, and I've finally …
13:51 Status/Oct09 edited by igloo
(diff)
11:36 Status/SLPJ-Tickets edited by simonpj
(diff)
10:06 Status/SLPJ-Tickets edited by simonpj
(diff)
09:36 Debugging/TickyTicky edited by simonpj
(diff)
08:39 Ticket #3639 (GHC 6.10.1 fails to build with "../includes/ghcautoconf.h: No such file ...) closed by spookylukey
duplicate: It looks like the original bug report is the same as #2619. I don't know …
08:12 Status/Oct09 edited by dons
(diff)
06:47 Ticket #3642 (GHC does not build using the Haskell Platform on Windows) created by simonmar
We still have issues with paths containing spaces in the build system. I …
06:40 Ticket #3441 (readProcess ... (exit 11): failed) reopened by Andriy
Simon, I finally got a core dump. Attaching it. However this time the …
06:17 Ticket #3548 (test T3294 incorrectly reported as error for unregistered build) closed by simonmar
fixed: Fixed […]
06:10 Ticket #3641 (^L Does Not Work Anymore in Interactive Mode for 6.10.x?) created by Aviator
I use Ctrl+L a lot to clear the terminal. The clear screen feature is …
04:44 Status/Oct09 edited by YitzGale
Fixed link to LetGen? paper (diff)
04:12 WikiStart edited by YitzGale
Updated link to Status Update to Oct09 (diff)
03:23 Ticket #3640 (NamedFieldPuns broken in where clauses) created by cjs
The attached file compiles fine under GHC 6.10. However, under 6.12, it …
01:40 Ticket #3639 (GHC 6.10.1 fails to build with "../includes/ghcautoconf.h: No such file ...) created by spookylukey
I am attempting to build GHC 6.10.1 on a CentOS 4.5 machine. At the 'make …
00:47 Status/Oct09 edited by simonpj
(diff)
00:46 Status/Oct09 edited by simonpj
(diff)
00:42 Status/Oct09 edited by simonpj
(diff)
00:37 Status/SLPJ-Tickets edited by simonpj
(diff)

11/03/09:

23:12 Ticket #3638 (Redundant signature required with RULES and GADTs) created by rl
Here is a small program: […] GHC complains: […] And indeed, …
20:45 Status/Oct09 edited by chak
(diff)
20:43 Status/Oct09 edited by chak
(diff)
19:53 Status/Oct09 edited by chak
(diff)
19:52 DataParallel/BenchmarkStatus edited by chak
(diff)
19:41 DataParallel/BenchmarkStatus edited by chak
(diff)
19:26 Status/Oct09 edited by chak
(diff)
19:24 Status/Oct09 edited by chak
(diff)
19:04 Status/Oct09 edited by chak
(diff)
15:01 Ticket #3637 (./configure doesn't understand Gentoo's build/host/target) created by kolmodin
Apparently there are several styles in how to write your build/host/target …
08:01 Debugging/LowLevelProfiling/oprofile edited by guest
(diff)
07:13 Status/Oct09 edited by simonpj
(diff)
07:12 Status/Oct09 edited by simonpj
(diff)
07:10 Status/Oct09 edited by simonpj
(diff)
06:58 Status/Oct09 edited by simonpj
(diff)
06:53 Status/Oct09 edited by simonpj
(diff)
06:38 Debugging/LowLevelProfiling/oprofile edited by guest
(diff)
05:56 Status/Oct09 edited by simonmar
(diff)
05:55 Status/Oct09 edited by simonmar
(diff)
05:51 Status/Oct09 edited by simonmar
(diff)
05:33 Status/Oct09 edited by simonmar
(diff)
04:12 Status/SLPJ-Tickets edited by simonpj
(diff)
03:48 NofibanalyseWithPAPI.diff attached to Debugging/LowLevelProfiling/PAPI by simonmar
03:48 NoFib-Papi.darcs attached to Debugging/LowLevelProfiling/PAPI by simonmar
03:48 TestWithPAPI.diff attached to Debugging/LowLevelProfiling/PAPI by simonmar
03:47 PAPI edited by simonmar
(diff)
03:46 PAPI edited by simonmar
(diff)
03:45 PAPI edited by simonmar
(diff)
03:44 Debugging/LowLevelProfiling/PAPI edited by simonmar
(diff)
03:43 Debugging/LowLevelProfiling/PAPI edited by simonmar
(diff)
03:42 Debugging/LowLevelProfiling/PAPI edited by simonmar
(diff)
03:41 Debugging/LowLevelProfiling/PAPI/Installing created by simonmar
03:27 Ticket #3631 (Overload the Prelude iterate to support list input) closed by igloo
wontfix: Thanks for the suggestion, but if you would like to propose changes to the …
03:19 Ticket #3636 (ghc --make sends progress output to stderr) created by ab
This is a relatively minor problem, but it is really annoying. Running …
02:52 Debugging/LowLevelProfiling/oprofile created by simonmar
02:51 Debugging/LowLevelProfiling edited by simonmar
(diff)
02:50 Debugging/LowLevelProfiling/PAPI created by simonmar
02:44 Debugging/LowLevelProfiling edited by simonmar
(diff)
02:36 Debugging/LowLevelProfiling created by simonmar
02:33 Debugging edited by simonmar
(diff)
02:17 Debugging edited by simonpj
(diff)
02:13 Building edited by simonpj
(diff)
00:59 Ticket #3635 (base-3-compat with 6.12 won't load in GHCi, Template Haskell on Windows) created by guest
base3-compat/GHC/Handle.hs needs: […] Wrapped around its export for …

11/02/09:

23:41 Ticket #3634 (Add traceM, traceShowM and withTrace) created by MartijnVanSteenbergen
On haskell-libraries we have …
18:05 Ticket #3633 (Heap size suggestion of > 2145 MB gets ignored) created by tim
Hello, If I run a GHC-compiled program with: +RTS -H2150M -RTS or …
13:19 Ticket #3632 (lift restrictions on records with existential fields, especially in the ...) created by eflister
the attached file demos the use of a record with an existential field with …

10/31/09:

23:22 Ticket #3631 (Overload the Prelude iterate to support list input) created by shelbymoore3
Had to overload the Prelude function iterate to support list input. The …
17:29 Ticket #3630 (Suggested algorithm to control upper bound of space "leaks") created by shelbymoore3
An idea for an algorithm to mitigate space "leaks". Limited research …
05:12 Ticket #3629 (Code compiled WITHOUT profiling many times slower than compiled WITH ...) created by gchrupala
I have a program which runs extremely slow when I compile it with …
02:17 Ticket #3617 (There is no -debug runtime in 6.12 RC1) closed by igloo
fixed: Fixed in HEAD and 6.12: […]

10/30/09:

16:18 Ticket #3565 (Wrong gcc being used) closed by igloo
fixed: We now have a gcc wrapper on Windows in HEAD and 6.12.
14:55 Ticket #3494 (missing build system dependency) closed by igloo
fixed: Yes, although it might drift out of sync. I guess it's better than …
14:05 Ticket #3626 (Template Haskell silently boxes tuples) closed by igloo
fixed: Merged.
12:05 Ticket #3612 (Installing the binary tarball requires build tools (binutils, gcc, etc.)) closed by igloo
invalid: Closed, thanks.
09:14 Ticket #3628 (exceptions reported to stderr when they propagate past forkIO) created by duncan
It's not entirely obvious what to do with exceptions that do not get …
07:38 Ticket #3597 (trying to build ghc 6.10.4 from src tarball: haddock: Can't find ...) closed by igloo
fixed: The build system has completely changed in 6.12, and it sounds like you …
04:41 Status/SLPJ-Tickets edited by simonpj
(diff)
04:26 Status/SLPJ-Tickets edited by simonpj
(diff)
04:26 Ticket #3627 (Profiling loses eta-expansion opportunities unnecessarily) created by simonpj
If I have […] then we don't see that f has arity 1. Because …
04:15 Ticket #3607 (index variable for array traversal worker function is not unboxed) closed by simonpj
worksforme: With HEAD the inner loop looks like this: […] So the parameter is …
02:03 Ticket #3623 (Host's C info ending up in .hc files while cross-bootstrapping) closed by ksf
duplicate: See #3472
00:01 Ticket #3626 (Template Haskell silently boxes tuples) created by rl
Here is a small program: […] Output of ghci -ddump-splices: […] …

10/29/09:

22:09 Ticket #3625 (GHCI doesn't work with dtrace on OS X) created by rl
On OS X, user-defined dtrace probes are implemented as special symbols of …
13:33 Annotations edited by batterseapower
(diff)
13:27 Ticket #3624 (Parse fails when foreign import declarations contain path information ...) created by twadleigh
An import declaration like: […] fails with: […] I've marked this …
11:25 Ticket #3623 (Host's C info ending up in .hc files while cross-bootstrapping) created by ksf
hsc2hs does not seem to have access to the target's info, or at least not …
09:46 Ticket #3622 (ghci ignores LANGUAGE TemplateHaskell pragma) created by fasta
Save the following in Foo.hs […] $ ghci Foo.hs Paste runQ [| …
09:40 Ticket #3621 ("No match in record selector Var.tcTyVarDetails" with incorrect ...) closed by simonpj
fixed: Actually it shouldn't be rejected. For example […] Here, the derived …
06:06 Ticket #3530 (GHCi does not work on Snow Leopard) closed by chak
fixed: Fixed by […] Please MERGE to the 6.12 branch!
Note: See TracTimeline for information about the timeline view.