Timeline


and

07/01/10:

09:39 Ticket #4164 (stm-2.1.2.0 build failure on GHC < 6.10) created by j3h
[…] The same build failure occurs on GHC 6.8 stm-2.1.1.2 or earlier …
08:34 Building/QuickStart edited by simonmar
(diff)
08:32 Building/Windows edited by simonmar
(diff)
08:29 Building/QuickStart edited by simonmar
direct hackers elsewhere (diff)
08:26 Building/Hacking edited by simonmar
Reorganise a bit (diff)
07:13 Ticket #4163 (Make cross-compilation work) created by simonmar
See CrossCompilation.
07:12 CrossCompilation created by simonmar

06/30/10:

12:38 Ticket #4162 (GHC API messes up signal handlers) created by jcpetruzza
A side-effect of using the runGhc function is that some signal …
10:39 Ticket #4161 (Space leak with lazy splitAt and (++)) created by guest
I have a program that does essentially let (prefix,suffix) = splitAtLazy …
08:57 Ticket #4153 (GHCi linker should load archives) closed by simonmar
duplicate: closing as duplicate of #3345
08:52 Ticket #4151 (Validate fails with GhcRtsWithPapi = YES) closed by simonmar
fixed: Applied, thanks: […]
08:50 Ticket #4134 (ghc-pkg register should reject relative paths) closed by simonmar
fixed: Fixed: […]
08:45 Commentary/Compiler/Backends/LLVM/WIP edited by dterei
(diff)
08:44 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Remove label problem as fixed. (diff)
07:55 Commentary/Compiler/Backends/LLVM edited by dterei
(diff)

06/29/10:

