Timeline


and

05/28/07:

23:58 DataParallel/Vectorisation edited by chak
(diff)
19:45 TypeFunctions/ClassFamilies edited by sulzmann
(diff)
07:49 Ticket #1388 (Newbie help features) created by guest
Often a newbie comes to #haskell and asks why something doesn't work in …
07:45 Ticket #1387 (Ad-hoc recognition for attempts to use Haskell top-level syntax in the ...) created by sorear
[…]
06:59 Ticket #1386 (foreign exports not taken into account when calculating ...) created by duncan
Here we have a program that imports and uses liftM from …
01:19 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
01:19 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
01:18 DataParallel/Vectorisation/CodeVectorisation edited by chak
(diff)
01:17 DataParallel/Vectorisation edited by chak
(diff)
01:15 DataParallel/Vectorisation edited by chak
(diff)
00:54 DataParallel/Vectorisation/CodeVectorisation created by chak
00:31 DataParallel/Vectorisation edited by chak
(diff)

05/27/07:

23:48 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
23:20 DataParallel/Vectorisation edited by chak
(diff)
21:34 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
21:00 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
20:17 DataParallel/Vectorisation edited by chak
(diff)
20:16 DataParallel/Vectorisation edited by chak
(diff)
15:41 Building/Porting edited by guest
s/probaly/probably/ (diff)
14:12 Ticket #1385 ((1,True) == (2,False) doesn't compile) created by igloo
This module: […] currently fails to compile: […] but this does …
13:28 Ticket #1384 (Exporting a module that isn't imported doesn't fail) created by igloo
Exporting a module that isn't imported doesn't fail. An example is, from …
11:25 Ticket #1357 (warning for possible missing & in foreign import) closed by igloo
invalid: You need […] (note the ampersand). If you don't already, you also ought …
10:52 Ticket #1383 (mistaken qualified infix syntax could have a nicer error message) created by Isaac Dupree
Consider the expression Prelude.(+) ; we get {{{Not in scope: data …
10:25 Ticket #1299 ("sh boot" should give a better error message if automake isn't installed) closed by igloo
wontfix: Closing the bug as wontfix (although "cantfix" would be more accurate). …
07:52 Ticket #1303 (Library build fails on Windows) closed by igloo
fixed: This is fixed now. Thanks Ian
07:50 Ticket #1382 (Monad GHC.Prim.Any1 gets derived in a context) created by iampure@…
Because Monad GHC.Prim.Any1 gets derived in the type of the function test …
00:55 Ticket #1381 (Add terminateStmt to "GHC as a library") created by guest
Hi I would like an extension to the "GHC as a library" API, so that if I …

05/26/07:

13:29 Ticket #1380 (Safe Haskell) created by igloo
We should make it easy to do safe (~= no IO) Haskell. Things to think …
05:08 Building/RunningTests edited by Isaac Dupree
add quotes where needed around tc001 in example (diff)

05/25/07:

22:19 Ticket #1356 ("derive instance" panics ghc-6.7.20070404) closed by guest
worksforme: Yes, this works for me for the simple example (ghc 6.7.20070517) on the …
13:49 Ticket #1379 (Allow breakpoints and single-stepping for functions defined interactively) created by Michael D. Adams
Steps to reproduce (from ghc-HEAD sources for 25 May 2007): […]
11:01 Commentary/Compiler/CPS edited by guest
(diff)
08:03 Ticket #1378 (command line switch to disable ghci banner) created by Eelis
There really should be a ghci command line switch to disable the …
07:32 BuildBot edited by simonmar
mention umask (diff)
04:13 Commentary/Compiler/CPS edited by guest
Added note about NCG aliasing analysis (diff)
01:54 NewGhciDebugger edited by simonmar
todo list is now in a ticket (diff)
01:52 Ticket #1377 (GHCi debugger tasks) created by simonmar
I'm collecting all these together into one ticket for now. Later we might …

05/24/07:

18:58 DataParallel/Vectorisation edited by chak
(diff)
17:50 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
17:45 DataParallel/Vectorisation edited by chak
(diff)
16:45 Ticket #1376 (panic caused in ghci by the following code involving monad transformers) created by logancapaldo@…
I was attempting to learn to use monad transformers when I came across …
07:38 DataParallel/Vectorisation/TypeVectorisation created by chak
07:19 DataParallel/Vectorisation edited by chak
(diff)
06:55 DataParallel/Vectorisation edited by chak
(diff)
06:53 Commentary/Compiler/CodeGen edited by guest
(diff)
06:41 DataParallel/ClosureConversion edited by chak
(diff)
05:27 Commentary/Compiler/SymbolNames created by guest
Created page
03:29 DataParallel/Vectorisation edited by chak
(diff)
03:07 Commentary/Compiler/CodeGen edited by guest
Added section for memory and register related modules (diff)
02:31 Commentary/Compiler/CodeGen edited by guest
Info about CgStackery? (diff)
01:59 Ticket #1375 (ByteString’s “lines” eats empty lines) created by guest
I’d expect this to be true for ByteStrings? map B.unpack . B.lines . B.pack …
01:48 Ticket #1374 (Error: file is not executable: "...\\ar.exe") closed by simonmar
duplicate: see #1280 for the reason why this happens.
01:17 Ticket #1110 (Setting PATH needed in Windows Vista) reopened by simonmar
Reopening because I forgot to apply the workaround to ld too.

05/23/07:

13:21 Ticket #1374 (Error: file is not executable: "...\\ar.exe") created by guest
I get Setup.hs: Error: file is not executable: …
11:53 Commentary/Compiler/CodeGen edited by guest
(diff)
10:32 Commentary/Compiler/CodeGen edited by guest
(diff)
10:18 Commentary/Compiler/CodeGen edited by guest
Documented a few modules (diff)
09:21 Commentary/Compiler/CodeGen edited by guest
Added info about SMRep and ClosureInfo? (diff)
07:30 Ticket #1373 (Allow Access to generated STG from the GHC API) created by guest
It would be really nice to be able to either: 1.) access STG from the GHC …
06:20 Commentary/Compiler/CodeGen edited by guest
Added section for module descriptions (diff)
05:30 Ticket #1353 (GHCi hangs when type checking) closed by simonpj
invalid: You are using -fallow-undecidable-instances, and that flag means that …
05:19 Ticket #1372 (Recompilation checker should consider package versions (and other factors)) created by bringert
Currently, if an installed package is upgraded, the recompilation checker …
03:24 Commentary/Compiler/CPS edited by guest
Added 'stack check' to TODO/downstream (diff)

05/22/07:

20:51 TypeFunctions/ClassFamilies edited by sulzmann
(diff)
20:46 DataParallel/Vectorisation edited by chak
(diff)
18:23 DataParallel/Vectorisation created by chak
17:35 DataParallel edited by chak
(diff)
07:35 NewGhciDebugger edited by simonmar
(diff)
07:34 NewGhciDebugger edited by simonmar
(diff)
05:18 Ticket #1369 (Type error when compiling ST-monad-like code) closed by simonpj
wontfix: Aha. You are the second person to discover that pattern bindings are …
03:34 Commentary/Compiler/CPS edited by guest
Added note about GC (diff)
03:25 Commentary/Compiler/CPS edited by guest
Formatting fix (diff)
03:24 Commentary/Compiler/CPS edited by guest
Added note about changing CmmTop? to use CmmFormals? (diff)
01:16 Ticket #1371 (Add -O3) created by simonmar
It has been suggested that we should have an -O3 that trades off code size …

05/21/07:

22:18 DataParallel/ClosureConversion edited by chak
(diff)
09:12 Ticket #1370 (Obscure loop in interaction between arity and case-of-bottom) created by simonpj
John Meacham discovered that this program makes the simplifier loop: …
07:13 Ticket #1369 (Type error when compiling ST-monad-like code) created by koen@…
Compiling the module below works fine in GHC 6.4.2. In GHC 6.6 and 6.6.1, …
06:48 Ticket #1368 (Use filepath in GHC) created by simonmar
Replace GHC's custom filepath manipulation utilities in Utils with …
03:25 Commentary/Compiler/CPS edited by guest
More info on proc points (diff)
01:54 Commentary/Compiler/CPS edited by guest
Added TODO list (diff)
01:35 Ticket #1100 (Parse error on (#) in .lhs files) closed by simonmar
wontfix: Brutally closing as wontfix. (# is a lexeme when -fglasgow-exts is …

05/20/07:

18:13 Ticket #1367 (GHC[i] 6.6.1 can't find GNUreadline on PPC mac) created by hal@…
I installed GHC on a OS X 10.4.9 powerbook using the pre-built …
06:58 Ticket #1366 (GLOBAL_VAR being inlined?) created by mnislaih
I noticed that :def wasn't working in my HEAD (as of today) build of ghc. …

05/19/07:

23:51 Ticket #1293 (building via gcc 4.2.x on SPARC/Solaris is very slow) closed by simonmar
invalid: Submitter confirms we can close.
11:19 Ticket #1365 (-fbyte-code is ignored in a OPTIONS_GHC pragma) created by mnislaih
When loading a bunch of modules in ghci with -fobject-code, it seems …
05:43 Ticket #1162 (:quit doesn't always quit GHCi when stopped at a breakpoint) closed by mnislaih
invalid: This doesn't apply anymore after the debugger rework.

05/18/07:

18:55 Ticket #1364 (Finalizers not guaranteed to run before the program exits) created by tomac@…
In the following code (compiled with compiled with ghc --make -fffi …
10:30 Ticket #1363 (Sourcing multi-line scripts in GHCi: track line numbers, and bail out ...) created by Frederik
Apologies if this is fixed in 6.6.1. I have done ":def . readFile" …
09:57 Ticket #1362 (Fix PPC Mac OS X memory access problem in includes/SMP.h) created by thorkilnaur
The following session uses a recently pulled ghc HEAD which has been built …
07:58 Ticket #125 (GHCi Usability) closed by simonmar
fixed: I made it so you can say import M at the prompt; it has the same effect …
07:09 Ticket #1361 (When trying to run yi, it fails to compile main, and exits with an error) created by guest
I am using ghc-6.6.1 installed in a non-standard location, and I just …
05:26 Ticket #767 (withMVar family have a bug) closed by simonmar
fixed: Fixed: […]
04:56 Ticket #1052 (NCG doesn't realise shift instructions trash shifted input?) closed by simonmar
fixed: Fixed: […]
02:23 Ticket #1116 (Error building ghc on Solaris 9) closed by simonmar
invalid: Submitter was probably using the wrong make; closing.
00:34 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)

05/17/07:

23:43 TypeFunctions/ClassFamilies edited by sulzmann
(diff)
23:39 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
22:39 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
21:10 Commentary/Compiler/HsSynType edited by guest
(diff)
17:58 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
17:35 Ticket #1360 (ghci :load and :add clear module context) created by Frederik
If I add modules with a ":m" command, and then load a file with ":l" or …
05:29 NewGhciDebugger edited by simonmar
add my current todo list (diff)
05:28 NewGhciDebugger edited by simonmar
docs now incorporated into the manual (diff)
03:11 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)

05/16/07:

20:42 Ticket #1359 (readline confusion building ghc6.6.1 on OS X) created by hal@…
Because of another software package, I had previously installed gnu …
06:16 TypeFunctions/ClassFamilies edited by simonpj
(diff)
06:15 TypeFunctions/ClassFamilies edited by simonpj
(diff)

05/15/07:

21:30 TypeFunctions/ClassFamilies edited by chak
(diff)
20:34 TypeFunctions/ClassFamilies edited by chak
(diff)
19:02 TypeFunctions/ClassFamilies edited by chak
(diff)
19:01 TypeFunctions/ClassFamilies edited by chak
(diff)
18:45 TypeFunctions/ClassFamilies edited by chak
(diff)
18:06 TypeFunctions/ClassFamilies edited by chak
(diff)
17:54 TypeFunctions/ClassFamilies created by chak
17:34 TypeFunctions edited by chak
(diff)
16:54 TypeFunctionsStatus edited by chak
(diff)
16:53 TypeFunctionsStatus edited by chak
(diff)
15:46 Ticket #1358 (debian package ghc6-doc should depend on haddock?) closed by ross
invalid: this belongs in the Debian BTS
08:42 Ticket #1358 (debian package ghc6-doc should depend on haddock?) created by Frederik
$ sudo apt-get install ghc6-doc Reading package lists... Done Building …
08:17 Ticket #1357 (warning for possible missing & in foreign import) created by Frederik
I am attaching files to hopefully reproduce a problem I am having. I have …
01:07 Ticket #1355 (Interactive I/O with ghc doesn't prompt until after reading) closed by simonmar
invalid: You're expecting unbuffered output, but GHC does line-buffering by default …
01:05 Ticket #1354 (Interactive I/O with ghc doesn't prompt until after reading) closed by simonmar
duplicate: dup of #1355

05/14/07:

23:21 TypeFunctionsStatus edited by chak
(diff)
22:38 Ticket #1356 ("derive instance" panics ghc-6.7.20070404) created by kramer@…
I've been happy to see the support for "dervice instance". In the past …
19:26 Ticket #1355 (Interactive I/O with ghc doesn't prompt until after reading) created by ok@…
My students complained that the interactive program they were to write …
19:25 Ticket #1354 (Interactive I/O with ghc doesn't prompt until after reading) created by ok@…
My students complained that the interactive program they were to write …
08:40 Ticket #1353 (GHCi hangs when type checking) created by matthew@…
Firstly, apologies for posting such a lot of code. roconnor on #haskell …
07:43 Commentary/Compiler/CPS edited by guest
Added info on continuation representation (diff)
07:25 Commentary/Compiler/CPS edited by guest
Typo fix (diff)
05:19 TypeFunctionsSyntax edited by chak
(diff)
05:18 TypeFunctions edited by chak
(diff)
05:17 TypeFunctions edited by chak
(diff)
04:58 TypeFunctions edited by chak
(diff)
02:44 Commentary/Compiler/CPS edited by guest
Added todo item about extra jumps at block ends (diff)
02:25 Commentary/Compiler/CPS edited by guest
Typo fix (diff)

05/13/07:

03:33 Ticket #1352 (Fix configure of readline performed as part of GHC install) created by thorkilnaur
On Mac OS X 10.4.9, make install of a recent GHC HEAD reports: …

05/12/07:

09:04 Ticket #1351 (mistake in Data.Set description) closed by igloo
fixed: The example below shows why this can make a difference; I've addded it to …
07:54 Ticket #1351 (mistake in Data.Set description) created by guest
Data.set description in HTML documentation contains the following text …

05/11/07:

17:25 Ticket #1024 (Include cc1plus.exe into GHC distribution for Windows) closed by igloo
fixed: The new installer now does this.
17:23 Ticket #1350 (Win 9x support) created by igloo
Sigbjorn wrote the below re his GHC 6.6.1 installer. It sounds like there …
12:52 Ticket #1317 (add warning for the Prelude being imported implicitly) closed by Isaac Dupree
fixed: Implemented by me, patch applied by Simon PJ.
09:30 Commentary/Compiler/CPS edited by guest
Added rough design (diff)
07:57 Ticket #1277 (illegal chars accepted in literal strings) closed by simonmar
fixed
05:51 Ticket #1349 (Generalise the ! and UNPACK mechanism for data types, to unpack function ...) created by simonpj
See this thread:  http://www.nabble.com/More-speed-please!-t3411977.html
05:36 Building/Windows edited by guest
(diff)
04:41 Ticket #1331 (indexed types panic: wrongKindOfFamily main:ShouldCompile.Sd{tc r6A}) closed by chak
fixed
03:24 Commentary/Compiler/CPS created by guest
Created page with basic layout (Michael Adams)
03:03 Commentary/Compiler edited by guest
Added link for CPSer (diff)
02:44 Commentary/Compiler/CmmType edited by simonpj
(diff)

05/10/07:

12:51 Ticket #1348 (inconsistent 'ghc --help" message) created by guest
"ghc --help" produces the following output: Usage: ghci …
08:46 Ticket #1181 (GHC API load panic) closed by simonmar
fixed: Fixed, thanks. […]
07:41 Ticket #1343 (HEAD build failure with assember errors about "8 byte pc-relative ...) closed by simonmar
fixed: confirmed fixed by dcoutts.
06:50 Ticket #1003 (Cleanup: remove old usage stuff from primops.txt and genprimopcode) closed by simonmar
fixed
06:38 Ticket #1321 (GHCi stdout bug when base package is not optimised) closed by simonmar
fixed: Fixed: […]
05:53 ViewPatterns edited by simonpj
(diff)
01:32 Ticket #1347 (warning message could be more helpful) created by guest
Code was: […] warning message was: […] It took me a long time to …

05/09/07:

14:02 NewGhciDebugger edited by AndyGill
(diff)
06:33 Ticket #1345 (Wrong registry key created by Windows installer) closed by neil
fixed: Fixed - now the registry keys are created in the correct place, and are …
05:11 Ticket #1346 (bootstrap from HC files) created by simonmar
There's some work to do on 6.8 to ensure that we can still bootstrap from …
02:05 Ticket #1345 (Wrong registry key created by Windows installer) created by guest
The Windows installer of GHC 6.6.1 creates a key […] in the registry. …
01:04 Ticket #1344 (Overflow bug in hex character literals) created by simonmar
[…] Two bugs really: the first error message gives a strange location, …
00:58 Commentary edited by simonmar
(diff)
00:57 Commentary edited by simonmar
move some docs from contrib into the main contents (diff)

05/08/07:

08:37 Ticket #1343 (HEAD build failure with assember errors about "8 byte pc-relative ...) created by duncan
When building HEAD (7/5/07) on x86-64 Gentoo Linux with binutils-2.16.1 we …
07:10 Ticket #1328 (ghci accepts ":set -fno-glasgow-exts", but not ":unset -fglasgow-exts") closed by simonmar
fixed: Fixed (well, I was in the area).
06:10 Ticket #1159 (conc063(ghci) hanging on Windows) closed by simonmar
fixed
04:06 Commentary/Rts/Storage/HeapObjects edited by guest
Updated link to file (diff)
03:59 Commentary/Rts/Storage/HeapObjects edited by guest
Removed notes on non-existant CONSTR_INTLIKE and CONSTR_CHARLIKE (diff)
03:56 Commentary edited by guest
(diff)
03:54 Ticket #1227 (Crash with biographical profiling on OS X) closed by simonmar
fixed: Fixed, thanks. […]
03:43 Commentary/Rts/Storage/HeapObjects edited by guest
Flagged parts needing updating (diff)
03:18 Commentary/Rts/Storage/HeapObjects edited by guest
Typo fix (diff)
02:44 Commentary/Rts/Storage/Stack edited by guest
Formatted "Kinds of Stack Frame" for better readability (diff)
02:43 Commentary/Compiler/CodeGen edited by guest
Added link to stack layout (diff)
01:32 DataParallel/ClosureConversion/ImplNotes edited by chak
(diff)
00:42 Commentary edited by AndyGill
(diff)

05/07/07:

15:11 Ticket #1342 (Name major releases as "6.8.0" rather than "6.8") created by Isaac Dupree
(It seems that for specific requests Trac is better for getting responses …
12:54 Ticket #1341 (allow loading partially correct modules) created by iampure@…
When a module A is loaded containing functions X, where Y, a subset of X, …
09:24 Ticket #1340 (Hpc Documentation) created by AndyGill
The -fhpc flag needs documentation in the GHC manual, and perhaps some …
07:09 Ticket #1339 (README.txt is a Unix file format) created by neil
The binary distributions ship both README and README.txt - with README.txt …
06:36 Ticket #1027 (GHC-as-a-library does too much recompilation when given recursive module ...) closed by simonmar
fixed: Fixed. It looks like I fixed this as part of the changes to support …
06:26 Ticket #1253 (Can't use explicit braces/semicolons (i.e. non-layout) at top level with ...) closed by simonmar
fixed: Fixed, thanks. […]
06:24 TypeFunctions edited by simonpj
(diff)
06:04 Commentary/Compiler/CodeGen edited by guest
Formatting typo fix (diff)
05:43 Ticket #710 (library reorganisation) closed by simonmar
fixed: Some of this has been done, and we have a new proposal for splitting the …
05:41 Ticket #1338 (base package breakup) created by simonmar
This ticket replaces #710, some of which we've now done. Latest proposal …
05:36 Ticket #724 (tee complains if used in a process started by ghc) closed by simonmar
fixed: Fixed, more or less. […] test cases to follow.
04:37 Ticket #1091 (parse error in comment {- | -}) closed by simonmar
fixed
04:12 DataParallel/ClosureConversion/ClassLess edited by simonpj
(diff)
04:10 DataParallel/ClosureConversion/ClassLess edited by simonpj
(diff)
04:07 DataParallel/ClosureConversion/ClassLess edited by simonpj
(diff)
03:58 DataParallel/ClosureConversion/ClassLess edited by simonpj
(diff)
03:50 Ticket #1275 (ghci debugger is broken in the HEAD) closed by simonmar
fixed: Now fixed.
03:48 Ticket #1085 (Redesign of the scheme for getting the datacon symbol name of a closure in ...) closed by simonmar
fixed: This is now done.
03:41 Ticket #1332 (overloaded strings cause core lint failure) closed by simonpj
fixed: Fixed! Simon
03:39 Ticket #990 (hi version is read too late) closed by simonmar
fixed: Now fixed.
03:35 Milestone 6.6.1 completed
03:25 Ticket #1155 (ghci -debug generates slightly odd message) closed by simonmar
fixed: Fixed (the error message is slightly less odd).
03:06 Ticket #1146 (Fork bomb should throw an exception) closed by simonmar
invalid: There's nothing special about forkIO here; you can get the same effect …
01:43 Ticket #1329 (typo "Cannot resolve unkonwn runtime types") closed by simonpj
fixed: Fixed thank you. Simon

05/06/07:

23:44 TypeFunctionsTypeChecking edited by chak
(diff)
23:41 TypeFunctionsIface edited by chak
(diff)
13:27 Ticket #1337 (Fix wrong indentation from Text.PrettyPrint.HughesPJ fill (fcat and fsep)) created by thorkilnaur
This program: […] produces this output: […] The expected output is: …
09:32 Ticket #1336 (+RTS options should warn on the compiler) created by sorear
[…] is one of the most common misunderstandings on #haskell. Would it …
07:59 Ticket #1335 (overflow in multiplication) created by izulin@…
[…] in both 6.6.1 and 6.4.2 (works correct on 32bit)
04:40 Status edited by igloo
(diff)

05/05/07:

13:34 Ticket #1334 (apparent memory leak in --make mode (compiling base library during ...) created by Isaac Dupree
I've noticed that my memory usage slowly goes up and up, and not down …
11:51 Ticket #1333 (core lint failures from arrow notation + HPC) created by igloo
Test arrowrun001 the ghci way gives a core lint error: […] arrowrun002 …
09:17 Ticket #1332 (overloaded strings cause core lint failure) created by igloo
The overloaded strings extension isn't getting past core lint in the HEAD, …
08:50 Ticket #1331 (indexed types panic: wrongKindOfFamily main:ShouldCompile.Sd{tc r6A}) created by igloo
Lots of indexed types tests are hitting an unhandled case in …
08:23 Ticket #1330 (Impredicativity bug: Church2 test gives a rather confusing error with the ...) created by igloo
The Church2 test gives a rather confusing error with the HEAD: […] In …
06:01 DataParallel/ClosureConversion/ImplNotes edited by chak
(diff)
05:40 DataParallel/ClosureConversion/ImplNotes edited by chak
(diff)
05:13 DataParallel/ClosureConversion/ImplNotes edited by chak
(diff)
05:01 DataParallel/ClosureConversion edited by chak
(diff)
04:59 DataParallel/ClosureConversion/ImplNotes created by chak
04:59 DataParallel/ClosureConversion edited by chak
(diff)
04:43 Ticket #1329 (typo "Cannot resolve unkonwn runtime types") created by Isaac Dupree
unkonwn -> unknown compiler/typecheck/TcSimplify.lhs line 2654 (some …
02:14 DataParallel/ClosureConversion edited by chak
(diff)
02:08 DataParallel/ClosureConversion edited by chak
(diff)

05/04/07:

20:34 Ticket #1328 (ghci accepts ":set -fno-glasgow-exts", but not ":unset -fglasgow-exts") created by cdsmith@…
Using "gchi -fglasgow-exts", I want to turn off glasgow extensions. First …
06:47 Ticket #1278 (filepath’s makeRelative does not work for relative directories) closed by igloo
fixed: Neil's fixed this; the fix is included in both 6.6.1 and the HEAD.
06:35 Ticket #1309 (6.6.1 source tarball contains non-executable rts/gmp/configure; breaks ...) closed by igloo
fixed: This is now fixed in the HEAD (./boot makes it executable, and that will …
05:28 Ticket #1285 (panic in HEAD building base library) closed by simonpj
fixed: The crash was caused by the eqString rewrite rule creating a forward
04:56 Ticket #1289 (gcc error when building haddock with gcc 4.1.2: initializer element is not ...) closed by igloo
fixed: With […] and […] trying to build haddock gets past this point, so I …
04:37 Ticket #1251 (GADTs with newtype deriving can crash GHCi / cause Core Lint to fail) closed by simonpj
fixed: Interesting bug. Turns out that GHC's optimiser was being to eager about …
04:28 Commentary edited by simonpj
(diff)
04:27 Commentary/CodingStyle edited by simonpj
(diff)
04:27 Commentary/CodingStyle edited by simonpj
(diff)
04:26 Commentary/Rts/Conventions edited by simonpj
(diff)
04:26 Commentary/Rts/Conventions edited by simonpj
(diff)
03:54 Ticket #1279 (System.Posix.User.getAllUserEntries should call setpwent) closed by igloo
fixed: Thanks for the patch, now applied!
03:52 Ticket #1327 (internal error: interpretBCO: unknown or unimplemented opcode 35464) closed by thorkilnaur
duplicate: Thanks a lot for this report. It seems that this is a duplicate of #1013, …
02:28 Ticket #1327 (internal error: interpretBCO: unknown or unimplemented opcode 35464) created by gleb.alexeev@…
Steps to reproduce: 1. Load the following module into ghci: […] 2. …
00:50 Ticket #1323 (crash when zipping two lists of the same length...) closed by simonpj
wontfix: Good one! What is happening is this. During optimisation, GHC removes …
00:41 Status/April07 edited by simonpj
(diff)

05/03/07:

17:49 Ticket #1326 (Bindings for POSIX named semaphores and shared memory objects) created by dfranke
I've written a patch for libraries/unix adding support for POSIX named …
17:48 Status/April07 edited by sorear
unmisspell david waern (diff)
12:30 Ticket #1325 (GHC 6.6.1 build fails from MacPorts 1.4.0 on MacOS 10.4.9, internal error ...) closed by simonmar
fixed: Looks like a bug in GHC 6.4, probably fixed long ago. Try upgrading to a …
11:09 Status/April07 edited by igloo
reword the bugs-per-day text (diff)
11:09 Ticket #1325 (GHC 6.6.1 build fails from MacPorts 1.4.0 on MacOS 10.4.9, internal error ...) created by michael.j.fromberger@…
While attempting to build GHC 6.6.1 via [ http://www.macports.org/
11:08 Status/April07 edited by igloo
Add bugs_per_day.png (diff)
11:05 bugs_per_day.png attached to Status/April07 by igloo
10:12 Ticket #1324 (threadDelay can't handle long times) created by guest
With (Control.Concurrent.threadDelay :: Int -> IO ()) and the parameter …
09:48 Commentary/Rts/Conventions edited by guest
Added link to the compiler coding conventions (diff)
09:47 Commentary/CodingStyle edited by guest
Added link to the RTS coding conventions (diff)
07:36 Ticket #1323 (crash when zipping two lists of the same length...) created by matthew@…
I've personally not checked this against 6.6.1, but "mauke" on #haskell …
07:35 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
06:20 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
06:09 Ticket #1322 (gcc --make recompiles hs-boot files unncessarily) created by simonpj
ghc --make should not recompile unnecessarily. Yet every build of the …
04:27 Commentary/CodingStyle edited by guest
(diff)
03:37 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
00:50 Ticket #1255 (UNPACKing a !Foo with newtype Foo = (Ptr Foo) causes the impossible) closed by simonpj
fixed: There is a palpable bug in here, which is already fixed in the HEAD. But …
00:28 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)

05/02/07:

09:40 Ticket #1204 (Associated types don't work with record updates) closed by simonpj
fixed: Good bug repoort. I have finally found a moment to fix it. Should work …
04:49 Ticket #1310 (confusing error message when trying to give a type-signature to an ...) closed by simonpj
fixed: Good point. I've improved the error messages. For imports: […] For …
03:59 Ticket #1306 (GHC generates warning about internally generated functions) closed by simonpj
fixed: Dup of #1313 (well, to be fair, #1313 is dup of this). Anyway, it's …
03:58 Ticket #1313 (HEAD gives warnings about code that it generates itself) closed by simonpj
fixed: I believe I have fixed this. Simon
02:57 WorkingConventions edited by simonpj
(diff)
02:48 Ticket #1320 (FAQ item for running GHCi on WinXP x64 using DEP) closed by simonmar
duplicate: I'm assuming this is a duplicate of #885, which is fixed in 6.6.1. I'm …
01:38 Ticket #1321 (GHCi stdout bug when base package is not optimised) created by simonmar
Reported by Igloo: The problem from a couple of weeks ago, where ghci's …
00:29 Ticket #1320 (FAQ item for running GHCi on WinXP x64 using DEP) created by guest
Hi, I don't know if this is a bug or not, but here is what I have …

05/01/07:

19:29 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
18:23 Ticket #1319 (grammatical mistake in user's guide description of -fwarn-name-shadowing) closed by chevalier@…
fixed: Fixed it.
17:59 Ticket #1319 (grammatical mistake in user's guide description of -fwarn-name-shadowing) created by Isaac Dupree
http://www.haskell.org/ghc/docs/latest/html/users_guide/options-sanity.html
16:41 Ticket #1318 (add warning for prefix negate operator and flag to replace it with ...) created by Isaac Dupree
This is tracking a few things relating to the notion that Haskell's single …
15:18 Ticket #1317 (add warning for the Prelude being imported implicitly) created by Isaac Dupree
For those who don't like the implicit Prelude (but have an existing …
15:09 Ticket #1316 (add warning for local type signatures that use the same type variable ...) created by Isaac Dupree
for a (poor) example, […] Because it is likely to be confusing, as well …
09:00 WikiStart edited by igloo
despam (diff)
08:59 WikiStart edited by igloo
update release and branch status (diff)
08:57 WikiStart edited by igloo
add buildbot link (diff)
08:46 TypeFunctions edited by simonpj
(diff)
03:51 Commentary/Compiler/StgSynType edited by therp
add GHC Hackathon about STG on google (diff)
03:50 BuildBot edited by igloo
(diff)
03:47 BuildBot edited by igloo
(diff)
02:19 TypeFunctions edited by simonpj
(diff)
02:18 TypeFunctions edited by simonpj
(diff)
02:17 TypeFunctions edited by simonpj
(diff)
02:02 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
01:56 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
01:48 Commentary/Compiler/CodeGen edited by guest
Added section "Generated Cmm Naming Convention" (diff)
01:41 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
01:24 Ticket #1292 (-Wall doesn't include all warnings) closed by simonmar
fixed: Ok, I'm convinced. -Wall would be rather less useful if it really …
01:13 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
01:11 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
01:04 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
01:01 Ticket #1315 (System.Process.runInteractiveProcess needs a way to pipe just some handles) created by simonmar
Currently runInteractiveProcess attaches pipes to all 3 standard …
00:59 Status/April07 edited by simonpj
(diff)
00:59 Status/April07 edited by simonpj
(diff)
00:57 Status/April07 edited by simonpj
(diff)
00:56 Status/April07 edited by simonpj
(diff)
00:55 Status/April07 edited by simonpj
(diff)
00:53 Status/April07 edited by simonpj
(diff)
00:51 Status/April07 edited by simonpj
(diff)
00:48 Status/April07 edited by simonpj
(diff)
00:45 Status/April07 edited by simonpj
(diff)
00:44 Status/April07 edited by simonpj
(diff)
00:38 Status/April07 edited by simonpj
(diff)

04/30/07:

23:58 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
23:48 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
23:40 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
23:27 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
22:59 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
22:55 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
22:39 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
22:28 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
22:19 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
22:18 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
22:15 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
22:01 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
21:29 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
19:09 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
18:57 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
18:55 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
18:47 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
18:24 Ticket #1314 (System.FilePath is documented but missing) closed by guest
invalid: Whoops, sorry. I was looking at the online doc at haskell.org. The doc …
17:50 Ticket #1314 (System.FilePath is documented but missing) created by guest
It seems like it's been defunct for years, no? Is there a replacement, and …
17:38 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
12:58 Ticket #1313 (HEAD gives warnings about code that it generates itself) created by igloo
The HEAD is now giving warnings about code that it generates itself, e.g. …
06:18 DataParallel/ClosureConversion edited by chak
(diff)
06:16 DataParallel/ClosureConversion edited by chak
(diff)
05:59 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
05:29 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
05:11 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
03:58 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
03:49 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
03:31 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
03:04 Status/April07 edited by simonmar
(diff)
03:02 Status/April07 edited by simonmar
(diff)
02:59 Status/April07 edited by simonmar
(diff)
02:52 Status/April07 edited by simonmar
(diff)
02:50 Status/April07 edited by simonmar
add a link (diff)
02:49 Status/April07 edited by simonmar
qualify Simon in a few places (diff)
02:47 Status/April07 edited by simonmar
(diff)
02:45 Status/April07 edited by simonmar
less => fewer :-) (diff)
02:11 Ticket #1312 (runghc doesn't respect -main-is) created by simonmar
runghc always invokes Main.main, it doesn't pay any attention to a …
01:56 Ticket #1292 (-Wall doesn't include all warnings) reopened by simonmar
-Wall should enable all warnings, otherwise it's badly named. So if we …
00:39 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
00:17 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)

04/29/07:

21:30 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
21:14 DataParallel/ClosureConversion/ClassLess edited by chak
(diff)
13:29 Status/April07 edited by igloo
Too many "as a result"s (diff)
13:28 Status/April07 edited by igloo
6.6.1 is already released (diff)
13:10 Status/April07 edited by igloo
erroneous newline (diff)
13:09 Status/April07 edited by igloo
(diff)
10:40 Status/April07 edited by igloo
patch senders (diff)
10:32 Ticket #1311 (newtypes of unboxed types disallowed - documentation bug and/or feature ...) created by Isaac Dupree
Tested in 6.6.1 and today's 6.7 (which claims to be version 6.7.20070418), …
10:16 Ticket #1310 (confusing error message when trying to give a type-signature to an ...) created by Isaac Dupree
[…] […] […] I think an error message more like "type signatures …
09:43 Status/April07 edited by igloo
fix syntax (diff)
09:39 Status/April07 edited by igloo
URLs (diff)
09:31 Status/April07 edited by igloo
URLs (diff)
09:24 Status/April07 edited by igloo
add a URL (diff)
09:13 Status/April07 edited by igloo
typo (diff)
09:01 Status/April07 edited by igloo
Fix syntax (diff)
08:59 Status/April07 edited by igloo
Add overloaded strings URL (diff)
08:46 Status/April07 created by igloo
SPJ's text, reformatted for the wiki (was latex) and a couple of typos …
08:16 Status edited by igloo
Add April 2007 draft (diff)
04:27 Ticket #1302 (Unwanted output when installing) closed by igloo
fixed: Thanks for the report! Now fixed: […]
Note: See TracTimeline for information about the timeline view.