Timeline


and

01/01/11:

22:59 Ticket #4876 (isEmptySampleVar returns False when threads are waiting on an empty ...) created by guest
The source code for Control.Concurrent.SampleVar?.isEmptySampleVar: […] …

12/31/10:

23:00 Ticket #4875 (ghc misdiagnoses a compile time error concerning parameterized types) created by Stef Joosten
Please find the script HaskellBug?.hs at the bottom of this message. Here …
13:39 Ticket #4495 (GHC fails to inline methods of single-method classes) closed by igloo
fixed: I can't see anything better than some fragile matching on -ddump-simpl
12:07 Ticket #4873 (ARM/linux build broken due to libffi errors) closed by igloo
fixed: We have 3.0.9 in 7.0.1, so I assume this is already fixed.
09:24 Ticket #4872 (build failure on IA64 linux) closed by igloo
wontfix: Registerised -fvia-c is deprecated and will be removed in future …
02:53 Ticket #4874 (Unnecessary reboxing when using INLINABLE) created by tibbe
The intent of the attached library and test harness is to use INLINABLE

12/30/10:

15:17 Ticket #4873 (ARM/linux build broken due to libffi errors) created by kgardas
Hello, the unregisterised build on armv7l-unknown-linux-gnueabi is broken …
13:31 Ticket #4872 (build failure on IA64 linux) created by kgardas
Hello, while attempting to build ghc-6.12.3 on i64-unknown-linux-gnu …
02:16 Ticket #4871 (Build failure on windows: rts/Linker.c) created by nsch
I'm getting this error when trying to compile current GHC-HEAD on windows: …

12/29/10:

13:17 TypeNats/Axioms edited by diatchki
(diff)
08:38 Ticket #4866 (GHC-Homepage: Mailing list links are wrong) closed by igloo
fixed: Thanks, fixed.
02:56 Ticket #4870 (Compiler panic with SPECIALIZE pragma on function from imported module) created by dreixel
Consider the following two modules: […] […] ghc-7.0.1 invoked with …

12/28/10:

15:13 Ticket #4869 (ghci command line option -l should accept either -llibrary or -l library ...) created by hgolden
According to POSIX, the -l option of GHCi should work with either the …
13:23 Ticket #4860 (Text.Regex crasher) closed by batkins
fixed: Upgraded to the latest regex-base (0.93.2) and the problem is gone. I …
10:00 Ticket #4868 (deepseq should not depend on containers) created by tibbe
The  deepseq package depends …
09:45 Ticket #4867 (ghci displays negative floats incorrectly (was: Incorrect result from trig ...) created by gwright
Trigonometric functions give the wrong answer in some cases. I have …
05:56 Ticket #4443 (Don't require users to use undefined) closed by basvandijk
wontfix: I'm closing this ticket as 'wontfix' because most people objected to this …

12/27/10:

09:31 Ticket #4866 (GHC-Homepage: Mailing list links are wrong) created by guest
At: http://www.haskell.org/ghc/ the links labeled "Mailing Lists" and "The …
04:33 Ticket #4865 (Deprecate and remove Prelude.catch and System.IO.Error.{catch,try}) created by igloo
Prelude and System.IO.Error both export an old version of catch, …

12/26/10:

09:00 Ticket #4864 (C++ & C-style comments) closed by uchchwhash
invalid: I am not a GHC developer but I am taking the liberty of closing this …
07:23 Ticket #4864 (C++ & C-style comments) created by daorus
1. Comments in -- style are too hard to mention cause they do not stop the …
04:39 Ticket #4863 (TH crashes if you reify the Name of a dfun) created by guest
[…] The same thing happens when compiling with ghc rather than using …

12/25/10:

03:40 Building/GettingTheSources edited by guest
(diff)

12/24/10:

20:14 Ticket #4862 (Enable usage of gold linker with GHC) created by ajd
The Gold linker is much faster than GNU ld, so it would speed up Haskell …
03:26 Ticket #4861 (Documentation for base does not include special items) created by NeilMitchell
The documentation for base does not include tuples, lists or arrow. I …

12/23/10:

