Timeline


and

07/05/07:

21:43 Ticket #1497 (Rebinding (:) -- built-in syntax, or just another constructor?) created by dons
This program is valid in Hugs 2005, but not in GHC: […] Hugs responds …
16:45 Ticket #832 (GMP needs to be updated) closed by igloo
fixed: Now fixed. We have gmp-4.2.1 in the HEAD.
06:14 Ticket #1489 (Impossible happened) closed by iampure@…
fixed: Confirmed
04:05 Commentary/Compiler/CPS edited by Michael D. Adams
Added notes about handling GC (diff)
03:43 BuildBot edited by igloo
(diff)
03:37 Ticket #1494 (panic! (the 'impossible' happened)) closed by iampure@…
fixed: Forgot trivial step in build process, my bad... building.
03:35 Ticket #1494 (panic! (the 'impossible' happened)) reopened by iampure@…
I was pleased to find out you had solved this so quickly, but …
01:07 Commentary/Hpc edited by AndyGill
rm the -fhpc-tracer documentation; this option has been removed (diff)
01:03 Ticket #1494 (panic! (the 'impossible' happened)) closed by simonpj
fixed: I've fixed this one. Thanks for a helpful report. Simon * Fix Trac …
00:57 DarcsRepositories edited by AndyGill
(diff)
00:52 Building/Windows edited by simonpj
(diff)
00:51 Building/Windows edited by simonpj
(diff)
00:49 Building/Windows edited by simonpj
(diff)
00:47 DarcsRepositories edited by simonpj
(diff)

07/04/07:

15:27 Ticket #1496 (Newtypes and type families combine to produce inconsistent FC(X) axiom ...) created by sorear
Given: […] We generate the axioms: […] And can prove: […] …
14:20 Ticket #1495 (newtype fixpoint sends the compiler into an infinite loop) created by guest
I was playing around with some edge cases in the type system and hit an …
12:00 Ticket #1454 (Confusing or bug: :t and :i don't return same type) closed by igloo
worksforme: Please reopen this bug if you (anyone) finds a testcase.
08:41 Commentary/Compiler/CPS edited by Michael D. Adams
Added section on loopholes in the (diff)
08:36 Ticket #1035 (Win32 package doesn't appear in the online library docs) closed by igloo
fixed: I did this for the 6.6.1 release, and it's now a step in the release …
08:11 Ticket #1494 (panic! (the 'impossible' happened)) created by iampure@…
After hours of reducing my code, I finally was able to make a small test …
07:01 Ticket #1493 (Int with Prelude-functions works, but Integer with generic-list-functions ...) created by guest
Hello, I've written a program for fast online multiplication of real …
05:27 Ticket #1492 (It's impossible to get the ghc source with darcs on windows) created by guest
Annoyingly darcs crashes every time I try to get the ghc sources. This is …
05:15 Ticket #1491 (Extension RecordWildCards is broken) created by guest
The -XRecordWildCards extension is broken (unlike the patch I sent :)). …
04:42 Ticket #1490 (Install with Cabal broken on Windows) created by guest
After building a Cabal package with ghc 2007-07-02 I tried to install it. …
03:49 Ticket #1131 (newArray_ allocates an array full of garbage) closed by simonmar
fixed: Fixed: […]
03:41 Ticket #1489 (Impossible happened) created by iampure@…
ghc-6.7.20070702: panic! (the 'impossible' happened) (GHC version …

07/03/07:

13:47 Ticket #1488 (Code that won't ever be executed should not give rise to constraints) created by iampure@…
In the code […] ghci derives: […] which is correct, but I think the …
09:17 Ticket #1456 (Wrong type being derived) closed by simonpj
fixed: Good bug, thank you. Fixed. There was a rather subtle bug in the way …
09:07 Ticket #1425 (Print operator types as infix) closed by simonpj
fixed: Done! Simon
07:43 ReportABug edited by simonpj
(diff)
06:06 Ticket #1485 (-fno-monomorphism-restriction -fallow-undecidable-instances do not play ...) closed by iampure@…
fixed: Fixed in 6.7.20070702
03:52 Building/QuickStart edited by guest
(diff)
03:51 Ticket #1487 (unix package: test needed for getLoginName) created by simonmar
I disabled the test for getLoginName in unix/tests/user001 because …
03:45 Ticket #1361 (When trying to run yi, it fails to compile main, and exits with an error) closed by jpbernardy
wontfix
03:40 Ticket #722 (Adrian Hey's StringMap library in the collections package.) closed by jpbernardy
wontfix
03:39 Ticket #721 (Write Data.Trie) closed by jpbernardy
wontfix
02:57 Ticket #1485 (-fno-monomorphism-restriction -fallow-undecidable-instances do not play ...) reopened by iampure@…
On my version of ghc-6.6.1 this does not work.

07/02/07:

13:54 Ticket #1486 (utcToLocalTime converting in the wrong direction on Windows) created by Olivier Boudry
I found a strange UTC to Local Time conversion bug on the Windows version …
13:40 Ticket #1485 (-fno-monomorphism-restriction -fallow-undecidable-instances do not play ...) closed by iampure@…
fixed: This was reported for 6.6.0. It is reportedly fixed in 6.6.1.
13:20 Ticket #1485 (-fno-monomorphism-restriction -fallow-undecidable-instances do not play ...) created by iampure@…
I made a complete test case, because I care about this bug.
06:40 ReportABug edited by igloo
(diff)
06:29 ReportABug created by igloo
02:43 Ticket #1472 (undefined reference to `ZCMain_main_CAF_cc') reopened by greenrd
But this version is three months newer than the version which fixed #249, …
02:30 Ticket #1484 (gcc installation problem?) closed by simonmar
duplicate: dup of #1110
02:28 Ticket #1471 (-ddump-cmm doesn't escape non-ascii/non-printable characters) closed by simonmar
fixed: Fixed: […]
02:24 Ticket #1472 (undefined reference to `ZCMain_main_CAF_cc') closed by simonmar
duplicate: dup of #249

07/01/07:

23:22 BuildBot edited by Vs
typo (diff)
23:16 Ticket #1484 (gcc installation problem?) created by guest
Under windows vista 32-bit and a clean install I cannot compile 'hello …
23:11 Ticket #1483 (vista: GHCi not loading 80% of the time) created by guest
Running windows vista 32-bit, trying to run GHCi it randomly does not …
14:33 Ticket #1482 (unsafeCoerce# doesn't always fully coerce) created by yeoh@…
[…] e1 coerces fine, even with the Num constraint, but …
11:52 Ticket #1481 (standalone deriving) created by igloo
Simon Peyton Jones, in …
11:43 Ticket #1480 (Template Haskell should allow reification of modules) created by igloo
It should be possible to reify a module from a splice. If the module is …
08:42 Ticket #1479 (Merge GHC's hsc2hs with http://darcs.haskell.org/hsc2hs) created by igloo
GHC's hsc2hs should be merged with  http://darcs.haskell.org/hsc2hs, and …
06:52 Ticket #1478 (Flag to get information about the compiler and RTS) created by igloo
There should be a flag +RTS -foo that prints info including: * The …
06:09 Ticket #1477 (ghci shouldn't link entire package) created by igloo
In this thread: …
04:53 Ticket #1476 (Template Haskell: splicing types and patterns) created by igloo
In …
04:43 Ticket #1475 (Adding imports and exports with Template Haskell) created by igloo
(wished for by Adrian Hey in …
04:25 Ticket #1474 (With -fglasgow-exts add option to show simpler types.) created by iampure@…
Instead of showing forall a b c d e f (t1 :: * -> * -> *) (t2 :: * -> *). …
04:11 Ticket #1473 (isSpace is too slow) created by igloo
In the thread starting …

06/30/07:

17:57 Ticket #1472 (undefined reference to `ZCMain_main_CAF_cc') created by greenrd
When building my project with profiling, and using a makefile, it works …
17:17 BuildBot edited by igloo
(diff)
17:11 BuildBot edited by igloo
(diff)
09:38 Ticket #1471 (-ddump-cmm doesn't escape non-ascii/non-printable characters) created by SamB
For instance, the string literal {{{"\102\232\13\0Hello, …

06/29/07:

11:58 Ticket #1470 (Overlapping (etc) instances) created by igloo
This self-contained module: […] gives this error in the HEAD (and a …
11:27 Ticket #1469 (GHC suggests -fglasgow-exts, and not {-# LANGUAGE #-} pragmas or ...) created by SamB
Instead of: […] I'd like to see something like: […] I'm not sure …

06/28/07:

23:43 TypeFunctionsStatus edited by chak
(diff)
22:16 TypeFunctionsStatus edited by chak
(diff)
21:47 TypeFunctions edited by chak
(diff)
21:44 TypeFunctions edited by chak
(diff)
21:41 TypeFunctionsTypeChecking edited by chak
(diff)
21:36 TypeFunctions edited by chak
(diff)
21:35 TypeFunctionsStatus edited by chak
(diff)
12:59 Ticket #1468 (:browse should browse currently loaded module) created by iampure@…
With module Foo loaded, :browse should be equivalent to :browse Foo.
05:44 Ticket #1410 (Control.Monad.Reader documentation) closed by igloo
fixed: Applied, thanks!
02:50 Ticket #1467 (GHC API: expose separate compilation stages) created by simonmar
The GHC API is currently hard to use for certain things: extracting the …
02:43 Ticket #1466 (Stack check for AP_STACK) created by simonmar
This is a bug I uncovered in the interpreter, that I think is also present …
01:22 Ticket #1445 (implicit parameter not hoisted) closed by simonpj
fixed: Good report, thank you. A slip in TcType.tcSplitFunTy_maybe, now fixed. …

06/27/07:

03:45 Commentary/PositionIndependentCode edited by clemens
Add Linking on ELF, and mangling dynamic library names (diff)
03:31 Commentary/PositionIndependentCode edited by guest
(diff)

06/26/07:

20:33 Ticket #1465 (Type errors due to different package versions are a bit cryptic) created by guest
Users of xmonad who've compiled one dependent library against X11 1.2, and …
18:22 Ticket #1464 (Proposal: add dropPrefix to Data.List) created by igloo
I seem to have a copy of this function in everything I write sooner or …
11:29 Ticket #1463 (Module → Package lookup in ghc-pkg?) created by dmhouse@…
Hi all, I'm writing code for Emacs's haskell-mode, and it's necessary at …
09:40 Commentary/Rts edited by AndyGill
(diff)
08:29 Commentary/Compiler/CPS edited by Michael D. Adams
Formatting Typo Fix (diff)
06:55 Commentary/Compiler/CPS edited by Michael D. Adams
Added info about Cmm syntax changes (diff)
05:24 Ticket #1462 (runghc is undocumented) created by Isaac Dupree
make install installs runghc, which is not mentioned anywhere in the …
05:16 Commentary/Rts/HaskellExecution/PointerTagging created by simonmar
add a page about pointer tagging
04:35 Commentary/Rts/HaskellExecution edited by simonmar
(diff)
04:35 Commentary/Rts/HaskellExecution/CallingConvention edited by simonmar
(diff)
04:30 Commentary/Rts/HaskellExecution/HeapChecks edited by simonmar
(diff)
04:30 Commentary/Rts/HaskellExecution edited by simonmar
move subsections into separate pages (diff)
04:29 Commentary/Rts/HaskellExecution/Updates created by simonmar
04:27 Commentary/Rts/HaskellExecution/CallingConvention edited by simonmar
(diff)
04:26 Commentary/Rts/HaskellExecution/CallingConvention created by simonmar
04:21 Commentary/Rts/HaskellExecution/HeapChecks created by simonmar
04:20 Commentary/Rts/HaskellExecution/FunctionCalls created by simonmar
04:18 Commentary/Rts/HaskellExecution/Registers created by simonmar
00:42 Ticket #1459 (Build fails with "lexical error at character '\a'") closed by simonmar
fixed: […]

06/25/07:

22:37 Ticket #1461 (System.Process.runInteractiveProcess leaks memory) created by guest
Hi! I just discovered that using System.Process.runInteractiveProcess …
10:56 Ticket #1460 (Problem with Monoid instance of Data.Map) created by ahey@…
See..  http://www.haskell.org/pipermail/libraries/2007-May/007491.html
10:52 Ticket #1440 (Make clean doesn't) closed by igloo
fixed: Thanks for the report! Now fixed.
10:46 Ticket #1093 (Windows: haddock-html fields are wrong in package.conf) closed by igloo
fixed: Fixed; prep-bin-dist-mingw no longer touches the docs.
09:06 Ticket #1304 (Make install fails) closed by igloo
fixed: This was fixed by […]
08:47 Ticket #1305 (Installed ghci doesn't work) closed by igloo
fixed: Thanks for the report; this is now fixed!
08:45 Ticket #1394 (make install fails) closed by igloo
fixed: "make install" works for me on Windows now. If you still have problems, …
08:28 Ticket #1261 (optLevelFlags is not monotonic) closed by simonpj
fixed: Fixed, by the expedient of clamping the optimisation level to between 0 …
03:46 Ticket #1367 (GHC[i] 6.6.1 can't find GNUreadline on PPC mac) closed by igloo
invalid: Christian Maeder says: […] This is now clarified on the download page.
03:19 Ticket #1416 (Testsuite doesn't always work on MSYS with Cygwin Python) closed by simonmar
fixed: This should now be fixed - the inplace scripts are binaries rather than …
03:17 Ticket #1443 (No instance for (Functor Language.Haskell.TH.Syntax.Q)) closed by igloo
fixed: Thansk for the suggestion; there is a Functor instance in the HEAD.
03:14 Building/Windows edited by claus
build log: darcs url; which shell to use; new mailing list config (diff)

06/24/07:

23:40 Ticket #1459 (Build fails with "lexical error at character '\a'") created by chevalier@…
There are a couple of Makefiles that contain something like: echo "main = …
14:48 Ticket #1387 (Ad-hoc recognition for attempts to use Haskell top-level syntax in the ...) closed by igloo
duplicate: Closing in favour of #1388, which gives a more detailed summary.
14:42 Ticket #1455 (Wildcard pattern _ generates defaulting warning) closed by igloo
wontfix: Isaac is right, the type chosen really can matter.
13:53 Ticket #1336 (+RTS options should warn on the compiler) closed by igloo
wontfix: Like Simon says, there isn't really anything we can do here, I'm afraid.
13:39 Ticket #1458 (FPS package dependency in GHC 6.4 and GHC 6.6) closed by igloo
wontfix: You can make an empty fps package and install it on your ghc 6.6 machines …
13:10 Ticket #1439 (ghci silently changes for the worse when already-compiled object code is ...) closed by igloo
duplicate: I've added a note that you are another vote for change in #1205.
13:02 Ticket #1436 (Build errors: awkward "no rule to make target" errors where there ARE ...) closed by igloo
worksforme: Your log includes […] and […] both of which create this file. I …
12:19 Ticket #1406 (Constraint doesn't reduce in the presence of quantified type variables) closed by igloo
fixed: Thanks for the report. This already works in the HEAD; I've added your …
11:17 Ticket #1352 (Fix configure of readline performed as part of GHC install) closed by igloo
fixed: This should be fixed now that we don't reconfigure when installing.
11:13 Ticket #1347 (warning message could be more helpful) closed by igloo
invalid: If you compile with -Wall (which I recommend!) (or …
10:32 Ticket #1301 (make install does more than that) closed by igloo
fixed: We now have a program that calls cabal functions to install in the …
10:29 Ticket #1287 (SPECIALIZE causes panic) closed by igloo
fixed: Test simpl016 added.
10:19 Ticket #1265 (Template Haskell fail Messages not Getting Through) closed by igloo
fixed: It turns out we already have a test case TH_fail: […]
10:03 Ticket #1339 (README.txt is a Unix file format) closed by igloo
fixed: Thanks for the report. distrib/prep-bin-dist-mingw now unix2dos's …

06/23/07:

15:50 Ticket #1342 (Name major releases as "6.8.0" rather than "6.8") closed by igloo
fixed: Another important point is that currently we get 6.6.YYYYMMDD snapshots …
11:58 Ticket #1458 (FPS package dependency in GHC 6.4 and GHC 6.6) created by ghc@…
When switching from GHC-6.4 to GHC-6.6 I must remove all FPS dependencies …
10:48 Ticket #1457 (Various debugger tests fail) created by igloo
These are from a "quickest" build, but I suspect they will happen …
04:40 Ticket #1456 (Wrong type being derived) created by iampure@…
In the complete small example attached there is some weird behaviour, …

06/22/07:

09:23 Ticket #1431 (libraries: configure argument containing whitespace not passed correctly ...) closed by igloo
fixed: Fixed by […]
08:02 Ticket #1455 (Wildcard pattern _ generates defaulting warning) created by guest
The second use of properFraction generates a Defaulting warning, even …
07:57 Ticket #1454 (Confusing or bug: :t and :i don't return same type) created by iampure@…
:t <function> and :i <function> don't return the same type for complex …
05:42 Ticket #1453 (addition to #1452 : it ignores import UnknownModule) created by mechvel@…
See ticket #1452. Prepend the line `import Unknown' to the import …
04:54 Ticket #1448 (Segmentation fault with readline Module) closed by simonmar
invalid: You need to call System.Console.Readline.initialize before doing …
04:41 Ticket #1452 (Modules omitted from a .cabal file are not reported, but result in a ...) created by guest
 http://www.botik.ru/pub/local/Mechveliani/ghcBugs/importCycleBug.zip
04:25 Ticket #1451 (Provide way to show the origin of a constraint) created by iampure@…
For a complex type (A b, C d, E e) => Something a b e -> Int, provide a …

06/21/07:

18:02 Ticket #1449 (Bug in instance MonadFix []) closed by ross
invalid: mfix is intended to be value recursion, where the values are fed …
13:01 Ticket #1450 (^C doesn't result in the cost center stack being printed when running with ...) created by SamB
All I see is: […] when I terminate a program with ^C (because it …
12:32 Ticket #1449 (Bug in instance MonadFix []) created by oerjan@…
(Thanks to Simon Marlow for pointing me to trac) I was recently playing …
09:52 Ticket #1402 (panic in GHC when building QuickCheck with optimization) closed by simonpj
fixed: Fixed! Test is spec003 It was a bug in the specialiser. Simon Thu Jun …
09:39 Ticket #1448 (Segmentation fault with readline Module) created by danielehlers@…
Hi, I have an reproducible "Segmentation fault" with the …
09:10 Ticket #1447 (Improve code generation for dense switches) created by simonpj
(Adding this for Thomas Conway.) I'm writing some variable byte codec …
08:10 Ticket #1446 (-fallow-incoherent-instances suggested when already used) created by iampure@…
This is essentially the same issue as with the monomorphism restriction, …
03:49 Ticket #1445 (implicit parameter not hoisted) created by Ashley Yakeley <ashley@…>
Try compiling this: […] Results: […] Expected: to compile.

06/20/07:

21:30 Ticket #1442 (ghc and ghci differs in deailing with "undefined" with I/O) closed by guest
invalid: apologies; false alarm while trying to track down some other issue! this …
19:34 Ticket #1444 (Template Haskell: add proper support for qualified names in non-splicing ...) created by SamB
For the uninitiated, Derive is an application of Template Haskell that can …
17:02 Building/Docs edited by igloo
(diff)
16:50 Ticket #1443 (No instance for (Functor Language.Haskell.TH.Syntax.Q)) created by SamB
There really ought to be one ;-). Now I have to import Control.Monad…
14:55 Building/Windows edited by guest
(diff)
14:05 Ticket #1442 (ghc and ghci differs in deailing with "undefined" with I/O) created by guest
This program: […] produces the following expected output with ghci: …
10:49 Ticket #1441 (Evaluating undefined should return line number and module of location of ...) created by iampure@…
Evaluating undefined should return line number and module of location of …
09:58 Ticket #1386 (foreign exports not taken into account when calculating ...) closed by simonpj
fixed: Fixed thank you. Simon
08:58 Ticket #1433 (Difference in strictness/unpackability between Word64 and Word32 (on a 32 ...) closed by simonpj
invalid
04:10 Ticket #1440 (Make clean doesn't) created by guest
Typing 'make clean' at the top level only does this: […] It used to …
03:10 Ticket #1432 (Poor type error messages (refer to generated code rather than the higher ...) closed by simonpj
fixed: Fixed, thanks. Simon
01:23 Ticket #1397 (GHC blows up while compiling Language.Haskell.TH.Syntax with -O2) closed by simonmar
fixed: Fixed by this patch: […]
01:19 Ticket #1366 (GLOBAL_VAR being inlined?) closed by simonmar
fixed: Fixed by this patch: […]

06/19/07:

12:54 Ticket #1439 (ghci silently changes for the worse when already-compiled object code is ...) created by Isaac Dupree
ghci MyModule If it's been compiled (i.e., up-to-date …
10:48 Ticket #1438 (Integrate Hpc core tools into GHC) created by AndyGill
We want to include the hpc core tools with ghc, so we need to pick a …
09:53 Ticket #1422 (wrong warning for exporting all constructors of a void type) closed by simonpj
fixed: Fair enough; I'll just remove the "it is..." part. In the example you …
09:44 Ticket #1430 (getC: Type signature needed when existential types are used but not in the ...) closed by simonpj
fixed: Good report. It was a real bug, due to the (fairly new) implication …
03:34 Ticket #1437 (Build failures on Mac OS X 10.5) created by maeder@…
Deborah (goldsmit _at_ apple.com) wrote: […]
01:51 Ticket #1426 (warning about `import Control.Monad.Fix` being unused when mdo is used) closed by simonpj
fixed: I've removed the erroneous requirement in the GHC manual to import …

06/18/07:

08:28 Ticket #1419 ("GHC as a library" stalls when nobody is consuming it's output) closed by simonmar
fixed: The undesirable behaviour doesn't appear to happen in the HEAD, so I'm …
07:38 Ticket #1435 ("Naughty" register error in Cmm) closed by simonmar
invalid: Not a bug - the .cmm code has type errors, which are revealed when you …
04:59 Ticket #1436 (Build errors: awkward "no rule to make target" errors where there ARE ...) created by guest
I downloaded the GHC source with: […] Then, I did the following: […] …
04:54 Ticket #1435 ("Naughty" register error in Cmm) created by Michael D. Adams
When experimenting with Cmm code, I found the following bug/trap. This …
04:29 Ticket #1434 (Missing RULEs for truncate) created by ghc@…
I found that the rounding functions from RealFrac? class are considerably …
01:54 Ticket #1428 (Mutually recursive modules) closed by simonpj
duplicate: Closing: a dup of #1409.

06/17/07:

19:47 Ticket #1433 (Difference in strictness/unpackability between Word64 and Word32 (on a 32 ...) created by sorear
In the attached file, mix1 and mix2 both worker/wrapper, but mix2 …

06/16/07:

17:10 Ticket #1432 (Poor type error messages (refer to generated code rather than the higher ...) created by igloo
With this module: […] the HEAD says: […] which isn't really the …
15:57 Ticket #1431 (libraries: configure argument containing whitespace not passed correctly ...) created by greenrd
Note the incorrect quotation when passing through CFLAGS in the command …
15:13 Ticket #1430 (getC: Type signature needed when existential types are used but not in the ...) created by igloo
This module: […] with the type signature commented out gives this in …
06:18 Ticket #1429 (:list gets confused by bang patterns in .lhs files) created by mnislaih
A bang pattern in a .lhs file confuses :list by one line

06/15/07:

14:15 Ticket #1428 (Mutually recursive modules) created by iampure@…
I would like to have mutually recursive modules, without creating special …
10:51 Ticket #1427 (GHC fails to compile with gcc 4.2.0) created by ismail@…
From Debian [ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428060 bug …

06/14/07:

08:11 Ticket #1426 (warning about `import Control.Monad.Fix` being unused when mdo is used) created by Isaac Dupree
and the use is exported. This should not be warned about since …
02:46 Ticket #1421 (elf object code problem exposed when linking under i386 Solaris 10) closed by maeder@…
fixed
02:45 Ticket #1424 (Argument corruption in FFI with many arguments (maybe 64-bit related)) closed by simonmar
fixed: Thanks for the report: this was indeed a bug in the native code generator, …

06/13/07:

05:47 Ticket #1418 (Heap profiling woes) closed by simonmar
fixed: I've fixed a couple of serious bugs, and added a test case to test the …
03:39 Commentary/Compiler/CodeGen edited by Michael D. Adams
Expanded section on how the modules are structured (diff)

06/12/07:

15:57 Ticket #1169 (Control.Monad.Cont documentation) closed by igloo
fixed: Applied, thanks!
14:34 Ticket #1378 (command line switch to disable ghci banner) closed by igloo
fixed: Thanks for the patch; I've applied it, but also changed it into a dynamic …
09:54 Ticket #1425 (Print operator types as infix) created by Michael D. Adams
Consider the type […] Load that file into GHCi and print the type of …
07:45 Ticket #1424 (Argument corruption in FFI with many arguments (maybe 64-bit related)) created by guest
With many arguments, something strange occurs in argument passing with …
04:06 Ticket #1423 (compilation with profiling makes gcc run out of memory) created by guest
Compiling a cabal library with profiling turned on caused gcc to run out …

06/11/07:

09:07 Ticket #1422 (wrong warning for exporting all constructors of a void type) created by SamB
[…] produces the incorrect warning: […] If this was already …
06:28 Ticket #1362 (Fix PPC Mac OS X memory access problem in includes/SMP.h) closed by simonmar
fixed: Patch applied, thanks!
02:11 Ticket #1421 (elf object code problem exposed when linking under i386 Solaris 10) created by maeder@…
The object code generated for i386 Solaris 10 can not be linked with newer …
01:31 Ticket #1093 (Windows: haddock-html fields are wrong in package.conf) reopened by simonmar
This is still a bug in the Windows distribution of GHC: […] The …

06/08/07:

10:56 Ticket #1420 (Automatic heap profile intervals) created by guest
When doing heap profiling it is sometimes hard to know what a good …
01:55 Ticket #1419 ("GHC as a library" stalls when nobody is consuming it's output) created by simonmar
Reported by Mads Lindstrøm <mads_lindstroem@…> on …

06/07/07:

17:52 DataParallel/WorkPlan edited by chak
(diff)
02:26 Ticket #1418 (Heap profiling woes) created by guest
I have a large program with a space leak. So I want to heap profiling, of …

06/06/07:

18:02 Ticket #1326 (Bindings for POSIX named semaphores and shared memory objects) closed by bos@…
fixed: This change is now in the darcs repo.
17:57 Ticket #1417 (Add pseudoterminal support to the unix package) created by bos@…
I propose to enhance the unix package by adding pty support: -- | …
06:36 Ticket #1398 (-fno-monomorphism-restriction suggested when not appropriate) closed by simonpj
fixed: Good idea. Done. Simon
06:11 Ticket #1385 ((1,True) == (2,False) doesn't compile) closed by simonpj
fixed: Good report; now fixed. Simon
02:15 Ticket #1416 (Testsuite doesn't always work on MSYS with Cygwin Python) created by simonpj
Problem 1. Using the Cygwin Python. testsuite/mk/test.mk makes …

06/05/07:

16:13 Ticket #1415 (Provide a way to runInteractiveCommand without passing all your ...) created by igloo
We should make it easy for people to write secure programs, and currently …
16:00 Ticket #1414 (CString marshalling functions do not perform the specified conversion) created by ross
The CString and CStringLen marshalling functions are specified in the …
13:04 Ticket #477 (Compiling multiple executables with -make) closed by guest
invalid: Just ignore this report. The reason it felt so slow, had more to do with …
12:49 Ticket #1411 (Typo in type error for lazy patterns) closed by igloo
fixed: Thanks for the report! Now fixed.
12:37 Building/Prerequisites edited by igloo
(diff)
12:22 Ticket #1413 (copyFile: atomicity docs/code mismatch) created by guest
 http://haskell.org/ghc/docs/latest/html/libraries/base/System-Directory.htm
04:15 Commentary/Compiler/CPS edited by Michael D. Adams
Added note about SRT handling for future work (diff)
02:02 Ticket #1412 (Typo in type error for lazy patterns) closed by simonmar
duplicate: #1411
01:36 Ticket #1110 (Setting PATH needed in Windows Vista) closed by simonmar
fixed: Now fixed. […]
Note: See TracTimeline for information about the timeline view.