Timeline


and

01/07/07:

20:04 Ticket #1090 (Bad monomorphism-restriction-related type error message) created by kirsten
Consider the following program: […] If I compile this I get: […] The …
18:51 Ticket #1089 (Somewhat bad type error message) created by kirsten
[…]
16:53 ReplacingGMPNotes/TheCurrentGMPImplementation edited by p_tanski
Added concluding comment for encodeFloat/Double; correct typo. (diff)

01/06/07:

16:59 Commentary/Compiler/CmmType edited by p_tanski
(diff)
11:51 ReplacingGMPNotes/TheCurrentGMPImplementation edited by p_tanski
add clarification for GMP function allocation from GHC heap (diff)
11:31 ReplacingGMPNotes/TheCurrentGMPImplementation edited by p_tanski
Add note on encodeFloat in GHC.Num.lhs(RealFloat? Double) (diff)
10:41 ReplacingGMPNotes/TheCurrentGMPImplementation edited by p_tanski
add notes for Storage Manager, Special Functions sections (diff)
10:18 ReplacingGMPNotes/RequiredIntegerFunctions edited by p_tanski
add Enum, Show functions (diff)
10:09 ReplacingGMPNotes edited by p_tanski
add ref to Num.lhs (diff)
08:55 GMP_interface.jpg attached to ReplacingGMPNotes/TheCurrentGMPImplementation by p_tanski
04:01 Ticket #1088 (<interactive>: internal error: interpretBCO: unknown or unimplemented ...) created by matthew at wellquite dot org
I did try to post this to glasgow-haskell-bugs@… before …

01/05/07:

21:21 ReplacingGMPNotes/RequiredIntegerFunctions edited by p_tanski
(diff)
19:17 ReplacingGMPNotes edited by p_tanski
more color experiments (diff)
18:32 ReplacingGMPNotes edited by p_tanski
colorise Haskell code (diff)
17:41 Ticket #1087 (bang patterns with infix ops) created by dons
[…] So looks like ops and infix declarations are missing a case for …
16:11 ReplacingGMPNotes/TheCurrentGMPImplementation edited by p_tanski
Add interface graphic (diff)
15:51 ReplacingGMPNotes/RequiredIntegerFunctions edited by p_tanski
add encodeDouble; some notes (diff)
15:06 Commentary/Rts/Cmm edited by p_tanski
add reference to the Cmm language page (diff)
13:16 Commentary/CmmExceptions edited by p_tanski
update on realToFrac (Infinity :: Float) (diff)
13:02 Commentary/CmmExceptions edited by p_tanski
brief note on bug #1042 (diff)
11:21 ReplacingGMPNotes edited by p_tanski
(diff)
11:21 ReplacingGMPNotes/TheCurrentGMPImplementation created by p_tanski
06:39 Ticket #1078 (Using X11 through ffi on windows does not work) closed by simonmar
wontfix: I don't think this can possibly work. You can't link to the Cygwin X11 …
05:59 Ticket #1047 (Increase gurantees of semantics of block/unblock/throwTo) closed by simonmar
fixed
04:36 Ticket #1067 (assertion failure in Schedule.c) closed by simonmar
fixed: Fixed, thanks.

01/04/07:

21:31 ReplacingGMPNotes/RequiredIntegerFunctions edited by p_tanski
Add note; split table into GHC and Primitive sections (diff)
21:23 ReplacingGMPNotes/RequiredIntegerFunctions created by p_tanski
14:43 TypeFunctionsTypeChecking edited by chak
(diff)
14:12 TypeFunctionsRenaming edited by chak
(diff)
13:37 ReplacingGMPNotes/PerformanceMeasurements edited by p_tanski
(diff)
12:47 TypeFunctionsSyntax edited by chak
(diff)
10:40 KirstenSandbox edited by kirsten
(diff)
10:39 KirstenSandbox edited by kirsten
(diff)
07:16 Ticket #1086 (unix package cannot be compiled with -fasm, due to lstat()) created by simonmar
On some systems (eg. Linux with glibc) lstat is a macro, so calling it …
02:25 Ticket #1085 (Redesign of the scheme for getting the datacon symbol name of a closure in ...) created by mnislaih
Currently, from the closure we get its info table address, and since those …
01:51 Ticket #1084 (Improve coalescing of dynamic breakpoints in the ghci debugger) created by mnislaih
(or disable it altogether) Right now coalescing of breakpoints works at …
01:44 Ticket #1083 (ghci says a module wasn't loaded under debugging mode when in fact it was) created by mnislaih
When loading an empty module like the following: […] ghci will refuse …