20:30 TypeNats/LEQ edited by diatchki
(diff)
20:14 TypeNats/LEQ edited by diatchki
(diff)
20:08 TypeNats/LEQ edited by diatchki
(diff)
20:07 TypeNats/LEQ edited by diatchki
(diff)
16:05 TypeNats/LEQ edited by diatchki
(diff)
16:02 TypeNats/LEQ edited by diatchki
(diff)
16:00 TypeNats/Axioms edited by diatchki
(diff)
15:59 TypeNats/Axioms edited by diatchki
(diff)
15:56 TypeNats/Axioms edited by diatchki
(diff)
15:52 TypeNats/Axioms edited by diatchki
(diff)
15:51 TypeNats/Axioms edited by diatchki
(diff)
09:36 BugSweep edited by uchchwhash
removed bugs that has been closed for over 6 weeks (diff)
09:18 Blog: An overhaul of stack management, and some performance improvements comment added by m4dc4p
I hope you don't mind a question not really related - but would you card …
07:59 Ticket #4860 (Text.Regex crasher) created by batkins
I noticed that my Haskell program encountered a stack overflow when it …

12/22/10:

08:19 Blog: An overhaul of stack management, and some performance improvements edited by simonmar
Add some threadring results
04:06 Ticket #4810 (Versions of bracket without masking acquire action) closed by simonmar
wontfix: See #4857 for allowInterrupt, and #4858 for forkIOWithUnmask. I think …
03:37 Ticket #4859 (Add forkOnIO and friends to Control.Concurrent) created by simonmar
I think these functions are implementation-independent enough to add to …
02:46 Ticket #4858 (Add Control.Concurrent.forkIOWithUnmask, deprecate forkIOUnmasked) created by simonmar
We added forkIOUnmasked as part of the new asynchronous exceptions API …
02:34 Ticket #4857 (Add Control.Exception.allowInterrupt) created by simonmar
This proposal is to add the following function to Control.Exception: …

12/21/10:

19:38 TypeNats/Axioms edited by diatchki
(diff)
06:06 Ticket #4856 (Performance regression in the type checker regression for GADTs and type ...) created by chak
The GHC 7.0.2 RC1 shows poor performance when compiling …
03:37 Status/SLPJ-Tickets edited by simonpj
(diff)
02:54 Ticket #4845 (internal error: threadStackUnderflow: not enough space for return values) closed by simonmar
fixed: Fixed: […]
02:13 Ticket #4530 (Deriving Data for existentially quantified types) closed by simonpj
invalid: Do you expect to be able to? If you use a 'deriving' clause on the data …
02:08 Status/SLPJ-Tickets edited by simonpj
(diff)
01:19 DataParallel/Dec2010Release edited by simonpj
(diff)
01:17 DataParallel/Dec2010Release edited by simonpj
(diff)
01:16 DataParallel/Dec2010Release edited by simonpj
(diff)
01:14 DataParallel/Dec2010Release edited by simonpj
(diff)
01:14 DataParallel/Dec2010Release edited by simonpj
(diff)
01:13 DataParallel/Dec2010Release edited by simonpj
(diff)
01:12 DataParallel/Dec2010Release edited by simonpj
(diff)
00:01 Ticket #4855 (Debug.Trace.trace mangles Unicode strings) created by andersk
[…]

12/20/10:

13:05 Ticket #4851 (NoImplicitPrelude does not handle rec / mfix / ArrowLoop properly) closed by igloo
invalid: Sounds like this isn't a GHC bug; please reopen if that's not the case.
11:52 Ticket #4854 (Validating on a PPC Mac OS X: Fix miscellaneous errors and warnings) created by thorkilnaur
Validating a recent GHC HEAD with […] produces: […] Attached a patch …
11:34 Ticket #4807 (Data instance for Data.Map is incomplete) closed by igloo
wontfix: Sounds like this is something that won't be fixed; please reopen if you …
06:12 Ticket #3278 (Make lazy unlifted bindings an error) closed by simonmar
wontfix: We decided not to do this, but we did change the warning slightly: […]
05:57 WikiStart edited by simonmar
update release info (diff)
00:37 Ticket #4853 (Invalid links on web page) created by NeilMitchell
From:  http://haskell.org/ghc/download Development snapshots, HEAD & …