07:24 Ticket #4160 (Panic! at the HEAD) created by LouisWasserman
HEAD panics, but 6.12.1 doesn't, at the following module: […]
02:25 Ticket #4159 (move Monad and MonadFix instances for Either from mtl to base) created by ross
These patches move the Monad and MonadFix? instances for Either (currently …

06/28/10:

01:17 Ticket #4158 (Non-ASCII author name breaks ghc-pkg recache) created by andersk
[…] The author’s name, Jürgen Nicklisch-Franken, is written in UTF-8 …

06/27/10:

19:57 Ticket #4157 (A bug of dropWhileR in Data.Sequence) created by kazu-yamamoto
The document of dropWhileR says: dropWhileR p xs is equivalent to reverse …
09:59 Ticket #4156 (globbing not switched off? interferes with substring matching) created by claus
On windows, ghc-pkg needs to be linked with a CRT_noglob.o (setting …

06/25/10:

20:24 Ticket #4155 (HAVE_LIBM test doesn't work) created by donn
The AC_SEARCH_LIBS test in configure.ac will always set HAVE_LIBM=1, …
16:14 Ticket #4086 (Data.List 'nub' function is O(n^2)) closed by igloo
fixed: Docs tweaked.
16:12 Ticket #3952 (add machdepCCOpts to runPhase_MoveBinary) closed by igloo
fixed: Fixed
08:01 Ticket #4154 (Deadlock in Chan module) created by NeilMitchell
The following program: […] Gives the output: […] I think that's …
06:47 Commentary/Compiler/Backends/LLVM/Design edited by dterei
Remove llvm-as stage since we don't use it (diff)
05:00 Status/SLPJ-Tickets edited by simonpj
(diff)
04:54 Status/SLPJ-Tickets edited by simonpj
(diff)
03:35 Ticket #2539 (panic when using .o files from the wrong platform) closed by igloo
fixed: GHC now interprets the source if you do this.
03:28 Ticket #4152 (Add support for collecting native events with PAPI) closed by simonmar
fixed: Applied, thanks: […]
03:24 Ticket #4137 (real/veritas/DerivedRules.hs features invalid multibyte/wide char) closed by simonmar
fixed: Fixed: […]

06/24/10:

17:30 Ticket #3364 (calling "ghc -H" panics) closed by igloo
fixed: Fixed.
13:46 Ticket #3059 (3 different behaviours depending on profiling settings and on a ...) closed by igloo
invalid: No response from submitter, and it's not clear to me that there's …
11:07 Ticket #4153 (GHCi linker should load archives) created by batterseapower
It looks like the GHCi linker doesn't look for '.a' files, only '.o's, …
10:46 Ticket #4034 (GHC > 6.10 fails to build on PowerPC / MacOS X Leopard) closed by igloo
fixed: Closing, as it doesn't happen in the HEAD.
10:39 Ticket #2609 (Compiling with -O2 is 7x slower than -O) closed by igloo
fixed: -fvia-C is now deprecated.
09:57 Ticket #2428 (bad error message for multiple modules in the same file) closed by igloo
wontfix: It's tricky to fix the […] error, as GHC is deliberately not parsing …
09:43 Ticket #2416 (Optimization defeated by merging module into main) closed by igloo
fixed: Performance of both is now the same, and both have D#s in the …
09:33 Ticket #2422 (Unrelated instance foils optimizer) closed by igloo
fixed: The core is now the same with and without the instance.
09:07 Ticket #4141 (Inconsistant .hi or .hi-boot compilation error) closed by igloo
worksforme: Thanks for letting us know, Orion.
08:58 Ticket #2583 (printf %s is not lazy enough) closed by igloo
wontfix: I think it would be best to make a …
08:56 Ticket #2559 (Haddock: Prelude docs are missing Bool, Int, Integer) closed by igloo
fixed: Looks like this is all fixed now.
07:32 Ticket #4144 (Exception: ToDo: hGetBuf - when using custom handle infrastructure) closed by simonmar
fixed: This should fix it: […] if it doesn't find an FD in the Handle, it …
04:42 Ticket #3449 (Unavoidable "unused bindings" warnings in boot files) closed by igloo
fixed: Fixed.
04:39 Ticket #3389 (CPP strips out C-style comments) closed by igloo
wontfix: I think the default will have to stay as it is (i.e. stripping C …

06/23/10:

19:45 Ticket #4152 (Add support for collecting native events with PAPI) created by dmp
The PAPI support in the RTS allows users to collect a group of preset PAPI …
19:32 Ticket #4151 (Validate fails with GhcRtsWithPapi = YES) created by dmp
Validation fails when validating with PAPI support (i.e. GhcRtsWithPapi? = …
16:38 Ticket #4150 (CPP+QuasiQuotes confuses compilation errors' line numbers) created by yairchu
doing an #include of multi-line files inside QuasiQuotes? makes GHC report …
15:06 Ticket #2839 (Integer not documented in latest docs) closed by igloo
fixed: The haddock bug is now fixed, and I've re-hidden GHC.Integer from …
13:55 Ticket #1338 (base package breakup) closed by igloo
fixed: I don't think any more will happen on this without someone making …
13:48 Ticket #3445 (":show modules" Panic) closed by igloo
invalid: No response from submitter.
13:46 Ticket #3394 (Make Permissions type abstract) closed by igloo
fixed: Done: #4149.
13:42 Ticket #4149 (Make Permissions type abstract) created by igloo
The Permissions type in System.Directory aims to be a …
09:45 Ticket #3276 (FilePath.addTrailingPathSeparator "" = "/") closed by igloo
wontfix: I think we'll need a …
08:38 Status/SLPJ-Tickets edited by simonpj
(diff)
08:38 Status/SLPJ-Tickets edited by simonpj
(diff)

06/22/10:

18:02 Ticket #4148 (improve new recursive do syntax) created by guest
This is a request for an adjustment of the syntax for the new recursive do …
16:38 Ticket #4037 (ghc/ghc-6.12.1 interacts strangely with quoted command line parameters) closed by igloo
fixed: Thanks for the report; I've changed it so that our shared C-wrapper code …
11:07 Ticket #4147 ('withFilePath' not in scope, windows build, using base 4.1.0.0) created by lcasburn
The cabal file indicates that directory>=1.0.1.0 should install correctly …
09:57 Commentary/Compiler/Backends/LLVM/Design edited by dterei
Add brief description of handling TNTC (diff)
09:15 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
(diff)
07:04 Ticket #4145 (Interpreter mode can not parse list with 30k entries ...) closed by igloo
duplicate: Thanks for the report. Happily, this is already fixed in the 6.12 releases …
06:22 Contributors edited by igloo
Move some people to the "past contributors" list (diff)
06:14 Contributors edited by igloo
Typesetting only (diff)
06:11 Contributors edited by igloo
Add David Terei (diff)

06/21/10:

02:24 Debugging/LowLevelProfiling/Perf edited by simonmar
Name changed from Debugging/LowLeverProfiling/Perf to … (diff)
01:10 Ticket #4029 (ghci leaks memory when loading a file) closed by simonmar
fixed: This is fixed in HEAD, I've no idea why the fix didn't work in the 6.12 …

06/20/10:

22:16 Ticket #4146 (6.12.3 out, user guide not) created by japple
http://www.haskell.org/ghc/docs/latest/html/users_guide/index.html still …
22:08 Ticket #4145 (Interpreter mode can not parse list with 30k entries ...) created by dariomx
Hello Haskellers, I have something to report about the interpreter mode …
20:47 Ticket #4144 (Exception: ToDo: hGetBuf - when using custom handle infrastructure) created by AntoineLatter
When trying to use the custom handle infrastructure, hGetContents fails …
06:52 Ticket #3963 (Entered absent arg) closed by igloo
fixed: No response from submitter; assuming Simon's patch fixed it.
06:51 Ticket #4000 (The impossible happened) closed by igloo
invalid: No response from submitter
06:50 Ticket #4069 (ASSERTION FAILED: file rts/Schedule.c, line 1305) closed by igloo
invalid: No response from submitter.
06:38 Ticket #3758 (Huge regression in concurrent app performance and reliability under ...) closed by igloo
fixed: Assuming this is fixed by the above patch.
06:22 Ticket #4115 (hsc2hs puts linker flags before object file, causes linker errors) closed by igloo
fixed: Applied, thanks
06:22 Ticket #4110 (hsc2hs gives bad error message when it cannot execute the generated ...) closed by igloo
fixed: Applied, thanks
06:21 Ticket #1789 (New warning: missing import lists) closed by igloo
fixed: Patch applied, thanks
06:13 Ticket #3474 (Add a strict variant of iterate to Data.List) closed by igloo
wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
06:13 Ticket #3456 (Add FilePath -> String decoder) closed by igloo
wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
06:12 Ticket #3455 (Add a setting to change how Unicode encoding errors are handled) closed by igloo
wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
06:11 Ticket #3446 (Library enhancement request: Data.Maybe.justIf) closed by igloo
wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
06:11 Ticket #3339 (Data.Monoid: Add (<>) as a synonym for mappend) closed by igloo
wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
06:11 Ticket #3324 (Add Foldable and Traversable instances for ((,) a)) closed by igloo
wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
04:30 Ticket #3800 (sizeofByteArray# returns allocated words, not requested length in bytes) closed by igloo
fixed: Patch applied, thanks!
03:41 Ticket #3817 (mangler fails with gcc-4.3.x and gcc-4.1.2 on sparc; suggest disabling ...) closed by igloo
wontfix: -fvia-C is now deprecated

06/19/10:

17:50 Ticket #4143 (Data.Set can overflow Int on balance check) closed by guest
invalid: With Jim on the #haskell channel, we worked out that this case can never …
15:55 Ticket #4143 (Data.Set can overflow Int on balance check) created by japple
Data.Set uses Ints to track tree sizes. Rotation decisions, however, are …
12:12 Debugging/LowLevelProfiling/Perf created by simonmar
11:50 Debugging/LowLevelProfiling edited by simonmar
(diff)
11:18 Ticket #2380 (Adjustor.o crash compiling ghc 6.8.3 on iBook G4 10.4.11) closed by igloo
wontfix: Bus error in the 6.8 branch, and on a non-tier-1 platform, so closing.
11:00 Ticket #2249 (Undeclared variable in cmm reports as panic) closed by igloo
wontfix: Given Simon's message, and the amount of time this has lingered, I'll …
10:07 Ticket #2444 (gtk2hs 0.9.13 fails to build on ppc due to bad code generated with -fvia-C) closed by igloo
wontfix: -fvia-C is now deprecated, and Linux PPC is not a tier 1 platform, so …
10:03 Ticket #2012 (compiling via-C does not work on ppc) closed by igloo
wontfix: -fvia-C is now deprecated, and OS X PPC is not a tier 1 platform, so I'm …
09:08 Ticket #3822 (guards in arrow notation (Arrows extension) case statement cause compiler ...) closed by igloo
fixed: Thanks! Test added. Not merging, as we won't be making another 6.12 …
08:22 Ticket #2615 (ghci doesn't play nice with linker scripts) closed by igloo
fixed: Didn't get merged

06/18/10:

08:16 Ticket #4142 (directory fails to upgrade/build) created by daniel4277
In a ghci session on a Windows 7 system, I tried to install a package …
07:18 Ticket #4141 (Inconsistant .hi or .hi-boot compilation error) created by odj
I get the following message from GHC and GHCI when compiling. I am using …
05:10 AmazonEC2 edited by simonmar
(diff)
05:09 AmazonEC2 edited by simonmar
(diff)
03:12 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
(diff)
03:11 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
Add in using information (diff)
03:01 Commentary/Compiler/Backends/LLVM edited by dterei
Add in new llvm paper linki (diff)
02:59 AmazonEC2 edited by simonmar
(diff)
02:58 AmazonEC2 edited by simonmar
(diff)
02:58 Commentary/Compiler/Backends/LLVM/WIP edited by dterei
Update tntc status (diff)
02:54 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
update now that tntc is supported (diff)
02:52 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
Update now that llvm is in ghc head and supports tntc (diff)

06/17/10:

15:58 Ticket #4095 (add Applicative instance for Either) closed by ross
fixed: Supported by Edward Kmett, Henning Thielemann, Yitzchak Gale, Bas van Dijk …
15:11 Ticket #4104 (ghc-pkg refuses to register packages if some include directories don't ...) closed by igloo
fixed: Fixed by: […]
14:50 Ticket #4140 (dynHelloWorld(dyn) fails in an unreg build) created by igloo
In an unregisterised build, dynHelloWorld(dyn) is failing: there is …
13:27 Ticket #3663 (Unreg build fails when haddocking dph-seq) closed by igloo
fixed: Fixed by: […]
10:19 Ticket #781 (GHCi on x86_64, cannot link to static data in shared libs) closed by igloo
fixed: The session in the description now works, and getEnvironment01 passes …

06/16/10:

09:23 Ticket #4139 (Spurious non-exhaustive pattern match warnings are given using GADTs) created by blarsen
When using slightly complicated GADTs, GHC gives me erroneous …
08:57 Ticket #4138 (Performance regression in overloading) created by simonmar
The following program goes 25% slower with HEAD compared to 6.12.3: …
04:21 Ticket #4137 (real/veritas/DerivedRules.hs features invalid multibyte/wide char) created by TristanAllwood
Around line 113 of real/veritas/DerivedRules.hs features the …

06/15/10:

09:37 Ticket #4080 (Use libcharset instead of nl_langinfo(CODESET) if possible.) closed by igloo
fixed: Applied.
09:37 Ticket #4109 (Make Data.Map.insertWith' and friends consistently force the value ...) closed by igloo
fixed: Patch applied.
09:36 Ticket #3232 (Remove registerised -fvia-C) closed by igloo
fixed: -fvia-c is now deprecated, and will be removed in a future release.
08:23 Ticket #4136 (Automatically derived Read of operator is not inverse of automatically ...) created by dsf
This program fails as shown below using ghc 6.13 snapshot 20100519 […] …
06:58 Ticket #4049 (Support for ABI versioning of C libraries) closed by simonmar
wontfix: In GHC we don't currently support the kind of ABI versioning you get in C …
06:33 Ticket #4123 (Control.Concurrent.MVar doesn't need to depend on the Prelude) closed by simonmar
fixed: Done. The attached patch depended on a patch by bos that I don't have, so …
06:32 Ticket #4122 (Data.Monoid doesn't need to depend on the Prelude) closed by simonmar
fixed: Done. The attached patch depended on a patch by bos that I don't have, so …
06:31 Ticket #4057 (Modifying TVar after calling always causes freeze/spin in GHCi) closed by simonmar
fixed: Fixed: […]
04:35 Ticket #4039 (problems with semaphores in ghc-6.10.4 unix-2.3.2.0) closed by simonmar
fixed: I think this is probably the bug we fixed in this patch: […] The fix …
03:10 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Add repa segfault (diff)
00:19 Ticket #4127 (Template haskell instance declaration quotations with members don't work ...) closed by simonpj
fixed: Excellent point. You've flushed out a long-lurking bug -- thank you. …

06/14/10:

19:49 Ticket #4135 (Can't Quote Instance Associated Types in Template Haskell) created by Ashley Yakeley
Give this a whirl: […] […]
14:45 Ticket #4134 (ghc-pkg register should reject relative paths) created by duncan
Consider this output from ghc-pkg describe […] This relative path is …
10:05 Ticket #4126 (Order of members reversed when a template haskell instance declaration ...) closed by simonpj
fixed: Excellent point. Thanks for reporting this. Fixed by […] It's fairly …
08:57 Ticket #4120 (Iface type variable out of scope in cast) closed by simonpj
fixed: Fixed by […] Simon
03:39 Ticket #3763 (make -j8 fails for ghc-6.12.1-pre) closed by igloo
fixed: Thanks for the report. Happily, this is already fixed in the HEAD. 6.12 …
03:12 Ticket #4125 (Template haskell rejects duplicate instances before they're spliced) closed by simonpj
invalid

06/13/10:

13:10 Ticket #4119 (File buffering isn't flushed at exit) closed by igloo
invalid: This is an example of how finalizers aren't guaranteed to be run. If you …
12:46 Ticket #4116 (Type supplement for constructor specific uses of sum types) closed by igloo
invalid: I think a proposal for a type system extension like this would be better …
12:04 Ticket #4133 (-fvia-C option does not work on ppc with Linux) closed by igloo
wontfix: PPC/Linux is not a tier 1 platform, so we don't actively …
11:49 Ticket #4133 (-fvia-C option does not work on ppc with Linux) created by Mikolaj
Tested on the just released 6.12.3 and Debian's ghc6_6.12.1-13, processor …
11:25 Ticket #4113 (canonicalizePath "" returns noise) closed by igloo
fixed: Fixed: […] It already seems to be fixed on Windows.
10:16 Ticket #4130 (Shared Object of libHShaskell98 Not Found) closed by igloo
fixed: If this is 6.12-only then it's not an issue as we don't intend to do any …
10:14 Ticket #4132 (Generate .o, .dyn_o, .p_o etc. simultaneously) closed by igloo
wontfix: Not as much work can be shared as you might expect. For example, when …
06:08 Contributors edited by juhpetersen
update Fedora to Haskell SIG (diff)
06:05 Contributors edited by juhpetersen
fedora extras is long part of part (diff)
04:52 Ticket #4061 (Implement mutually recursive view patterns) closed by igloo
wontfix: I'm closing this ticket as we don't see a way to make progress on it.
03:56 Ticket #4054 (Configure script for Linux binary does not check for libgmp) closed by igloo
wontfix: Thanks for the report. However, the bindist configure script isn't …
03:45 Ticket #4042 (Order of declarations affects the correctness of reported error.) closed by igloo
Didn't get merged.

06/12/10:

21:36 Ticket #4132 (Generate .o, .dyn_o, .p_o etc. simultaneously) created by ksf
I guesstimate there's a lot of work being unnecessarily duplicated when …
16:21 WikiStart edited by Mikolaj
hurray! we have a new release! (diff)
12:52 Ticket #4111 (Sample GHCi session for 6.12.1 user guide shows 6.8.1) closed by igloo
fixed: Applied, thanks: […]
02:45 Ticket #4131 (Crash in messageBlackHole() on SPARC) closed by benl
fixed
00:00 Milestone 6.12.3 completed

06/11/10:

05:05 Commentary/Compiler/Backends/LLVM/Design edited by dterei
add info on cmmproc handling (diff)
04:09 Commentary/Compiler/Backends/LLVM edited by dterei
(diff)
04:09 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
Remove validate stuff since not really useful info (diff)
04:08 Commentary/Compiler/Backends/LLVM/Issues edited by dterei
(diff)
04:08 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
fix heading levels (diff)
04:06 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
move design issues into here (diff)
03:59 Commentary/Compiler/Backends/LLVM edited by dterei
Change name of notes to bugs (diff)
03:59 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Change page name to reflect actual content (diff)
03:34 Commentary/Compiler/Backends/LLVM/WIP edited by dterei
Add in small todo notes and rearrange big items to reflect order of … (diff)
03:28 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Remove todo and put in WIP page instead (diff)

06/10/10:

21:13 Ticket #4131 (Crash in messageBlackHole() on SPARC) created by benl
Compile the attached program on a SPARC T2: […] Run with a large …
01:21 Building/Preparation/Windows edited by simonmar
(diff)

06/09/10:

09:43 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Take out some done items (diff)
09:40 Commentary/Compiler/Backends/LLVM/Design edited by dterei
(diff)
09:40 Commentary/Compiler/Backends/LLVM/Issues edited by dterei
Remove shared code issue as fixed. (diff)
09:38 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
Update patch (diff)
06:11 Ticket #4130 (Shared Object of libHShaskell98 Not Found) created by pgj
There is dynamic linking problem with the recent GHC-STABLE sources, …

06/08/10:

16:13 Ticket #4129 (Template haskell API makes inconsistent use of [Q Dec], Q [Dec] and Q Dec) created by lilac
Template haskell declaration quotations produce Q [Dec]. However, all of …
16:01 Ticket #4128 (Can't capture classes inside a template haskell type quotation) created by lilac
GHC rejects the following: […] with the error: […] This is …
15:51 Ticket #4127 (Template haskell instance declaration quotations with members don't work ...) created by lilac
Inside GHCi, the following quotation fails: […] The same error seems …
15:49 Ticket #4126 (Order of members reversed when a template haskell instance declaration ...) created by lilac
This broken file: […] Gives the following error: […] The error …
15:40 Ticket #4125 (Template haskell rejects duplicate instances before they're spliced) created by lilac
Suppose I want to see (from within ghci) how to write an instance …
15:35 Ticket #4124 (GHC rejects instance quotations with splices in the instance head) created by lilac
I think the following code should be accepted. […] GHC disagrees, …
05:59 Ticket #4123 (Control.Concurrent.MVar doesn't need to depend on the Prelude) created by tibbe
Control.Concurrent.MVar currently depends on the Prelude, causing an …
05:47 GettingStarted edited by simonmar
(diff)
00:57 Ticket #4122 (Data.Monoid doesn't need to depend on the Prelude) created by tibbe
Data.Monoid currently depends on the Prelude, causing an import cycle …

06/07/10:

13:21 Ticket #4118 (GHC forces gcc version on mingw32) closed by duncan
wontfix: This is the intended behaviour. We cannot by default rely on an existing …
08:31 Ticket #4121 (Refactor the plumbing of CafInfo to make it more robust) created by dterei
While comping GHC Head using the devel1 flavour and ghc-6.12.2 as the …
00:52 Ticket #4120 (Iface type variable out of scope in cast) created by benl
Compiling the following module against vector-0.6 or 0.7: […] …

06/06/10:

04:58 Ticket #3982 (Random instance for Double can generate values out of requested range) closed by igloo
fixed: Applied, thanks!
04:47 Ticket #3984 (Handle multiline input in GHCi history) closed by igloo
fixed: Applied, thanks!

06/05/10:

03:48 Ticket #4119 (File buffering isn't flushed at exit) created by EyalLotem
In C, there's an atexit handler to fflush all FILE* files. In most other …

06/04/10:

14:41 Ticket #4118 (GHC forces gcc version on mingw32) created by uzytkownik
GHC forces internal gcc version on mingw32 instead of using system one.
14:38 Ticket #4117 (GHC does not accept --srcdir) created by uzytkownik
GHC does not accept --srcdir during building. (Yes - I know of error but …
13:18 Ticket #3947 (ghc: panic! (the 'impossible' happened)) closed by simonmar
duplicate: Dup of #3435.
10:54 Ticket #4116 (Type supplement for constructor specific uses of sum types) created by gabrielrf
Benefits: Avoid error calls (runtime), exception control and Maybe …
08:05 Ticket #4115 (hsc2hs puts linker flags before object file, causes linker errors) created by guest
I'm trying to write a Haskell wrapper for a C library (called unibilium) …
05:53 Ticket #4107 (Extra parens in error message's displayed code) closed by simonpj
fixed: Good point. Fixed by […] Simon

06/03/10:

09:42 Commentary/Rts/Config edited by henrique
(diff)
06:42 Ticket #4076 (Add Applicative instance for STM) closed by simonmar
fixed: Done: […]
06:41 Ticket #4077 (Move MonadPlus instance for STM from Control.Monad.STM to GHC.Conc) closed by simonmar
fixed: Done, adding some version #ifdefs so as not to break the stm package for …
06:39 Ticket #4100 (ghci should use UserInterrupt exception from base, not private Interrupted ...) closed by simonmar
fixed: Done: […]
06:38 Ticket #4106 (undefined reference to `__stg_EAGER_BLACKHOLE_INFO') closed by simonmar
fixed: Please try now: […] re-open the ticket if the problem still persists.
06:37 Ticket #4103 (report location of global package db in ghc --info) closed by simonmar
fixed
04:34 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Add bug about HRay crashing (diff)

06/02/10:

14:37 Ticket #4114 (Add a flag to remove/delete intermediate files generated by GHC) created by guest
See for example …
11:34 Ticket #4113 (canonicalizePath "" returns noise) created by bkomuves
Apparently […] returns random noise on both Windows and Linux (GHC …
06:59 Ticket #4112 (Building GHC with local libgmp.a fails) created by Itkovian
I am trying to build the darcs head of GHC on a platform where I have no …
06:39 Ticket #3181 (Regression in unboxing) closed by igloo
invalid: No response from submitter, so closing.

06/01/10:

16:51 Ticket #4111 (Sample GHCi session for 6.12.1 user guide shows 6.8.1) created by YitzGale
This page is only three clicks away from "Get the Haskell Platform". It …
15:18 Ticket #4009 (can newtype be extended to permit GADT-like declarations) closed by simonpj
invalid: It's fundamental. Suppose we had […] This is fine. Matching on the …
12:54 Ticket #3911 (HughesPJ.vcat should behave like 'foldr ($$) empty', not like 'foldr ($+$) ...) closed by igloo
fixed: Thanks, patch applied and test added.
12:12 Ticket #3594 (ppc stage1 panic for --enable-shared) closed by igloo
fixed: Thanks, patch applied.
09:42 Ticket #4040 (Eq instance for Data.Data.DataType) closed by igloo
wontfix: I'm going to close this, as it's not clear to me what the right thing to …
Note: See TracTimeline for information about the timeline view.