01/03/07:

21:28 Ticket #1082 (Documentation missing from MacOS PPC binary) created by guest
The installation from the MacOS PPC binary distribution works fine but …
21:14 Division.gif attached to ReplacingGMPNotes/PerformanceMeasurements by p_tanski
21:13 Powers_log10.gif attached to ReplacingGMPNotes/PerformanceMeasurements by p_tanski
21:13 Squaring.gif attached to ReplacingGMPNotes/PerformanceMeasurements by p_tanski
21:12 Multiplication.gif attached to ReplacingGMPNotes/PerformanceMeasurements by p_tanski
21:11 ReplacingGMPNotes/PerformanceMeasurements created by p_tanski
21:11 ReplacingGMPNotes edited by p_tanski
(diff)
09:54 TypeFunctionsStatus edited by chak
(diff)
08:58 ReplacingGMPNotes edited by p_tanski
changed Powers graph to log_10 scale (diff)
08:27 Ticket #1081 (HGL indefinite pause with "thread blocked indefinitely" message) created by calvins
As discussed on haskell-cafe …
07:37 Ticket #995 (Needless call to fromInteger for literals) closed by simonpj
fixed: Good bug. Turns out that there was a mistake in the optimiser, where it …
04:16 Ticket #1054 (Not in scope test failures) closed by simonpj
fixed: I've fixed the rest, except for arrowcase1, for which I've created a new …
04:08 Ticket #1080 (Arrows desguaring does not take account of bindings in patterns) created by simonpj
The test arrows/should_compile/arrowcase1 is failing Lint. The bug is in …
02:25 Ticket #1053 (Message order random due to sorting by uniques) closed by simonpj
fixed: Fixed

01/02/07:

21:31 ReplacingGMPNotes edited by p_tanski
(diff)
21:28 ReplacingGMPNotes edited by p_tanski
Added Power.gif (diff)
21:23 ReplacingGMPNotes edited by p_tanski
Delete Powers.gif (diff)
18:39 TypeFunctionsStatus edited by chak
(diff)
09:46 WorkingConventions edited by simonpj
(diff)
09:45 WorkingConventions edited by simonpj
(diff)
08:21 Ticket #1068 (Trunk broken on deriving Typeable) closed by simonpj
fixed: Fixed, thank you. Simon
07:05 Ticket #1079 (refinement for GHC's support of UTF-8 encoding) created by mukai@…
From 6.6, GHC supports UTF-8 encoding in the source programs. GHC can …
05:49 Ticket #744 (ghc-pkg lies about location of haddock-interfaces and haddock-html) closed by panne
fixed
01:23 Ticket #743 (-M limit exceeded by a factor of 2) closed by ketil@…
fixed: I've finally gotten around to build ghc 6.6 with the recent patch for this …

01/01/07:

15:09 TypeFunctionsSynTC/Comparison created by sulzmann
15:02 TypeFunctionsSynTC edited by sulzmann
(diff)
14:51 Building/Porting edited by igloo
configure.in -> configure.ac (diff)
14:01 TypeFunctionsSynTC/PlanMSRevised created by sulzmann
13:59 TypeFunctionsSynTC edited by sulzmann
(diff)
08:42 Ticket #1078 (Using X11 through ffi on windows does not work) created by Azmo
When using the X11 Xlib through the ffi instead of using the existing …
07:54 Ticket #1077 (documentation error and omission) created by guest
1. broken link in the building guide in: …