12/19/10:

14:27 Ticket #4843 ("include" directory missing in the ghc 7.0.1 windows installer) closed by igloo
worksforme: I can't reproduce this. […] says: […] which looks fine to me. …
10:12 TypeNats/Interact1 edited by diatchki
(diff)
10:12 TypeNats/Interact1 edited by diatchki
(diff)
10:10 TypeNats/Interact1 edited by diatchki
(diff)
10:04 TypeNats/Interact1 edited by diatchki
(diff)
10:00 TypeNats/Interact1 edited by diatchki
(diff)
09:58 TypeNats/Interact1 edited by diatchki
(diff)
09:55 TypeNats/Interact1 edited by diatchki
(diff)
09:31 TypeNats/Interact1 edited by diatchki
(diff)
09:31 TypeNats/RuleNotation created by diatchki
09:27 TypeNats edited by diatchki
(diff)
09:27 TypeNats edited by diatchki
(diff)
09:06 Ticket #4276 (-O0 runs in constant space, -O1 and -O2 don't) closed by igloo
duplicate: This looks like another full-laziness issue, with [0..] being shared. If …
08:32 Ticket #2791 (Allow two versions of GHC to be installed simultaneously with the OS X ...) closed by igloo
fixed: This is mostly fixed now. There are still some niggles, like not being …
05:45 Ticket #4852 (cabal doesn't tell ./configure which gcc to use) created by kazu-yamamoto
The shell script wrapper "hsc2hs" for the "hsc2hs" binary of GHC 7.0.2 rc1 …
05:39 Ticket #4007 (Look again at eta expansion during gentle simplification) closed by igloo
fixed: Test added
05:30 Ticket #4263 (GHC API should emit a suitable error message when interpreter is used with ...) closed by igloo
fixed: Still not installable, but it should be fixed. Please reopen if you think …

12/18/10:

23:52 Ticket #4851 (NoImplicitPrelude does not handle rec / mfix / ArrowLoop properly) created by peteg
Consider this program: […] I think this is the new idiomatic way of …
21:16 TypeNats/Interact1 edited by diatchki
(diff)
21:12 TypeNats/LEQ created by diatchki
21:08 TypeNats edited by diatchki
(diff)
21:07 TypeNats edited by diatchki
(diff)
21:07 TypeNats edited by diatchki
(diff)
21:05 TypeNats/Interact1 edited by diatchki
(diff)
21:04 TypeNats/Interact1 edited by diatchki
(diff)
21:01 TypeNats/Interact1 edited by diatchki
(diff)
08:07 Ticket #4513 (haskell98-1.1.0.0 fails to build on GHC 6.12) closed by igloo
fixed: This is fixed in the repo, and the package will be uploaded during the …
05:38 Ticket #4835 (Segfault when reading lots of files) closed by NeilMitchell
duplicate: I reduced the original problem afresh to get #4850, this bug is now a dupe …
05:36 Ticket #4850 (Segfault when lots of blocked MVar messages) created by NeilMitchell
I reduced the original problem I started with in #4835 to the following …

12/17/10:

05:52 Ticket #4847 (Panic while building blaze-builder-0.2.1.1 with ghc 7.0.1 ...) closed by jkff
fixed: Marking as fixed acc. to  http://hackage.haskell.org/trac/ghc/ticket/4498
04:45 Ticket #4849 (object code size fairly large for ghc-7.0.1 with optimization) created by maeder
The object code size for the file Isabelle/IsaParse.o increased from …
04:40 Ticket #4848 ([PATCH] Support for shared libraries on Solaris2/i386 platform.) created by kgardas
Hello, I don't know what's the proper way of submitting patch to GHC team. …
04:28 Ticket #4847 (Panic while building blaze-builder-0.2.1.1 with ghc 7.0.1 ...) created by jkff
See build log …
03:40 Ticket #4527 (<<loop>> ing program with ghc-7.0.1) closed by simonpj
fixed: Great. We're still not 100% happy with the code, so are working on yet …
03:36 Status/SLPJ-Tickets edited by simonpj
(diff)
03:35 Status/SLPJ-Tickets edited by simonpj
(diff)
02:39 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
02:38 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
02:37 Commentary edited by dreixel
fix link (diff)
00:48 Status/SLPJ-Tickets edited by simonpj
(diff)
00:39 Ticket #4846 (Newtype derving used wrongly) created by simonpj
Emil Axelsson reports: I attach a program Test.hs which I suspect …

