Timeline


and

12/21/07:

21:40 Ticket #2000 (-funfolding-update-in-place badly documented) created by m4dc4p
The documentation for -funfolding-update-in-place implies it takes a …
15:24 Ticket #1999 (panic with GADT etc.) created by jeltsch
The following code causes a panic with GHC installed from …
13:43 BadContent edited by simonmar
(diff)
11:23 Ticket #1998 (Stricter enumFrom instance for Integer, to match Int) created by dons
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 dons
A common source of user complaints are code like the following failing: …
11:04 Ticket #1996 (Make "swap" a top-level function) created by guest
In the module,Control.Arrow, in the definition for second, there is a …
01:51 Ticket #323 (Exponential behaviour with type synonyms) closed by simonpj
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 simonpj
fixed: Actually I did this a month ago! […] So I'm closing it now. Simon

12/20/07:

19:26 ExternalCore edited by atomb
(diff)
10:05 Ticket #1973 (non-exhaustive pattern in getSRTInfo) closed by simonpj
invalid: I'm adding a better panic message. Simon
09:55 Ticket #1012 (ghc panic with mutually recursive modules and template haskell) reopened by fons
Don't know if this deserves its own ticket but it seems that ghci (or ghc …
08:31 Contributors edited by tim
update name (diff)
05:49 Ticket #1991 (Improve GADT type inference) closed by simonpj
wontfix: I'm afraid this is never going to compile without a type signature for …
05:40 Building/RunningTests edited by simonpj
(diff)
01:34 Ticket #1995 (Unsoundness in the RTTI scheme when newtypes are involved) created by mnislaih
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 dons
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 guest
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 apstrand
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 guest
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 simonpj
(diff)
04:49 Internships edited by simonpj
(diff)

12/18/07:

17:07 Ticket #1991 (Improve GADT type inference) created by guest
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 twanvl
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 wb.kloke
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 guest
The attached file makes GHC 6.8.2 panic: […] It only happens with …

12/17/07:

17:03 OSXFrameworks edited by judah
(diff)
16:45 OSXFrameworks edited by judah
(diff)
16:45 OSXFrameworks edited by judah
(diff)
13:51 Ticket #1987 (GHCi's config file in <AppData>\ghc folder on Windows) created by felixmar
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 tim
Typing: $ runhaskell --version results in: {{{runhaskell: syntax: …
04:04 Ticket #1985 (IntSet.deleteMin doesn't agree with Set.deleteMin) created by dbenbenn
(IntSet.deleteMin IntSet.empty) is error, while (Set.deleteMin Set.empty …
01:07 Ticket #1983 (Panic on interpreting very large expr) closed by simonpj
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 simonpj
duplicate: Yes I agree. I have a fix in the works. I'm closing this one because …

12/16/07:

17:16 Ticket #1984 (weird performance drop with -O2 on x86) created by guest
Here's my program: […] It's supposed to print the number of threads …
15:33 Ticket #1983 (Panic on interpreting very large expr) created by jonathancast
With the attached module in scope (interpreted) at the interpreter, giving …
03:38 Ticket #1982 (Spurious "defined but not used" warnings for constructors of types ...) created by Eelis-
Consider the following code: […] With -Wall, ghc emits the following …

12/15/07:

12:59 Ticket #1981 (panic when compiling record implementation using type families) created by jeltsch
Attached is a current snapshot of the grapefruit-records package. …

12/14/07:

18:24 Ticket #1937 (Configure script fails on target ia64 machine when trying to cross-compile ...) closed by igloo
duplicate: The bootstrapping procedure hasn't been updated for 6.8 yet. #1346 is the …
08:21 Ticket #1980 (sporadic segmentation faults) created by maeder
Our big interactive hets application sometimes produces segmentation …
08:08 Ticket #1979 (Add variants of tails and inits not returning empty lists) created by mux
This patch adds the tails1 and inits1 function, that behave like their …
07:28 Ticket #1965 (Allow unconstrained existential contexts in newtypes) closed by igloo
wontfix: Please reopen this ticket if you have a useful application for it.
03:35 Ticket #1838 (do not use getEnv "HOME", use System.Directory.getHomeDirectory) reopened by malcolm.wallace@…
Mailing list contributors say the new behaviour is a regression. Their …

12/13/07:

08:28 Ticket #1978 (Error message: Undefined reference to `XXX_closure') created by Andriy
When I try to compile the following test case: […] the compilation …
03:42 Ticket #1972 (Shadowed binding warning message lacks essential information) closed by simonpj
fixed: Good point. I'm validating a fix, and adding a test case. Simon
02:37 Ticket #1429 (:list gets confused by bang patterns in .lhs files) closed by simonmar
worksforme: I can't reproduce this, there must be something else significant other …

12/12/07:

15:14 Ticket #1977 (Adding small check in Linux installer) created by Tener
Hello I'm not sure to which component the ghc installer belongs. The …
14:13 Ticket #1976 (System.Posix.User.getUserEntryForName: incorrect error for non-existent ...) created by guest
I just noticed that getUserEntryForName suffers from the same problem I …
12:07 Ticket #1975 (GHC cc phase doesn't add -framework-path flags) created by judah
When compiling a C file with ghc, framework search paths …
04:00 Ticket #1974 (length "foo" doesn't work with -XOverloadedStrings) created by ganesh
The extensions to the defaulting rule for -XOverloadedStrings aren't …
00:00 Milestone 6.8.2 completed

12/11/07:

20:02 Ticket #1973 (non-exhaustive pattern in getSRTInfo) created by darinm
Here is the code I am attempting to execute: […] defaultCodeGen makes …
13:35 Ticket #1940 (GHCi triggers firewall by sending unexpected packet) closed by igloo
invalid: OK, if allowing the packet doesn't result in more packets being detected …
04:32 Ticket #1972 (Shadowed binding warning message lacks essential information) created by NeilMitchell
[…] The problem is that this warning talks only about h, and the …
04:30 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
04:29 Commentary/Compiler/BackEndTypes edited by simonpj
(diff)
04:29 Commentary/Compiler/BackEndTypes created by simonpj
04:10 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
03:52 Ticket #1971 (unjustified warning about documentation) created by maeder
[…] When installing (using make install) the wrong directory is …
03:32 DarcsEvaluation edited by vvv
recent Tom Moertel's article added to references (diff)
03:30 BadContent created by simonmar
pinched from  http://trac.edgewall.org/wiki/BadContent
03:16 Commentary edited by simonpj
(diff)
03:03 Ticket #1967 (Allow runhaskell to execute not .hs/.lhs files) closed by simonmar
duplicate: See #1232.

12/10/07:

23:51 TypeFunctionsStatus edited by chak
(diff)
23:51 Ticket #1808 (type families: impossible happened, at runtime in GHCi) closed by chak
fixed
23:49 TypeFunctionsStatus edited by chak
(diff)
23:48 Ticket #1754 (Border case type families/type equality coercions cause the impossible to ...) closed by chak
fixed: Fixed this while working through the regressions caused by type checking …
23:37 TypeFunctionsStatus edited by chak
(diff)
23:36 TypeFunctionsStatus edited by chak
(diff)
23:35 Ticket #1716 (panic when running program from GHCi) closed by chak
fixed: Repaired this as part of fixing the GADT regression tests after moving to …
23:25 TypeFunctionsStatus edited by chak
(diff)
23:16 Ticket #1723 (type unsafety with type family + GADT) closed by chak
fixed: Replacing GADT refinement by equality constraints fixed this as expected.
22:32 TypeFunctionsStatus edited by chak
(diff)
22:31 Ticket #1722 (Code using type synonym families requires workarounds to compile) closed by chak
fixed: As expected, the replacement of GADT refinement with equality constraints …
21:53 TypeFunctionsStatus edited by chak
(diff)
21:43 Ticket #1815 (Occurs check error from equality constraint) closed by chak
fixed
19:45 Ticket #1970 (ghci -hide-all-packages gives bad error message) created by dfranke
Let's output something a bit more graceful here? […]
19:30 Ticket #1969 (enormous compile times) created by duncan
Some modules cause ghc to take a very very long time (and a lot of memory) …
18:19 TypeFunctionsStatus edited by chak
(diff)
17:44 Status/Nov07 edited by chak
(diff)
15:08 Ticket #1968 (data family + GADT: not implemented yet) created by Remi
My very first attempt at playing with data type families + GADTs went …
09:34 Ticket #1961 (sh gen_contents_index --inplace does not work under Solaris) closed by igloo
fixed: The new file is now in both the HEAD and the 6.8 branch.
08:05 DarcsEvaluation edited by vvv
cgit (a fast webinterface for git) referenced (diff)
06:33 DarcsEvaluation edited by JulesBean
(diff)
00:55 Status/Nov07 edited by simonpj
(diff)
00:51 ViewPatterns edited by simonpj
(diff)
00:51 ViewPatterns edited by simonpj
(diff)
00:49 Status/Nov07 edited by simonpj
(diff)

12/09/07:

13:44 Ticket #1967 (Allow runhaskell to execute not .hs/.lhs files) created by NeilMitchell
Given a file foo.html, which is secretly a literate Haskell script, you …

12/08/07:

23:57 Ticket #1966 (Incorrect Outputable instance for InstDecl) created by guest
The pretty-printer produces trash output for instance declarations. This …
13:02 Ticket #1965 (Allow unconstrained existential contexts in newtypes) created by guest
Declarations like […] ought to be allowed so long as no typeclass …
13:01 Ticket #1964 (GHC.Prim) created by igloo
Currently GHC.Prim is advertised to users, but it cannot be processed by …
06:53 Building/GettingTheSources edited by guest
(diff)
03:20 TypeFunctionsStatus edited by chak
(diff)
03:00 TypeFunctionsStatus edited by chak
(diff)

12/07/07:

17:00 Ticket #1963 (Pressing ^C at the right moment can trash GHC's package list) created by igloo
In  http://www.haskell.org/pipermail/libraries/2007-December/008727.html
15:58 Ticket #1843 (ghc 6.8.1 broken on Mac OS X Leopard PPC) closed by igloo
fixed: I've applied the patch to HEAD and 6.8 branch, so this bug is now fixed I …
10:19 Ticket #1962 (make binary-dist creates nested directories under solaris) created by maeder
[…]
09:07 Ticket #1370 (Obscure loop in interaction between arity and case-of-bottom) closed by simonpj
fixed: Actually this is fixed by the same patch as #1947, namely: […] I added …
09:07 Ticket #1961 (sh gen_contents_index --inplace does not work under Solaris) created by maeder
when bootstrapping ghc-6.8.1.20071206 under Solaris building failed with: …
07:44 Building/Using edited by vvv
fix formatting errors: "\w&mdash;\w", "{{{[}]+$" (diff)
06:30 Ticket #1621 (GHCi wrong execution time report) closed by igloo
fixed: Merged
06:26 Ticket #1922 (getChar + Ctrl-C on Windows in GHCi breaks) closed by igloo
fixed: Merged
06:16 Ticket #1110 (Setting PATH needed in Windows Vista) closed by igloo
fixed: Merged

12/06/07:

23:11 TypeFunctionsStatus edited by chak
(diff)
23:10 TypeFunctionsStatus edited by chak
(diff)
23:08 TypeFunctionsStatus edited by chak
(diff)

12/05/07:

14:57 Ticket #1960 (Add Applicative and Monoid instances for STM) created by conal
[…] I don't know where these instances would go. Nor whether this is …
08:41 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
07:08 Ticket #1959 (Recompilation bug) created by simonmar
I found this bug while researching …
05:19 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
02:12 Ticket #1957 (Program that runs slower with optimizations on) closed by simonmar
duplicate: This is the same as #1168 (but I'll add an xref from there, more examples …
01:36 Ticket #1958 (collect2: ld terminated with signal 10 [Bus error]: Building parsec on a ...) created by thorkilnaur
On a PPC Mac OS X 10.5 Leopard, building GHC 6.9 with mk/build.mk set to …

12/04/07:

20:22 TypeFunctionsStatus edited by chak
(diff)
18:08 totals.png attached to Status/Nov07 by igloo
18:07 rolling_average.png attached to Status/Nov07 by igloo
17:20 Ticket #1957 (Program that runs slower with optimizations on) created by clanehin
This program runs significantly slower with optimization than without. …
16:54 Ticket #1956 (panic on runhaskell Setup configure on base) created by NeilMitchell
[…] Not sure what this should do, but it shouldn't panic.
14:56 Ticket #1955 (Heap profiling on Windows doesn't work) created by NeilMitchell
[…] This can be fixed by either renaming the generated main.hp to …
14:05 Ticket #1954 (Incorrect "Defined but not used" warning when using ...) created by magnus
When compiling […] I get […] although the constructor is used in …
08:27 Attic/Building/BuildSystem edited by vvv
rendered page cleaned of `' and '': there should be no '\n' … (diff)
08:17 Ticket #1946 (Ctr-c doesn't work in ghci-6.8.1, probably related to #1922) closed by simonmar
fixed: believe the crash is fixed, see #1922. The fact that Ctrl-C is …
08:07 Attic/Building/BuildSystem edited by vvv
remove unnecessary duplication [minor edit] (diff)
08:00 Ticket #1110 (Setting PATH needed in Windows Vista) reopened by bchallenor
I'm seeing this bug in Vista using "Version 6.8.1, for Haskell 98, stage 3 …
07:33 Attic/Building/BuildSystem edited by vvv
`make -pq' added to "Debugging" section (diff)
06:39 Status/Nov07 edited by simonpj
(diff)
06:32 Status/Nov07 edited by simonmar
(diff)
06:32 Status/Nov07 edited by simonmar
(diff)
06:28 Status/Nov07 edited by simonmar
back end (diff)
06:15 Status/Nov07 edited by simonmar
(diff)
06:13 Status/Nov07 edited by simonmar
add parallel gc (diff)
05:58 Status edited by simonmar
(diff)
04:33 Ticket #1583 (GHCi + large Integer arithmetic + Ctrl-C = bad) closed by simonmar
fixed: Fixed, I think. See also #1922 and #1946.
03:30 Ticket #967 (Simplifier in HEAD is iterating too much) closed by simonpj
fixed: This patch at least improves matters a lot […] So I'm closing this bug …
03:21 Status/Nov07 edited by simonpj
(diff)
03:20 Status/Nov07 edited by simonpj
(diff)

12/03/07:

21:59 TypeFunctionsStatus edited by chak
(diff)
21:55 Ticket #1807 (type equality coercions not symmetric + order dependent) closed by chak
duplicate: This is a duplicate of #1919 combined with #1754. The former has been …
21:37 TypeFunctionsStatus edited by chak
(diff)
21:33 TypeFunctionsStatus edited by chak
(diff)
21:08 TypeFunctionsStatus edited by chak
(diff)
12:26 WikiStart edited by igloo
(diff)
07:24 Ticket #1919 (GHC 6.8.1 panics with lookupRecBndr) closed by igloo
fixed: Merged
06:18 Ticket #1949 (Build system destroys output) closed by igloo
fixed: Thanks for the report. Fixed in 6.8 branch and HEAD: […]

12/02/07:

15:32 Ticket #1953 (Add Bounded instance for IntSet) created by dbenbenn
I propose to add a Bounded instance to IntSet.hs. IntSet is in Ord, and …
10:43 Status/Nov07 edited by igloo
(diff)
10:33 Status/Nov07 edited by igloo
(diff)
09:54 Ticket #1952 (Max and Min for Monoid) created by conal
I'd like to add two instances to Data.Monoid, alongside of All/Any, …
09:43 Status/Nov07 edited by igloo
(diff)
09:37 Status/Nov07 edited by igloo
(diff)
09:23 Ticket #1951 (Add "writer" Monad instance (,) o to Control.Monad.Instances) created by conal
I'd like to have a (,)-style writer instance alongside the (->)-based …

12/01/07:

17:32 Ticket #1950 (Should not register packages when installing with DESTDIR option) closed by igloo
wontfix: When making debs, rpms etc this is exactly what we want to happen. The …
17:20 Ticket #1902 (Restrict the type of (^), (^^), and add genericPower, genericPower') closed by igloo
wontfix: No consensus for the change.
15:55 Ticket #1109 (lockFile: fd out of range) closed by igloo
fixed: All four merged
15:54 Ticket #1744 (treat byte order mark as zero-width whitespace) closed by igloo
fixed: Merged
15:53 Ticket #1914 (Reload is reloading all modules) closed by igloo
fixed: Merged
07:29 Ticket #1950 (Should not register packages when installing with DESTDIR option) created by ajd
After compiling GHC 6.8.1 configured with --prefix=/usr …

11/30/07:

08:45 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
08:42 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
08:35 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
08:22 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
08:21 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
08:20 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
08:15 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
08:11 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
08:10 Commentary/Compiler edited by simonmar
wibble (diff)
08:09 Commentary/Compiler/IfaceFiles edited by simonmar
(diff)
08:06 Commentary/Compiler/RecompilationAvoidance created by simonmar
initial version
08:05 Commentary/Compiler edited by simonmar
add recompilation link (diff)
03:24 Ticket #1744 (treat byte order mark as zero-width whitespace) reopened by simonmar
03:23 Ticket #1744 (treat byte order mark as zero-width whitespace) closed by simonmar
fixed: Fixed: […]

11/29/07:

23:46 Ticket #1949 (Build system destroys output) created by mbaulch
It seems that the binaries left in the source directories after a 'gmake' …
18:19 Ticket #1948 (panic compiling associated type synonyms) created by guest
Trying to compile this: […] gives this error: […] i've tried to …
16:47 Ticket #1947 (Segmentation fault/access violation in generated code) created by NeilMitchell
[…] Windows XP. The test case is rather big, and needs reducing - I'll …
02:08 Ticket #1946 (Ctr-c doesn't work in ghci-6.8.1, probably related to #1922) created by daniel.is.fischer
In ghci-6.8.1, pressing Ctrl-c once during an evaluation has no influence, …
02:01 Ticket #1945 (Full laziness is sometimes a pessimisation) closed by simonmar
duplicate: Thanks for reporting, but this is long-standing issue, see #917. …
01:08 Ticket #1593 (Improve runInteractiveProcess error message when working directory does ...) reopened by simonmar
Re-opening as a low-priority task.

11/28/07:

17:58 Ticket #1945 (Full laziness is sometimes a pessimisation) created by jleedev
I've found a case where the optimizer produces code that uses more memory …
17:44 Ticket #1944 (round function causes cblas NaNs) created by SevenThunders
After calling the round function, a call to an external C function causes …
13:01 OSXFrameworks edited by judah
(diff)
12:58 OSXFrameworks created by judah
11:39 Ticket #1935 (deriving typeable and data doesn't work for phantom types) closed by igloo
fixed: First merged; second two are in the testsuite, so no merging needed.
11:38 Ticket #1916 (compiling truncate :: Float -> Int with -O2 panics ghc) closed by igloo
fixed: Merged
10:07 Ticket #1931 (readline/rlstdc.h not found (and other errors) when building readline on ...) closed by thorkilnaur
duplicate: Sorry about opening this ticket without investigating more thoroughly: …
08:56 Ticket #1942 (Warnings even with -w specified) closed by simonpj
duplicate: Thanks. However, this is a dup of #1911, so I'm closing this one. Yell …
08:47 Ticket #1942 (Warnings even with -w specified) created by NeilMitchell
Sorry for the long test case, but my attempt at reducing it caused the bug …
08:04 Ticket #1917 (6.8.1 windows installer doesn't include GLUT) closed by simonmar
fixed: I have fixed the GLUT package so that it at least builds now. Mingw seems …
06:13 Status/Nov07 created by simonpj
06:03 Status edited by simonpj
(diff)
05:56 Ticket #1938 (Panic when attempting to generate and pretty print Core) closed by simonmar
fixed: better error message added.
05:20 Ticket #1941 (Add htmlAttr to Text.XHtml) closed by guest
Pushed the attached patch.
04:45 Ticket #1941 (Add htmlAttr to Text.XHtml) created by dsf
It is necessary to allow HTML primitive characters such as "&times;" in …
03:42 Ticket #1905 (runProcess: misbehaving exception on nonexistent working directory) closed by simonmar
duplicate: dup of #1593, fixed in 6.8.1
01:02 CollectionClassFramework edited by guest
remove dead links (diff)
00:45 Ticket #1939 (GHC 6.8.1: Non-exhaustive patterns in function vectAlgCase, fixed in HEAD) closed by simonpj
wontfix: Aha, someone experimenting with data parallelism. Execellent! However, …

11/27/07:

19:05 Ticket #1925 (ghc-6.8.1 segfaults with clean Parsec code) closed by igloo
fixed: Merged
19:04 Ticket #1913 (standalone deriving breaks module hiding) closed by igloo
fixed: Merged […]
19:03 Ticket #1753 (GHC's file locking mechanism not prepared for close() returning -1) closed by igloo
fixed: Merged
19:00 Ticket #1878 (--print-docdir gives the wrong results in a binary distribution) closed by igloo
fixed: We decided the best thing is to remove the flag again, so I've done so. …
14:00 Ticket #1940 (GHCi triggers firewall by sending unexpected packet) created by TimAttwood
Sometimes when a function has been calculating heavily, for a minute or …
11:32 Ticket #1939 (GHC 6.8.1: Non-exhaustive patterns in function vectAlgCase, fixed in HEAD) created by jedbrown
When building the darcs ndp package (last rev Nov 23), I get this failure. …
09:17 Ticket #1927 (Link in section 8.12.1 is wrong.) closed by igloo
fixed: Thanks for the report. This has since been fixed in the 6.8 branch and …
09:07 Ticket #1918 (Trying to execute a binary created on another machine prints "floating ...) closed by igloo
invalid: This is normally due to having e.g. different versions of libc6 on the two …
08:40 Ticket #1912 (Debug.Trace should add another version of putTraceMsg same as traceShow) closed by igloo
wontfix: To propose this, please follow …
00:56 Ticket #1929 ("MultiByteToWideChar: The parameter is incorrect." when pressing enter in ...) closed by simonmar
fixed: Fixed, in HEAD and STABLE.

11/26/07:

23:58 Ticket #1938 (Panic when attempting to generate and pretty print Core) created by darinm
This program is supposed to map a term in a small core like language into …
18:41 Ticket #1937 (Configure script fails on target ia64 machine when trying to cross-compile ...) created by ylitus
I was following the cross-compilation instructions to get GHC working on …
18:06 Ticket #1936 (When lazy IO blocks, it blocks the whole runtime) created by guest
[…] This should produce a heartbeat while it's waiting on stdin, but …
15:38 Ticket #1935 (deriving typeable and data doesn't work for phantom types) created by alex
e.g. data Foo a = Foo
09:47 DarcsEvaluation edited by bos
(diff)
09:21 Ticket #1932 (:print in ghci: impossible happened) closed by joerisamson
I cannot reproduce this with GHC HEAD.
07:56 Commentary/Rts/HaskellExecution/PointerTagging edited by simonmar
(diff)
07:47 ExtensibleRecords edited by barney
(diff)
07:27 ExtensibleRecords edited by barney
(diff)
05:09 Ticket #1934 (Bad interplay between -O2 and -prof -auto-all in GHC-6.6.1) created by daniel.is.fischer
Compiling a certain programme (source in attachment) with ghc-6.6.1 -O2 …
04:57 Ticket #1933 (Zero times in profiling with GHC-6.8.1) created by daniel.is.fischer
Profiling runs always report 0 ticks, hence the -P option only gives …
04:07 DarcsEvaluation edited by simonmar
note about the impact of the speed issue (no Trac integration) (diff)
04:06 DarcsEvaluation created by simonmar
initial version
02:44 Ticket #1926 (Please install hscolour on the nightly build machines) closed by simonmar
fixed: Done.
02:35 Ticket #1923 (Install word-size independent haddock on the build machines) closed by simonmar
fixed: Done.
02:18 Ticket #1833 (Haddock 2 can not process the base package with HscTarget = HscNothing) closed by simonmar
fixed

11/25/07:

22:43 Ticket #994 (add 'unsafeCoerce' to a standard location in the hierarchical libraries) closed by int-e
fixed: This got applied back in April.
17:40 ExtensibleRecords edited by barney
(diff)
17:04 Ticket #1932 (:print in ghci: impossible happened) created by joerisamson
[…] This also happens with: […] but not with: […] All these …
16:01 ExtensibleRecords edited by claus
pulling out of this discussion. removed my comments/questions (diff)
15:15 ExtensibleRecords edited by barney
(diff)
13:43 ExtensibleRecords edited by barney
(diff)
13:31 Ticket #1848 (Binary distributions don't install gmp) closed by igloo
fixed: I've tweaked the fix slightly, and it now works (HEAD and 6.8 branch).
13:05 Ticket #1931 (readline/rlstdc.h not found (and other errors) when building readline on ...) created by thorkilnaur
When building readline on a Mac OS X with the GNUreadline framework in …
10:42 Ticket #1930 (Make operators into type constructors, rather than type variables) created by igloo
The + a b here should be either (+) a b or a + b: […]
10:15 Ticket #1881 (Windows installer: add a start menu item pointing to the flag reference) closed by igloo
fixed: Done, in both HEAD and 6.8 branch.
10:14 Ticket #1663 (Critical sections not deallocated) closed by igloo
fixed: Done, in both HEAD and 6.8 branch.
09:07 ExtensibleRecords edited by claus
clarify comment (diff)
07:57 Ticket #1929 ("MultiByteToWideChar: The parameter is incorrect." when pressing enter in ...) created by igloo
In a cmd or a cygwin shell, but not when SSHed into cygwin from a Linux …
07:15 ExtensibleRecords edited by barney
(diff)
06:44 Ticket #1928 (Confusing type error message) created by josef
The following code (which is part of a bigger module) needs scoped type …
06:35 Ticket #1927 (Link in section 8.12.1 is wrong.) created by josef
The link in section 8.12.1 which refers to Language.Haskell.Extension …
05:45 Ticket #1915 (: should reload) closed by igloo
fixed: Fixed in HEAD and 6.8 branches: […]
02:51 Commentary/Compiler/HscMain edited by firefly
added ')' outside the link (diff)
02:49 Commentary/Compiler/HscMain edited by firefly
removed superfluous ')' that caused a broken link (diff)

11/24/07:

16:43 Ticket #1851 ("make install-strip" should work) closed by igloo
fixed: Now fixed, both in build trees and in bindists, and in both the HEAD and …
16:41 Ticket #1864 (Broken links from users guide to libraries) closed by igloo
fixed: The version numbers are no longer in the doc paths, in both HEAD and 6.8 …
16:37 Ticket #1910 (Native Code gen miscompiles double2Int# / float2Int# on x86_32) closed by igloo
fixed: Applied to HEAD and 6.8 branch; thanks!
16:29 Ticket #1810 (install-sh copies only a single header file to $(BIN_DIST_DIR)/includes/) closed by igloo
fixed: I've checked that install-sh will now install multiple files, and I've now …
12:05 Ticket #1225 (configure of yi generates error message on AMD 64-bit OpenBSD 4.0) closed by igloo
fixed: Don says that this has since been fixed
10:29 ExtensibleRecords edited by claus
(diff)
08:23 Ticket #1684 (impossible happened when compiling darcs with GADTs.) closed by igloo
worksforme: No response and no testcase, so I'm closing this. Please reopen and attach …
08:15 Ticket #1906 (haddock docs should include source code links) closed by igloo
fixed: They now do (HEAD and 6.8 branch), provided HsColour? is installed.
08:12 Ticket #1926 (Please install hscolour on the nightly build machines) created by igloo
Hi Simon, Please can you install hscolour …
07:44 Ticket #1925 (ghc-6.8.1 segfaults with clean Parsec code) created by Paczesiowa
ghc -e and ghci segfault with this code. this should explain itself: …

11/23/07:

17:36 Ticket #1879 (man page is getting installed to a stupid place.) closed by igloo
fixed: I've fixed this in the 6.8 branch. For the HEAD, I've opened #1924.
17:35 Ticket #1924 (Rewrite the handling of values we get from ./configure) created by igloo
The handling of values we get from configure needs to be rewritten to …
16:12 Ticket #1923 (Install word-size independent haddock on the build machines) created by igloo
Hi Simon, Please can you install a word-size independent haddock on the …
12:38 Ticket #1859 (happy required to build ghc 6.8.1 from source) closed by igloo
fixed: We now have […] (i.e. no Parser.ly) so Cabal doesn't think that it …
12:22 Ticket #1762 (wrong result of isProperSubsetOf) closed by igloo
fixed: Thanks for the patches; applied to HEAD and 6.8 branch.
12:12 Ticket #1922 (getChar + Ctrl-C on Windows in GHCi breaks) created by guest
[…] After getChar, I pressed Ctrl+C, which prints the message about …
12:09 Ticket #1921 (change default to support extensions that involve a change of syntax) created by alex
Use of a lot of extensions is obvious from the non-haskell-98 syntax they …
05:19 Ticket #1920 (Show instance for Ratio is wrong) created by guest
[…] The Haskell report specifies …
04:56 Ticket #1919 (GHC 6.8.1 panics with lookupRecBndr) created by BjornBuckwalter
When building the CGS module in the [ http://dimensional.googlecode.com
02:18 Ticket #1910 (Native Code gen miscompiles double2Int# / float2Int# on x86_32) reopened by simonmar
The patch didn't work and I evidently failed to test it properly before …

11/22/07:

08:39 Ticket #1847 (Oddity with :browse!) closed by igloo
fixed: Merged
08:39 Ticket #1910 (Native Code gen miscompiles double2Int# / float2Int# on x86_32) closed by igloo
fixed: Merged
08:38 Ticket #1909 (code snippet in debugger documentation wrong) closed by igloo
fixed: Merged: […]
07:38 Ticket #1918 (Trying to execute a binary created on another machine prints "floating ...) created by grzegorz
I compile a simple program on one linux machine and when I try to execute …
07:15 Ticket #1825 (standalone deriving for typeable fails) closed by igloo
fixed: Merged
07:15 Ticket #1806 (panic when pattern matching infix constructors with too many arguments) closed by igloo
fixed: Merged
07:14 Ticket #1715 (seldom panic) closed by igloo
fixed: Merged
06:06 Ticket #1867 (GHC 6.6.1 and 6.8.1 don't run on Windows NT 4.0) closed by igloo
fixed: 6.6.1 now also fixed; thanks!
03:24 Ticket #1646 (: panic! (the 'impossible' happened)) closed by igloo
worksforme: I can't reproduce this with 6.6 or 6.8.1. Out-of-date .hi files or …
02:26 Ticket #474 (Debug.Trace.trace should work on Show) closed by simonmar
fixed: I did this yesterday.
01:59 Ticket #1917 (6.8.1 windows installer doesn't include GLUT) created by guest
With 6.6.1, the windows installer gave you a completely functioning …
01:04 Ticket #1916 (compiling truncate :: Float -> Int with -O2 panics ghc) created by conal
[…] Same results reported on linux.
00:51 Ticket #1915 (: should reload) created by simonmar
This is a regression on undocumented behaviour in 6.6.1, apparently : on …
00:49 Ticket #1914 (Reload is reloading all modules) created by simonmar
Reported by Alex Jacobson, in …

11/21/07:

12:26 Ticket #1867 (GHC 6.6.1 and 6.8.1 don't run on Windows NT 4.0) reopened by Orphi
Sorry to be a pest, but the download page for 6.6.1 is still claiming it …
05:18 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
05:17 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
02:02 Ticket #1913 (standalone deriving breaks module hiding) created by duncan
Foo.hs: […] Bar.hs: […] Then in ghci... […] There is no way …
01:48 Ticket #1819 (x86 native codegen implements float2int# incorrectly) closed by simonmar
duplicate
00:47 TypeFunctionsStatus edited by chak
(diff)
00:23 Ticket #1912 (Debug.Trace should add another version of putTraceMsg same as traceShow) created by guest
trace function can work on Show using traceShow (#474). So I think …
Note: See TracTimeline for information about the timeline view.