12/30/06:

15:22 Ticket #1076 (runhaskell crash with .hi/.o files in the directory) created by guest
I've been playing around with the ICFP "universal machine" puzzle …
14:32 KirstenSandbox edited by kirsten
(diff)
12:20 KirstenSandbox edited by kirsten
(diff)
11:49 KirstenSandbox edited by kirsten
(diff)
11:44 KirstenSandbox edited by kirsten
(diff)
11:43 KirstenSandbox edited by kirsten
(diff)
09:33 KirstenSandbox edited by kirsten
(diff)
09:21 Ticket #1075 (ghci unhandled exception on startup (memory access violation)) created by edbriggs@…
[…] This has never worked. Attempted following installation of the …

12/29/06:

23:50 Ticket #1074 (-fwarn-unused-imports complains about wrong import) created by guest
If a symbol is accessible through multiple imports, ghc seems to complain …
22:42 KirstenSandbox edited by kirsten
(diff)
21:53 KirstenSandbox edited by kirsten
(diff)
21:52 KirstenSandbox edited by kirsten
(diff)
12:20 TypeFunctions edited by chak
(diff)
08:48 TypeFunctionsStatus edited by chak
(diff)
08:29 KirstenSandbox edited by kirsten
(diff)
08:28 KirstenSandbox edited by kirsten
(diff)
08:04 KirstenSandbox edited by kirsten
(diff)
06:24 Ticket #1069 (Typo in ghci's :? documentation) closed by simonpj
fixed: Thanks. Already fixed in the HEAD.
04:18 Ticket #1073 (ghc-6.7: internal error: R_X86_64_PC32 relocation out of range) created by rbhargava@…
Following a build from source after a fresh 'darcs get' on a …
00:40 KirstenSandbox edited by kirsten
(diff)
00:40 KirstenSandbox edited by kirsten
(diff)

12/28/06:

22:54 Commentary/Hpc edited by AndyGill
(diff)
18:18 Ticket #1072 (Core Lint Errors: in result of Desugar) created by guest
This error happens with ghc --make, so two source files are attached. To …
16:54 Ticket #1071 (The Graphics.X11 library for windows using Cygwin/X) created by guest
The X11 binding that exists does not follow together with the windows GHC …
14:23 TypeFunctionsStatus edited by chak
(diff)
14:21 TypeFunctionsStatus edited by chak
(diff)
14:17 TypeFunctionsTypeChecking edited by chak
(diff)
14:02 TypeFunctionsStatus edited by chak
(diff)
14:01 TypeFunctionsStatus edited by chak
(diff)
13:59 TypeFunctionsStatus edited by chak
(diff)
12:17 TypeFunctionsTypeChecking edited by chak
(diff)
11:54 TypeFunctionsTypeChecking edited by chak
(diff)
11:37 TypeFunctionsSyntax edited by chak
(diff)
11:36 TypeFunctionsRenaming edited by chak
(diff)
11:30 TypeFunctionsSyntax edited by chak
(diff)
11:11 TypeFunctionsStatus edited by chak
(diff)
06:00 Ticket #1070 (Add hPutNonBlocking to Data.ByteString) created by guest
This patch adds the function hPutNonBlocking, which is a non blocking …

12/27/06:

17:21 TypeFunctions edited by chak
(diff)
17:11 TypeFunctionsStatus edited by chak
(diff)
15:11 TypeFunctionsStatus edited by chak
(diff)
11:50 KirstenSandbox edited by kirsten
fear and loathing (diff)
10:37 KirstenSandbox edited by kirsten
(diff)
10:27 KirstenSandbox edited by kirsten
(diff)
10:13 KirstenSandbox edited by kirsten
bowl of toast (diff)
09:12 KirstenSandbox edited by kirsten
(diff)
09:05 KirstenSandbox edited by kirsten
markup (diff)
09:04 KirstenSandbox edited by kirsten
my life is an unending vale of misery and toast (diff)
08:41 KirstenSandbox edited by kirsten
(diff)
08:39 KirstenSandbox edited by kirsten
FFS (diff)
08:39 KirstenSandbox edited by kirsten
MediaWiki? ate my brain (diff)
08:36 KirstenSandbox created by kirsten
pay no attention to the man behind the curtain