12/16/10:

15:35 Ticket #4845 (internal error: threadStackUnderflow: not enough space for return values) created by igloo
With (the type-incorrect) Foo.hs: […] I get: […]
15:22 Ticket #4844 (createDirectoryIfMissing fails to create directory if compiled) closed by NeilMitchell
invalid: I rebooted and this problem went away. Weird.
13:41 Ticket #4844 (createDirectoryIfMissing fails to create directory if compiled) created by NeilMitchell
I'm seeing really weird behaviour - that I'm sure used to work, and is …
08:57 Blog: An overhaul of stack management, and some performance improvements edited by simonmar
08:57 Blog: An overhaul of stack management, and some performance improvements edited by simonmar
08:56 Blog: An overhaul of stack management, and some performance improvements edited by simonmar
00:02 Blog: New directions for Template Haskell comment added by Ashley Yakeley
I think it is possible to write an "instance Applicative TExp"?

12/15/10:

23:09 Blog: An overhaul of stack management, and some performance improvements comment added by dons
What about threadring!? Oh, wait. I see. ;)
18:14 TypeNats/Interact2 edited by diatchki
(diff)
18:10 TypeNats/Interact2 edited by diatchki
(diff)
18:03 TypeNats/Interact2 edited by diatchki
(diff)
18:00 TypeNats/Interact2 edited by diatchki
(diff)
17:48 TypeNats/Interact1 edited by diatchki
(diff)
17:47 TypeNats/Interact1 edited by diatchki
(diff)
17:47 TypeNats/Interact1 edited by diatchki
(diff)
17:46 TypeNats/Interact2 edited by diatchki
(diff)
13:49 TypeNats/Interact2 created by diatchki
13:23 Ticket #4818 ([PATCH] OSX: undefined symbols; isysroot misconfiguration) closed by igloo
fixed: I believe this is fixed now. Please reopen if not.
13:20 TypeNats edited by diatchki
(diff)
13:12 Ticket #3877 (Require XOverlappingInstances for the most specific instance only) closed by igloo
fixed: I don't think we should make this change in the branch.
10:09 TypeNats/Interact1 edited by diatchki
(diff)
10:08 TypeNats/Interact1 edited by diatchki
(diff)
10:06 TypeNats/Interact1 edited by diatchki
(diff)
10:05 TypeNats/Interact1 edited by diatchki
(diff)
10:04 TypeNats/Rules edited by diatchki
(diff)
10:03 TypeNats/Interact1 created by diatchki
10:03 TypeNats edited by diatchki
(diff)
10:02 TypeNats edited by diatchki
(diff)
10:01 TypeNats/Rules edited by diatchki
(diff)
09:35 Status/SLPJ-Tickets edited by simonpj
(diff)
09:34 Ticket #2664 (type family + data family + typeclass + type error causes GHC to diverge) closed by simonpj
fixed: Works now. Tests added. Simon
09:27 Ticket #3208 (Incorrect handling of recursive groups with signatures containing ...) closed by simonpj
fixed: The crash has gone. And T3208b is rightly rejected!
09:16 Ticket #3460 (Can't use superclass when type coercions are involved) closed by simonpj
fixed: Now works in HEAD. Regression test added.
09:13 Ticket #3484 (GHC diverges when proving nonequality of types) closed by simonpj
fixed: Happily this now works fine in the HEAD. I've added a regression test.
09:08 Ticket #3584 (type signature involving a type family rejected) closed by simonpj
invalid: Hmm. Since there is only one instance for Natural GHC is right to use …
09:05 Status/SLPJ-Tickets edited by simonpj
(diff)
09:04 Status/SLPJ-Tickets edited by simonpj
(diff)
09:03 Status/SLPJ-Tickets edited by simonpj
(diff)
09:00 Status/SLPJ-Tickets edited by simonpj
(diff)
08:55 Ticket #4044 (Compilation of my ghc tree with ghc-6.12.2 -dcore-lint fails.) closed by simonpj
worksforme
08:55 Ticket #4045 (Ghc panics 'ASSERT failed! file compiler/typecheck/TcTyFuns.lhs line 318' ...) closed by simonpj
worksforme
08:54 TypeNats/Rules created by diatchki
08:53 Status/SLPJ-Tickets edited by simonpj
(diff)
08:46 TypeNats edited by diatchki
(diff)
08:29 Blog: An overhaul of stack management, and some performance improvements created by simonmar
08:16 Ticket #1657 (throwTo + unsafeInterleaveIO oddness) closed by simonmar
fixed
07:30 Ticket #2090 (Better stack management please) closed by simonmar
fixed
04:16 Ticket #4529 (Deriving Data does not work for attached code) closed by simonpj
invalid: You have […] As you'll see if you say -ddump-deriv (I'm improving the …
00:02 Ticket #4841 (TypeSynonymInstances allow some flexible instances) closed by simonpj
fixed: Fixed by […] Simon

12/14/10:

16:50 DataParallel/Dec2010Release edited by chak
(diff)
15:23 Ticket #4843 ("include" directory missing in the ghc 7.0.1 windows installer) created by nsch
The current windows installer from …
14:15 Ticket #4809 (MonoLocalBinds and type classes cause infinite loop) closed by igloo
fixed: Merged
09:35 HackSprint edited by hwloidl
(diff)
06:48 Ticket #4073 (Error with '#' at beginning of line in literate Haskell) closed by simonmar
duplicate: #4836 is a dup of this, but has more useful info so let's keep that one …
06:20 HackSprint edited by hwloidl
(diff)
06:01 HackSprint edited by hwloidl
(diff)
05:29 HackSprint edited by hwloidl
(diff)
05:28 Ticket #4468 (Linking libstdc++ is broken on Windows) closed by igloo
fixed: OK, I've added the DLL in HEAD and the 7.0 branch.
05:03 Building/Preparation/Tools edited by igloo
(diff)
05:02 Building/Preparation/Tools edited by igloo
(diff)
04:20 Ticket #4842 (keep Data.Map.foldWithKey) created by maeder
Remove the recently introduced deprecation warning for …
04:06 HackSprint edited by hwloidl
(diff)
03:30 HackSprint edited by hwloidl
(diff)
02:46 HackSprint edited by hwloidl
(diff)
02:29 HackSprint edited by hwloidl
(diff)
02:20 HackSprint edited by hwloidl
(diff)
01:44 HackSprint edited by hwloidl
(diff)
01:40 Ticket #4821 (Passing -optP-traditional to the preprocessor breaks the build.) closed by simonmar
invalid: See #4829
01:22 DataParallel/Dec2010Release edited by simonpj
(diff)
01:22 DataParallel/Dec2010Release edited by chak
(diff)
01:20 DataParallel/Dec2010Release edited by simonpj
(diff)

12/13/10:

17:35 DataParallel/Dec2010Release edited by chak
(diff)
17:24 DataParallel/Dec2010Release edited by chak
(diff)
12:22 Ticket #3488 (Impossible happened: RegAllocLinear.getStackSlotFor: out of stack slots) closed by igloo
fixed: Thanks for taking a look at it; works for me in 7.0.1 too.
11:06 Ticket #4841 (TypeSynonymInstances allow some flexible instances) created by benmachine
The docs for TypeSynonymInstances say: As always, using a type synonym …
10:05 Ticket #4533 (IO manager can leak MVars if threads are killed) closed by igloo
fixed: Applied to HEAD and 7.0 branches, thanks.
10:04 Ticket #4514 (IO manager can deadlock if a file descriptor is closed behind its back) closed by igloo
fixed: Applied to HEAD and 7.0 branches, thanks.
10:00 Ticket #2879 (ghci : set - unset) closed by igloo
fixed: Merged.
09:59 Ticket #4830 (Simplifier does case-to-let too eagerly) closed by igloo
fixed: Merged.
09:58 HackSprint edited by hwloidl
(diff)
09:55 Ticket #4534 (Core lint error when using TransformListComp) closed by igloo
fixed: Merged.
09:54 Ticket #4512 (EventLog does not play well with forkProcess) closed by igloo
fixed: Last 2 also merged.
09:26 Ticket #4840 (GHC Error) closed by igloo
invalid: I'm afraid you'll have to ask whoever packages GHC for your distribution. …
01:27 Ticket #4840 (GHC Error) created by linearbit8
I've been trying to install the full ghc package through yum, but i got …
00:58 Commentary edited by simonpj
(diff)