12/25/06:

09:59 Ticket #1069 (Typo in ghci's :? documentation) created by guest
The help text for :etags in ghci's :? documentation contains a typo …
04:55 Ticket #853 (GHC build fails when setting GhcWithInterpreter=No) closed by igloo
fixed: This seems to work fine now - probably just a transient error. Thanks …

12/24/06:

16:42 Ticket #1068 (Trunk broken on deriving Typeable) created by audreyt@…
As of 2006-12-25: import Data.Typeable data D a = C a deriving …
05:03 Ticket #1051 (Insufficient location information for parse errors before ''module'' ...) closed by igloo
fixed: Thanks for the report. I've merged a patch from the HEAD to the 6.6 …

12/22/06:

06:44 Ticket #953 (panic in ghci for lseek ffi import statement) closed by igloo
fixed: I've fixed this in the HEAD and 6.6 branch. Thanks Ian

12/21/06:

13:16 Ticket #1067 (assertion failure in Schedule.c) created by ms43
the following program triggers an assertion failure. this is with ghc 6.6 …
09:12 Ticket #455 (mkProtoBCO: stack use won't fit in 16 bits 79141) closed by igloo
fixed: Fix now pushed to the 6.6 branch.
05:15 Ticket #1066 (MacOSX powerpc gcc 3.3/4.0 and unknown symbol `_printf$LDBLStub') created by gracjan-agh.edu.pl
There are problems with linking on MacOSX 10.4.8 when selected gcc 3.3. …

12/20/06:

22:17 Commentary/Compiler/StrictnessAnalysis/KirstenNotes edited by kirsten
(diff)
22:17 Commentary/Compiler/StrictnessAnalysis/KirstenNotes edited by kirsten
(diff)
17:08 TypeFunctionsTypeChecking edited by chak
(diff)
16:51 TypeFunctionsStatus edited by chak
(diff)
09:31 Ticket #1065 (The impossible happened (Template Haskell)) created by sfh23@…
Error message during compilation: […] This occurrs with the following …
05:43 Internships edited by simonmar
fix slots (diff)
01:52 Ticket #1064 (Allow users to add commentary to Haddock docs) created by simonpj
It would be great if Haddock generated web pages that allowed users

12/19/06:

16:47 TypeFunctionsSynTC/GHC edited by chak
(diff)
15:46 Ticket #1063 (hReady should probably return False at the end of a file) created by igloo
hReady should probably return False at the end of a file, but in GHC it …
15:38 TypeFunctionsSynTC/PlanMS created by sulzmann
15:33 TypeFunctionsSynTC edited by sulzmann
(diff)
15:33 TypeFunctionsSynTC edited by sulzmann
(diff)
15:29 TypeFunctionsSynTC edited by sulzmann
(diff)
15:13 Ticket #1062 (Bad output from Text.PrettyPrint.HughesPJ) created by igloo
This program: […] generates the output below. I haven't worked out …
13:56 Ticket #1061 (default class methods can be given too general a type as GHC tries to ...) created by igloo
GHC does not accept this program: […] even though it does accept this …
13:51 TypeFunctionsStatus edited by chak
(diff)
12:28 Ticket #1060 (GHC accepts program with incorrect layout) created by igloo
GHC accepts this program: […] but according to the Haskell report the …
08:08 Ticket #1039 (Control.Monad.Identity documentation) closed by igloo
fixed
06:03 Building/QuickStart edited by simonmar
note this page depends on GettingTheSources? and Prerequisiste (diff)
00:57 Ticket #1005 (Add Logical Shift Operators) closed by ross
wontfix: Proposal seems abandoned, and may be unnecessary anyway.
00:53 Ticket #996 (Add ranged sets) closed by ross
wontfix: This should be a separate package.

12/18/06:

23:39 Commentary/Hpc edited by AndyGill
(diff)
17:47 TypeFunctionsStatus edited by chak
(diff)
16:57 Ticket #1059 (Control.Monad.Error documentation) created by Andriy
Documentation for the Error monad. Please take a minute to review it. This …
14:50 TypeFunctionsTypeChecking edited by chak
(diff)
14:34 TypeFunctions edited by chak
(diff)
14:32 TypeFunctionsStatus edited by chak
(diff)
09:50 GhcDebuggers edited by AndyGill
(diff)
09:24 Ticket #1058 (Highlight matching parantheses in Visual Studio) created by m4dc4p
I would like to see the "matching" parentheses highlighted when editing …
02:42 Ticket #1057 (Implicit parameters on breakpoints) created by mnislaih
Bring implicit parameters into the examine scope in breakpoints. Test …
02:37 Ticket #954 (internal error: scavenge_mark_stack: unimplemented/strange closure type 28 ...) closed by simonmar
fixed: No response from submitter, but the bug was almost certainly fixed by this …
02:37 Ticket #879 (Merge GHCi.debugger patches) closed by mnislaih
fixed: They are in HEAD now
00:23 Ticket #1056 (Visual Haskell, 0.2 build hangs) closed by kr.angelov
fixed: Fixed in the repo. There was a MVar that remains empty when the project …
00:22 Ticket #1056 (Visual Haskell, 0.2 build hangs) created by kr.angelov
Visual Haskell build hangs when the loaded project doesn't compile during …

12/17/06:

23:47 Ticket #1055 (Visual Haskell installer 2005 failed for non standard location) closed by kr.angelov
fixed: There is a bug in wix-2.0.4221.0. Works fine with wix-2.0.4611.0

12/15/06:

17:15 TypeFunctionsStatus edited by chak
(diff)
13:58 TypeFunctionsStatus edited by chak
(diff)
13:44 TypeFunctionsStatus edited by chak
(diff)
12:29 TypeFunctionsStatus edited by chak
(diff)
06:17 Ticket #1055 (Visual Haskell installer 2005 failed for non standard location) created by kr.angelov
Visual Haskell installer for VS-2005 failed to complete when I changed the …
04:23 Ticket #1054 (Not in scope test failures) created by igloo
A number of tests are failing with "not in scope" messages: TH_genEx, …
04:16 Ticket #1053 (Message order random due to sorting by uniques) created by igloo
The messages coming out of checkValidAndMissingATs in …

12/14/06:

17:01 TypeFunctionsStatus edited by chak
(diff)
15:31 Ticket #1052 (NCG doesn't realise shift instructions trash shifted input?) created by igloo
It looks like the NCG on amd64/Linux doesn't realise that shifting …

12/13/06:

21:10 Ticket #1051 (Insufficient location information for parse errors before ''module'' ...) created by nfrisby
I've seen this error with GHC 6.6 on a PPC Mac (10.4.8), but I suspect it …
16:27 TypeFunctionsSynTC edited by chak
(diff)
16:27 TypeFunctionsSynTC/GHC created by chak
16:25 TypeFunctionsSynTC/Second created by chak
16:23 TypeFunctionsSynTC/Naive created by chak
16:22 TypeFunctionsSynTC edited by chak
(diff)
15:14 Commentary/Compiler/CmmType edited by p_tanski
(diff)
09:19 Ticket #1050 (Using an inferred type as a type signature fails) created by simonpj
See the thread starting here …
08:44 Ticket #981 (implicit parameters, type synonyms, and $) closed by simonpj
fixed: Well this one was harder than it looks. The culprit, again, was an …
07:22 Ticket #1049 (A means of testing whether code is in blocked or unblocked mode) created by ChrisKuklewicz
There is currently no way for code, e.g. in a library, to test whether it …
07:13 Ticket #1048 (Add forkIO that starts in 'block' mode) created by ChrisKuklewicz
The current forkIO starts in 'unblock' mode and the spawned thread can …
07:03 Ticket #1047 (Increase gurantees of semantics of block/unblock/throwTo) created by ChrisKuklewicz
Ensure threads that stopped on a throwTo because the target thread was in …
05:52 Ticket #709 ("Fixup too large" error with -fasm on PowerPC) closed by wolfgang
fixed
02:00 Ticket #1040 (read::Float does not handle string that are all digits, but end in ".") closed by thorkilnaur
invalid: Describing "Numeric Literals" in Haskell programs, page 12 of the Haskell …