12/12/10:

23:49 DataParallel/BenchmarkStatus edited by benl
(diff)
18:27 Ticket #4839 (RTS assertion failure when heap profiling threaded programs.) created by benl
This is when trying to profile the QuickHull DPH benchmark. Without …
18:20 DataParallel/BenchmarkStatus edited by benl
(diff)
18:05 Ticket #4838 (LLVM mangler takes too long at runtime) created by benl
Compiling the BarnesHut example from DPH takes 30 min with -fllvm, but …[…]
18:02 Ticket #4837 (Template Haskell does not work in a profiled compiler.) created by benl
Template Haskell does not work if the compiler itself is built profiles. …
17:34 DataParallel/BenchmarkStatus edited by benl
(diff)
17:34 DataParallel/BenchmarkStatus edited by benl
(diff)
17:32 DataParallel/BenchmarkStatus edited by benl
(diff)
17:31 DataParallel/BenchmarkStatus edited by benl
(diff)
17:31 DataParallel/BenchmarkStatus edited by benl
(diff)
17:30 DataParallel/BenchmarkStatus edited by benl
(diff)
14:23 HackSprint edited by hwloidl
(diff)
14:00 HackSprint edited by hwloidl
(diff)
11:22 Ticket #4836 (literate markdown not handled correctly by unlit) created by guest
This simple program in literate haskell, using markdown in the comments …
10:00 Ticket #4835 (Segfault when reading lots of files) created by NeilMitchell
Given the program: […] If I run GHC 7.0.1 on Windows, I see: […] …
09:00 HackSprint edited by hwloidl
(diff)
07:30 HackSprint edited by hwloidl
(diff)
06:07 HackSprint edited by hwloidl
(diff)
05:21 Ticket #4834 (New Functor => Applicative => Monad Hierarchy) created by gidyn
The standard class hierarchy is a consequence of Haskell's historical …

12/10/10:

07:40 Ticket #4383 (Uncanonical display of Double) closed by igloo
fixed: Both merged.
07:39 Ticket #4506 (program fails with "Segmentation fault/access violation in generated code") closed by igloo
fixed: Fixed in HEAD and 7.0 by: […]
07:11 Ticket #4833 (Finding the right loop breaker) created by simonpj
This ticket reports a DPH-related optimisation problem. Two files are …
03:48 DataParallel/Dec2010Release edited by chak
(diff)
03:02 DataParallel/Dec2010Release edited by chak
(diff)
03:02 DataParallel/Dec2010Release edited by chak
(diff)
02:44 DataParallel/Dec2010Release edited by chak
(diff)
02:43 Ticket #4832 (Inconsistent import of instances in GHCi) created by sebf
Issuing import M in GHCi does not bring the same instances into scope as …
01:05 Ticket #4831 (Too many specialisations in SpecConstr) created by simonpj
Ben reports that SpecConstr can loop: […] Compile with […] (You …
00:55 Ticket #4830 (Simplifier does case-to-let too eagerly) created by simonpj
Roman found an example where the simplifier was turning a case expression …

12/09/10:

18:50 Ticket #4829 (build does not respect --with-gcc option) created by gwright
The build still does not respect the --with-gcc option, despite the …
07:45 Ticket #4320 (GHC Build System: make clean on windows requires ./configure to be rerun) closed by igloo
fixed: Fixed in HEAD and 7.0 by: […]
07:43 Ticket #4487 (.ghci file is kept open while ghci is running) closed by igloo
fixed: Fixed in HEAD and 7.0 by: […]
07:42 Ticket #4814 (Nasty bug in RULE matching) closed by igloo
fixed: Merged.
07:42 Ticket #4469 (recompilation or build system bug) closed by igloo
fixed: Merged.
07:41 Ticket #4813 (Program hangs without -threaded option) closed by igloo
fixed: Merged.
07:41 Ticket #4811 (Internal error: throwTo: unrecognised why_blocked value) closed by igloo
fixed: Merged
05:54 Ticket #4828 (ghci fails to load fat binary archives on OS X) created by gwright
ghci crashes when loading fat binary archives (i.e., multi-architecture …
05:29 Ticket #4822 (build failures on ARM linux with gcc4.5) closed by simonmar
duplicate: closing as duplicate of #4523
04:06 Internships edited by simonmar
(diff)
04:01 Ticket #4504 ("awaitSignal Nothing" does not block thread with -threaded) closed by simonmar
fixed: Applied, thanks: ghc patch: […] libraries/unix patch: […]
04:00 DataParallel/Dec2010Release edited by chak
(diff)
01:33 Ticket #1578 (darcs-all work around for darcs Issue 467) closed by simonmar
worksforme: closing... thanks @michalt
00:18 Status/SLPJ-Tickets edited by simonpj
(diff)

12/08/10:

21:07 Ticket #4827 (Data.Array.IO.hPutArray/hGetArray ignore count argument) created by dylex
The ghc versions of hGetArray and hPutArray in Data.Array.IO in the array …
18:27 DataParallel/Dec2010Release edited by chak
(diff)
18:27 DataParallel/BenchmarkStatus edited by chak
(diff)
18:23 DataParallel/Dec2010Release edited by chak
(diff)
12:49 Ticket #2842 (http://darcs.haskell.org/darcsweb/ throwing errors.) closed by michalt
fixed: The link in the description is dead, but …
04:51 HackSprint edited by jberthold
Added agenda note about ghc-HEAD, grouped system development items (diff)
04:40 DataParallel/Dec2010Release edited by rl
(diff)
04:36 Ticket #4826 (RTS flag documentation) created by Orphi
Section 4.16 of the GHC 7.0.1 User Guide claims that "Giving a +RTS -f …
04:26 DataParallel/Dec2010Release edited by chak
(diff)
04:22 DataParallel/Dec2010Release edited by chak
(diff)
04:18 DataParallel/Dec2010Release edited by chak
(diff)
04:15 DataParallel/Dec2010Release edited by chak
(diff)
03:44 Ticket #4493 (Child from forkProcess calls select/read on parent's Handle, stealing data ...) closed by simonmar
invalid: This is lazy I/O. What is happening is that the filename passed to the …
03:11 Ticket #4825 (DLLs not documented consistently) created by Orphi
Currently half of the GHC 7.0.1 User Guide claims that dynamic linking …
02:53 Ticket #4824 (Windows: Dynamic linking doesn't work out-of-the-box) created by Orphi
I did this: 1. Download and install GHC 7.0.1 2. Compile HelloWorld.hs

12/07/10:

21:25 DataParallel/Dec2010Release edited by chak
(diff)
21:20 DataParallel/Dec2010Release created by chak
21:09 DataParallel edited by chak
(diff)
21:07 DataParallel/WorkPlan edited by chak
(diff)
21:06 DataParallel/WorkPlan edited by chak
(diff)
14:40 HackSprint edited by hwloidl
(diff)
11:53 Ticket #4294 (hClose003 test failes on Solaris/OpenBSD on i386/x86 host) closed by igloo
fixed: Aha, looks like it's this: […] Fixed in HEAD and 7.0.
08:46 Ticket #4823 (Loop strength reduction for array indexing) created by tibbe
Indexing into a ByteArray# in a loop is currently more expensive than …
02:41 Ticket #4820 ("Invalid object in isRetainer" when doing retainer profiling in GHC 7 ...) closed by dleuschner
invalid: I tried, but I cannot reproduce this bug. I also happens with our version …
00:51 Ticket #4822 (build failures on ARM linux with gcc4.5) created by jani@…
On Ubuntu, since switching to gcc4.5 ARM builds fail when linking. Here's …

12/06/10:

23:59 DataParallel/BenchmarkStatus edited by benl
(diff)
23:56 DataParallel/BenchmarkStatus edited by benl
(diff)
23:49 DataParallel/BenchmarkStatus edited by benl
(diff)
23:45 DataParallel/BenchmarkStatus edited by benl
(diff)
23:43 DataParallel/BenchmarkStatus edited by benl
(diff)
23:27 DataParallel/BenchmarkStatus edited by benl
(diff)
23:21 DataParallel/BenchmarkStatus edited by benl
(diff)
18:17 DataParallel/BenchmarkStatus edited by benl
(diff)
18:15 DataParallel/BenchmarkStatus edited by benl
(diff)
15:14 Commentary/Libraries edited by ezyang
Add note about avoiding references to exception code (diff)
13:24 Ticket #1107 (Incorrect error message when there is a dot in the package name.) closed by michalt
wontfix: Not really about GHC and Visual Haskell seems to be dead. Btw. this is …
13:16 Ticket #1099 (Visual Haskell crashes when ".." is used in hs-source-dirs) closed by michalt
wontfix: This is not a bug in GHC and Visual Haskell seems dead anyway.
12:47 Ticket #4821 (Passing -optP-traditional to the preprocessor breaks the build.) created by gwright
The build of 7.0.1 breaks when the preprocessor is explicitly specified by …
03:19 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)

12/05/10:

23:56 Ticket #4820 ("Invalid object in isRetainer" when doing retainer profiling in GHC 7 ...) created by dleuschner
Now that issue #4362 is fixed I was doing some retainer profiling with the …
22:35 Ticket #4819 ([PATCH] undefined symbols; mixed architecture build) created by altaic
Machine: […] Bootstrap GHC Info: […] Configure …
22:24 Ticket #4818 ([PATCH] OSX: undefined symbols; isysroot misconfiguration) created by altaic
Machine: […] Bootstrap GHC Info: […] Note: Other …
19:29 Ticket #4817 (Missing new flags description in the user guide) created by andressr
In section 4.8. Warnings and sanity-checking of the user guide, there are …
17:05 DataParallel/BenchmarkStatus edited by benl
(diff)
17:02 DataParallel/BenchmarkStatus edited by benl
(diff)
17:01 DataParallel/BenchmarkStatus edited by benl
(diff)
17:01 DataParallel/BenchmarkStatus edited by benl
(diff)
16:43 DataParallel/BenchmarkStatus edited by benl
(diff)
12:19 Ticket #4362 (error in multithreaded program "epollControl: does not exist (No such file ...) closed by dleuschner
fixed: I can confirm that a checkout of the GHC 7 branch with Bryans patches from …
09:32 Ticket #4146 (6.12.3 out, user guide not) closed by igloo
fixed: Now points at the right place.
09:31 Ticket #4478 (Exporting the same entity twice should not be a warning) closed by igloo
fixed: Applied, thanks!
09:30 Ticket #3165 (:history throws "Irrefutable pattern failed" exception) closed by igloo
fixed: Applied, thanks!
09:30 Ticket #4502 (Add a Read instance for Data.Fixed.Fixed) closed by igloo
fixed: Applied.
09:29 Ticket #4422 (Export String from Data.String) closed by igloo
fixed: Applied, thanks!

12/04/10:

17:59 Ticket #4816 (DeriveFunctor should not require a functor instance for functorial data ...) created by batterseapower
This program: […] Produces this error: […] But there is …

12/03/10:

22:43 Building/Preparation/Linux edited by tianyicui
(diff)
22:43 Building/Preparation/Linux edited by tianyicui
(diff)
10:00 Ticket #4803 ("can't find a register in class ‘BREG’ while reloading ‘asm’" - problem ...) closed by igloo
invalid: Thanks for the report. However, this doesn't look like a GHC bug to me. …
07:34 Ticket #4815 (Instance constraints should be used when deriving on associated data types) created by batterseapower
Consider this program: […] This does not compile, giving this error …
Note: See TracTimeline for information about the timeline view.