12/12/06:

13:45 TypeFunctionsSynTC edited by chak
(diff)
13:15 TypeFunctionsSynTC edited by chak
(diff)
12:34 TypeFunctionsSynTC edited by chak
(diff)
12:33 TypeFunctionsSynTC edited by chak
(diff)
10:15 Commentary/PositionIndependentCode created by wolfgang
Start a major brain-dump about PIC
10:14 Commentary edited by wolfgang
add PIC & dynamic linking (diff)
09:10 GhcDebuggers created by AndyGill
03:18 Ticket #885 (GHC doesn't work with Data Execution Prevention on Windows) closed by simonmar
fixed: Patch pushed to 6.6, and merged to HEAD. Thanks!

12/11/06:

17:33 TypeFunctionsSynTC edited by chak
(diff)
15:26 TypeFunctionsSynTC edited by chak
(diff)
14:16 TypeFunctionsSynTC edited by chak
(diff)
08:28 Ticket #1033 (ghc-6.7: panic! (the 'impossible' happened) -- typechecker getting ...) closed by simonpj
fixed: Good bugs, thank you; it exposed bogosity in my work on implication …
08:20 Ticket #1041 (Bang patterns in do notation and lambdas) closed by simonpj
fixed: Fixed thank you.
06:12 GhcPlanning edited by igloo
(diff)
04:58 Ticket #1046 (Make array indexing immune to seg-faults) created by simonpj
As Spencer Janssen points out …
04:45 DynamicLinking edited by wolfgang
(diff)
03:16 Contributors edited by kirsten
I guess I should be on this list (diff)
03:14 Commentary/Profiling edited by kirsten
add headings (diff)
03:13 Commentary/Profiling created by kirsten
take a first stab at this. feel free to rewrite entirely
01:44 Ticket #1045 (interrupt for ghci on windows) closed by simonmar
fixed: I've put some work into improving this for 6.6.1. Now the C key …

12/10/06:

14:19 Ticket #1045 (interrupt for ghci on windows) created by tmcooper
After giving ghci a slow or infinite computation, for example 'let a = a …
09:51 Building/RunningNoFib edited by alexey
(diff)

12/09/06:

11:08 Ticket #1001 ("ghc-6.6: panic! (the 'impossible' happened) interactiveUI:flush" when ...) closed by igloo
fixed: It turns out ghci was actually trying to use IO.stderr, but the same idea …
05:04 Building/GettingTheSources edited by panne
Mention --complete (diff)

12/08/06:

21:29 Commentary/CmmExceptions edited by p_tanski
(diff)
21:27 Commentary/CmmExceptions created by p_tanski
21:25 Commentary edited by p_tanski
(diff)
21:23 Commentary/Compiler/CmmType edited by p_tanski
(diff)
17:13 Ticket #1044 (library docs on web have broken link) created by newsham@…
The source links in the Haskell Hierarchical Libraries pages on the web …
16:36 Ticket #1043 ("Weird Number" crashes GHCi (and Hugs) when integer-divided by -1) closed by dons
duplicate: Duplicate of  http://hackage.haskell.org/trac/ghc/ticket/1042
15:15 Ticket #921 (Floating point with -O and -fasm is broken) closed by igloo
fixed: Any recent nightly HEAD build should have the fix, and i've just pushed it …
09:09 Ticket #1043 ("Weird Number" crashes GHCi (and Hugs) when integer-divided by -1) created by paul@…
(-2147483648::Int) div (-1::Int) This expression triggers a crash in …
Note: See TracTimeline for information about the timeline view.