Timeline


and

04/23/11:

16:54 Ticket #5123 (T706 failed due to reading dot-ghci file) closed by igloo
fixed: Thanks for the patch; it's been applied as …

04/22/11:

18:54 Commentary edited by megacz
Plead with editors to keep the commentary somewhat more coherent than the … (diff)
18:42 Commentary/MigratingOldCommentary edited by megacz
"Mindboggling Makefiles" has been migrated. (diff)
18:40 Commentary/GettingStarted created by megacz
18:32 Commentary edited by megacz
add "getting started" page, re-arrange subchapters (diff)
18:30 Commentary edited by megacz
remove non-commentary links from the commentary's table of contents (I … (diff)
18:23 Commentary/MigratingOldCommentary edited by megacz
"Outline of the Genesis" is a bunch of obsolete build-machinery advice (diff)
18:22 Commentary/MigratingOldCommentary edited by megacz
checked that all important information in first section is in the … (diff)
18:19 Commentary edited by megacz
link to commentary-migration-status page (diff)
18:18 Commentary/MigratingOldCommentary created by megacz
create page to track migration of commentary content
16:50 Ticket #4839 (RTS assertion failure when heap profiling threaded programs.) closed by igloo
worksforme: I'll close this ticket. Ben, please reopen if you can still reproduce …
08:34 Ticket #5122 (Faster conversion between Rational and Double/Float) closed by igloo
fixed: Applied, thanks
08:33 Ticket #5124 (Improve documentation for Data.Traversable.fmapDefault) closed by igloo
fixed: Applied, thanks
08:32 Ticket #5139 (Output ELF .size directives) closed by igloo
fixed: Applied, thanks
05:28 Ticket #5151 (Switch to upstream binary repo) created by igloo
We should be lagging this binary repo: …
02:35 Ticket #5150 (GHC should support -x objective-cpp, as well) created by scpmw
This is a follow-up to #5025: Adding objective-c is just part of the …

04/21/11:

18:31 Building/Using edited by megacz
explain that "cd ghc" takes you deeper into the source tree, not into the … (diff)
16:40 Status/May11 edited by dterei
remove llvm stuff as not really any significant news. (diff)
14:18 Ticket #5149 (NaNs produced by sorting mutable Double vectors) created by daniel.is.fischer
Under some circumstances, sorting vectors introduces NaNs into them when …
11:09 Ticket #5148 (ghci :set +s yields absurd negative times) created by applicative
[…]
06:43 Ticket #5084 (Error message with INLINE/SPECIALISE pragma for class method) closed by simonpj
fixed: I found a much simpler way to do this, in TcClassDcl. However it's in …
06:37 Ticket #5113 (Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12 ...) closed by simonpj
fixed: The HEAD seems fine with your Test file, which is good. I've turned it …
05:46 Ticket #5147 (GHCi ignores missing instance) created by boris
GHCi loads modules M1 and M2. Then when Show instance in M1 is removed, …
01:04 Ticket #5126 (Splicing a type into a signature decl within a decl quotation panics with ...) closed by simonpj
fixed: Thanks! Fixed by […]
01:03 Ticket #5130 (Panic on simple scoped type variable example) closed by simonpj
fixed: Thanks for pointing this out. Fixed by […]
00:41 Commentary edited by simonpj
(diff)
00:07 Ticket #5146 (Skip all tests involving GHCi if GHCi is absent) created by peteg42
Quite a few tests in the GHC testsuite fail if GHCi is not present. …

04/20/11:

22:51 Debugging/LowLevelProfiling/Perf edited by tibbe
(diff)
14:45 Status/May11 edited by ezyang
update my section (diff)
14:04 GitForDarcsUsers edited by igloo
(diff)
13:34 WorkingConventions/FixingBugs edited by igloo
(diff)
13:33 WorkingConventions/FixingBugs edited by igloo
(diff)
13:33 GitForDarcsUsers edited by igloo
(diff)
09:23 Status/May11 edited by igloo
(diff)
08:11 Status/May11 edited by igloo
(diff)
08:08 Status/May11 edited by igloo
(diff)
06:47 Status/May11 edited by igloo
(diff)
06:47 Status/May11 edited by igloo
(diff)
06:04 Status/May11 edited by igloo
(diff)
05:57 Status/May11 edited by igloo
(diff)
05:39 Status/May11 edited by igloo
(diff)
05:30 Status/May11 edited by igloo
(diff)
05:29 Status/May11 edited by igloo
(diff)
05:10 Ticket #5145 (ghc 7.1 says "Use -fvia-C instead" but -fvia-C is gone) created by erikd
Compiling on linux-powerpc with "GhcUnregisterised?=YES" I get: […] …
04:34 Status/SLPJ-Tickets edited by simonpj
(diff)
04:33 Ticket #5144 (Pattern synonyms) created by simonpj
Lennart would like pattern synonyms. Something like […] where …
04:30 Ticket #5141 (syntax error in pretty-printed kind ascriptions) closed by simonpj
fixed: Thanks; I've commmited your change. Note, though, that it's likely that …
03:10 Ticket #5138 (TypeSynonymInstances should be enabled by default) closed by simonmar
wontfix: It's a sensible suggestion, however in GHC we accept Haskell 2010 (and …
02:59 Debugging/LowLevelProfiling/Perf edited by tibbe
(diff)
01:33 Ticket #5143 (Soft heap limit flag) created by simonmar
This came up in discussion on IRC yesterday. The +RTS -M<size> flag …
01:17 Ticket #5142 (stub header files don't work with the MS C compiler) created by simonmar
Specifically we need to conditionalise the stdcall annotation, using …

04/19/11:

17:56 Ticket #5134 (ghc-stage1: unrecognised flags: -fno-asm-mangling) closed by igloo
fixed: Fixed by changeset:17b16ea330efae9733bdf96e30b2759325f9c078
17:26 Ticket #5141 (syntax error in pretty-printed kind ascriptions) created by megacz
Program below; here's the output: […] Note how the first occurrence …
15:15 Ticket #5140 (Fix LLVM backend for PowerPC) created by erikd
LLVM backend does not work for PowerPC. From bug #5131 davidt says the …
14:59 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
more fixed (diff)
14:59 Ticket #5131 (linux-powerpc : panic in stage1 compiler) closed by dterei
fixed: OK I've 'fixed' this bug. However don't expect LLVM to work with a …
09:48 Ticket #5045 ("panic! (the 'impossible' happened)" compiling code using arrows and ...) closed by simonpj
fixed: Missing case in the HPC code […] Simon
09:47 Ticket #5041 (Incorrect Read deriving for MagicHash constructors) closed by simonpj
fixed: Fixed by […]
09:46 Ticket #5038 (internal error with rebindable if-then-else) closed by simonpj
fixed: Fixed by: […] Simon
09:09 Ticket #5139 (Output ELF .size directives) created by tibbe
This lets tools like Linux's perf events find out symbols and display them …
08:03 Status/May11 edited by igloo
(diff)
07:14 Ticket #5138 (TypeSynonymInstances should be enabled by default) created by mcandre
Source:  https://github.com/mcandre/genetics With {{{ {-# LANGUAGE …
07:06 Status/May11 created by igloo
07:06 Status edited by igloo
(diff)
05:18 Ticket #5137 (Time profiling often shows strange information) closed by simonmar
duplicate: thanks for the report; we already have a ticket for this: #4414
04:54 Ticket #5137 (Time profiling often shows strange information) created by augustss
For me it's very frequent that the "entries" column in the time profile is …
04:47 Ticket #5136 (linkerscript fix from #2615 breaks Darwin) closed by igloo
fixed: OK, thanks for letting us know. However, as 7.0 and HEAD compile fine with …
04:00 Debugging/LowLevelProfiling/Perf edited by tibbe
sudo isn't required (tested) (diff)
03:56 Debugging/LowLevelProfiling/Perf edited by tibbe
(diff)
03:53 Debugging/LowLevelProfiling/Perf edited by tibbe
(diff)
03:52 Debugging/LowLevelProfiling/Perf edited by tibbe
(diff)
03:51 Debugging/LowLevelProfiling/Perf edited by tibbe
Add instruction for installing on Ubuntu (diff)
02:59 Ticket #5028 (stage3 build failing with core-lint error) closed by simonmar
fixed: This is now fixed, the stage3 builds are going through fine.
01:39 Ticket #5136 (linkerscript fix from #2615 breaks Darwin) created by guest
The fix from ticket #2615 breaks compilation on Darwin as follows: […] …
01:13 Ticket #5135 (compilation failure on OS X 10.4 due to _POSIX_C_SOURCE) created by guest
In rts/PosixSource.h various standards and extensions are enabled. This …
00:45 WorkingConventions/Git edited by simonmar
(diff)

04/18/11:

22:35 Ticket #5134 (ghc-stage1: unrecognised flags: -fno-asm-mangling) created by erikd
Clean git checkout, copied mk/build.mk.sample to mk/build.mk, set …
08:48 Building edited by simonpj
(diff)
08:47 Building edited by simonpj
(diff)
08:47 Building edited by simonpj
(diff)
08:46 WorkingConventions/Git edited by simonpj
(diff)
08:45 Repositories edited by simonpj
(diff)
08:29 Ticket #5133 (Random instance for Float can generate values out of requested range) created by richardsenington
Recently I was using the standard random number generator and found it …
06:48 Ticket #5132 (Segfault on OS X in GHCi when using GHC API) created by nominolo
(This might be related to #5072.) I get a segfault when loading and …
03:26 WorkingConventions/Git edited by simonmar
(diff)
03:25 WorkingConventions/Git edited by simonmar
(diff)

04/17/11:

23:20 Ticket #5131 (linux-powerpc : panic in stage1 compiler) created by erikd
I was chasing a segfault that was occuring in the stage2 compiler (bug …
22:18 Ticket #5130 (Panic on simple scoped type variable example) created by john-nowak
When running GHCi with -XScopedTypeVariables: […] I'm unsure if this …
17:20 Ticket #5129 ("evaluate" optimized away) created by dons
Reported on Stackoverflow: …
11:47 Ticket #5080 (Recompilation bug: recomp008 failed) closed by igloo
fixed: fixed by changeset:c1e3e9f259b6d09e3a1f5b50284aec31fdecc007
09:36 Ticket #5047 (ghc fails to build if HOME is not seth) closed by igloo
fixed: Fixed in Cabal: […]
08:20 Ticket #1692 (GLUT timedCallback fires twice) closed by igloo
invalid: I'm going to close this ticket. If anyone thinks there's a GHC bug here, …
08:16 Ticket #1243 (Linking error of ALUT) closed by igloo
invalid: This doesn't look like it is a GHC bug, so I'm closing the ticket. Please …
07:21 Ticket #2902 (Example where ghc 6.10.1 fails to optimize recursive instance function ...) closed by igloo
fixed: Test added.
05:44 Ticket #2762 (Excessive heap usage) closed by igloo
fixed: Test added.
05:25 Ticket #5128 (Linker text reloc warning under Mac OS 10.7) created by jah
Compiling any Haskell program under the Mac OS 10.7 developer preview …
04:57 Ticket #1607 (seq can make code slower) closed by igloo
fixed: Stats from 10 runs: […] Looks like the strict code is now actually …

04/16/11:

16:27 Ticket #4817 (Missing new flags description in the user guide) closed by igloo
fixed: -fwarn-missing-import-lists was already documented in the HEAD, but I …
15:00 Ticket #4874 (Unnecessary reboxing when using INLINABLE) closed by igloo
fixed: I had a go, but I couldn't get a significant difference in the RTS stats.
14:58 Ticket #5127 (internal error heapCensus unknown object with +RTS -N -hT) created by claudiusmaximus
[…] The unknown object number varies between program runs, and I got a …
12:36 Ticket #4303 (Segfault in RTS (apparently only MacOS) FFI related?) closed by igloo
wontfix: Unfortunately, it's not clear whether this is really a GHC bug or a bug in …
12:31 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
add statuses (diff)
12:29 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
(diff)
12:28 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
(diff)
11:54 Ticket #5126 (Splicing a type into a signature decl within a decl quotation panics with ...) created by FSalad
Hello, trying to compile the attached file gives: […]
06:03 Ticket #5125 (SpecConstr messages should be reworded, and not be shown at standard ...) created by maltem
Currently GHC displays many messages about "specialisation over …

04/15/11:

15:26 Ticket #5121 (T4809 fails because there's no mtl) closed by igloo
fixed: I've fixed T4809, thanks. I can't reproduce the print021 failure. …
12:38 Ticket #5116 (Using -fno-code and -ddump-simpl don't work together anymore.) closed by simonmar
wontfix: This probably changed in …
12:36 Ticket #5124 (Improve documentation for Data.Traversable.fmapDefault) created by byorgey
Data.Traversable.fmapDefault in fact only works with Traversable instances …
12:26 Ticket #5123 (T706 failed due to reading dot-ghci file) created by daniel.is.fischer
T706 failed due to unexpected output because the --interactive
12:03 Ticket #5122 (Faster conversion between Rational and Double/Float) created by daniel.is.fischer
The proposal for the new implementation of fromRational and toRational
11:40 Ticket #5121 (T4809 fails because there's no mtl) created by daniel.is.fischer
T4809 failed all ways with […] Several other tests fail due to mtl, …
11:07 Ticket #5029 (GHC panic!) closed by igloo
invalid: No response from submitter, so closing.
11:06 Ticket #5023 (program exits at runtime with 'unimplemented/strange closure type' error) closed by igloo
invalid: No response from submitter, so closing.

04/14/11:

23:25 Ticket #5120 (inferred type of an implicit parameter rejected (associated type)) created by mikkonecny
The following module: […] compiles fine with ghc 6.12.3 but ghc 7.0.3 …
19:33 SafeHaskell edited by dterei
Remove specialize pragma from restricted. (diff)
16:26 SafeHaskell edited by dterei
Change TH to be disallowed completely (diff)
15:59 Ticket #5119 (sync-all should have a resume option) created by ezyang
If sync-all is run with flags that can cause it to fail given some problem …
15:10 SafeHaskell edited by dterei
(diff)
15:08 Ticket #5118 (Numeric.floatToDigits fails for large floatRange) created by claudiusmaximus
I tried to write some high precision floating point datatype like this …
13:54 Building/GettingTheSources edited by igloo
(diff)
12:41 Ticket #5109 (Build system is not generating dependencies for the RTS) closed by igloo
fixed: fixed by changeset:ae587ec8ab4dd8414d629d3629dec0cc44b37aa7
12:40 Ticket #5110 (Refuse to build if no mk/build.mk is supplied) closed by igloo
fixed: Done: changeset:a91df48bcf1a06dde529812c44bbceaee7c1fb10
12:17 SafeHaskell edited by dterei
Update what isn't allowed under SafeHaskell (diff)
11:05 Ticket #5117 (OverloadedStrings induces overlapping pattern matches) created by sciolizer
The OverloadedStrings? extension sometimes causes GHC to warn about …
09:32 Ticket #5116 (Using -fno-code and -ddump-simpl don't work together anymore.) created by FUZxxl
In 6.12.1, I could just use a command like […] to dump the simplified …
03:25 Ticket #5114 (-with-rtsopts, ghc_rts_opts not honoured) closed by simonmar
fixed: I fixed this recently: changeset:5463b55b7dadc1e9918edb2d8666bf3ed195bc61 …
03:23 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
Fixed. (diff)
03:04 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
(diff)
03:02 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
Fixed (diff)
03:01 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
instruction reordering (diff)
02:59 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
(diff)
01:01 Ticket #5115 (Add capability set events) created by sjanssen
Add capability set events in the eventlog/tracing framework, as previously …
00:41 Ticket #5112 (Incorrect warnings about unqualified imports being redundant) closed by batterseapower
invalid: Isn't this warning correct? You don't use any names imported from that …
00:21 Building/Using edited by simonmar
Remove "old" build system link (diff)

04/13/11:

19:25 Ticket #5114 (-with-rtsopts, ghc_rts_opts not honoured) created by guest
using -with-rtsopts or ghc_rts_opts to build a program, the program …
18:34 Ticket #5113 (Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12 ...) created by daniel.is.fischer
Exploring ways to make show for Double and Float faster, I encountered …
17:22 Ticket #5112 (Incorrect warnings about unqualified imports being redundant) created by sciolizer
Mixing qualified and unqualified imports can confuse the compiler. To …
16:19 Ticket #5106 (objc compilation fails on 32bit OS X) closed by igloo
fixed: Looks good, done. changeset:7960c82803a501976491d3c21c998a5e779f2380
14:58 Status/SLPJ-Tickets edited by simonpj
(diff)
14:12 Ticket #5101 (GHC and GHCi use different syntax for dynamic libraries) closed by igloo
fixed: OK, from 7.0.3 we no longer use the -isysroot and -mmacosx-version-min
14:10 Ticket #5111 (linux-powerpc : segfault in stage2 compiler) created by erikd
After the patch to fix #4999, the compile gets a bit further and now …
07:45 Ticket #5110 (Refuse to build if no mk/build.mk is supplied) created by ezyang
A common thing that trips up people who are hacking on GHC for the first …

04/12/11:

11:35 Ticket #4999 (build fails on powerpc: error: 'ObjectCode' has no member named ...) closed by igloo
fixed: Applied, thanks!
08:48 Ticket #5109 (Build system is not generating dependencies for the RTS) created by simonmar
We are missing a call to include-dependencies for the RTS somewhere in …
08:47 Ticket #5108 (Allow unicode sub/superscript symbols in both identifiers and operators) created by mikhail.vorozhtsov
While #4373 permits […] the following is rejected […] Identifiers …
08:29 Ticket #4417 (Quasiquoting without bloating) closed by simonmar
fixed: Done; see changeset:a52ff7619e8b7d74a9d933d922eeea49f580bca8
08:27 Ticket #3252 (having to call hs_add_root(__stginit_Foo) is a bit of a pain) closed by simonmar
fixed: Done; see changeset:a52ff7619e8b7d74a9d933d922eeea49f580bca8
08:25 Ticket #5093 (ghc source build cannot find -lgmp even with the build.mk changes and ...) closed by igloo
invalid: Thanks for the report, but I don't think this is a bug: it sounds like …
07:25 Ticket #5107 (ghc-7.0.2 panic with cabal install) closed by igloo
duplicate: Thanks
04:03 DarcsToGit edited by tibbe
(diff)
03:28 Ticket #5107 (ghc-7.0.2 panic with cabal install) created by jimstutt
[…]

04/11/11:

07:24 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
(diff)
04:06 Ticket #5013 (sporadic failures during compilation under solaris) closed by maeder
wontfix: It did not turn up for a while, maybe since I switched to 7.0.3. Let's …
03:46 Ticket #5104 (Improve the API for TChan, TMVar, and TVar) closed by simonmar
fixed: Pushed, thanks.

04/09/11:

12:18 Commentary/Compiler/RecompilationAvoidance edited by simonmar
(diff)
09:52 Ticket #4828 (ghci fails to load fat binary archives on OS X) closed by igloo
fixed: Applied, thanks! changeset:67e48af966056fa8d1533f1cb8ea65fba9f2fcf5
09:15 Ticket #5106 (objc compilation fails on 32bit OS X) created by igloo
With objc-hi.m: […] compilation fails with a 32bit GHC on OS X. …
09:04 Ticket #4881 (Some patches for GHC) closed by igloo
wontfix: I'm going to close this as wontfix, as * nominolo tells me it'll conflict …
02:36 Ticket #5105 (Cant do annotations without GHCi) created by erikd
First found this while working on bug #4999 on powerpc-linux. I tried to …

04/08/11:

17:33 Ticket #5104 (Improve the API for TChan, TMVar, and TVar) created by WrenThornton
Apply the patch for the proposal, reproduced at bottom. This proposal was …
14:51 Ticket #5103 (LLVM backend broken with LLVM 2.9) created by tener
Even simplest programs like […] Fail when compiled with -fllvm The …
14:22 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
add notes about inlining memory accesses (diff)
13:52 Ticket #4973 (building ghc7.0.1.20110217 under x86 solaris fails) closed by igloo
fixed: Applied, thanks.
11:51 Ticket #4901 (Possible bug in GHCi archive loading:) closed by igloo
fixed: I applied the relevant part of #5062.
07:29 Ticket #4165 (broken links in Cabal docs) closed by igloo
fixed: The link works on …
07:28 Ticket #4510 (No links will be generated to these packages: base-4.3.0.0) closed by igloo
worksforme:  http://www.haskell.org/pipermail/glasgow-haskell-bugs/2011-April/029679.htm
04:23 Ticket #5102 (ghc struggles to compile a large case statement) created by espringe
I'm trying to compile a pronunciation dictionary (cmudict) into an …
03:58 Ticket #5101 (GHC and GHCi use different syntax for dynamic libraries) created by mcandre
Loading libcharm.dylib into GHCi works as follows: […] {{{ -lcharm …
02:53 WorkingConventions/Git edited by kgardas
(diff)

04/07/11:

15:27 GitForDarcsUsers edited by igloo
(diff)
12:50 Ticket #5092 (Remove Show instance for GHC.Event.IOCallback) closed by igloo
fixed: Applied, thanks
12:49 Ticket #4404 (RecordWildCards) closed by igloo
fixed: Merged, thanks
09:03 WorkingConventions/Git edited by igloo
(diff)
05:09 Commentary/Compiler/NewCodeGenStupidity edited by ezyang
note about newCAF problems (diff)
04:46 Commentary/Compiler/NewCodeGen edited by ezyang
(diff)
03:15 WorkingConventions/Git edited by simonmar
typo (diff)
03:13 WorkingConventions/Git edited by simonmar
(diff)
03:12 WorkingConventions edited by simonmar
(diff)
03:11 WorkingConventions/Git edited by simonmar
(diff)
03:11 WorkingConventions/Git created by simonmar
first cut
02:50 TestingPatches edited by simonmar
(diff)
02:48 TestingPatches edited by simonmar
(diff)
02:38 Building/Rebuilding edited by simonmar
pretify link (diff)
02:25 Ticket #5099 (snap-0.4.1 ExitFailure 1) closed by simonmar
duplicate: Thanks for the report, this is a dup of #5004.
01:51 Ticket #5100 (Stack space overflow when using -N2 and not with -N1) created by mitar
I get a stack space overflow error when using -N2 (or -N4), but the …
00:36 TypeNats/AlternativeSingletons edited by guest
typo in code (diff)

04/06/11:

20:15 Ticket #5099 (snap-0.4.1 ExitFailure 1) created by jamiltron
I am running Arch 64, and when I try to run cabal install snap I end up …
07:12 Ticket #5025 (GHC should support -x objective-c) closed by simonmar
fixed: Committed, thanks!
07:08 Ticket #5098 (GHC fails to compile yi 0.6.3.0) closed by simonmar
duplicate: Duplicate of #5004; thanks for the report.
05:44 Ticket #5098 (GHC fails to compile yi 0.6.3.0) created by barmston
I'm running Arch Linux and have installed the Haskell Platform with Arch's …
05:24 Ticket #706 (GHC uses _stub.c files regardless of whether any 'foreign import' decls ...) closed by simonmar
fixed: Fixed: changeset:7b0ff1792d699ff02a604163c9ccf4a98a1ca3eb
04:12 Ticket #5097 (mailing list mail dropping) created by igloo
I think in the move to the new haskell.org we lost the bit of procmail …
01:52 TypeNats/Operations edited by guest
(diff)
01:51 TypeNats/Operations edited by guest
typo in type instances (diff)
01:09 Ticket #5096 (Profiling wall-clock time counts are way off) closed by simonmar
wontfix: We no longer include GC time in heap profiles; see #4225.
00:47 Ticket #5080 (Recompilation bug: recomp008 failed) closed by simonmar
fixed: Fixed: changset:4388d6377e739534be4d0017200c486d3f60df5f
00:43 Ticket #5096 (Profiling wall-clock time counts are way off) created by simonpj
Bryan reports (in #4965): I notice that -hT doesn't seem to be counting …

04/05/11:

23:58 Ticket #2458 (Unknown symbol `_environ' on MacOS X) closed by batterseapower
fixed: Fixed by: […] […]
14:56 Ticket #4827 (Data.Array.IO.hPutArray/hGetArray ignore count argument) closed by batterseapower
fixed: Fixed in: […] […]
08:14 Ticket #3687 (Merge _stub.o files back in to the .o file) closed by simonmar
fixed: Done: changeset:7b0ff1792d699ff02a604163c9ccf4a98a1ca3eb
07:44 Ticket #4971 (All essential C-- transformations in new codegen should have infinite ...) closed by ezyang
fixed: Fixed. […]
05:54 Ticket #5095 (Incoherent instance for Prelude type class accepted without incoherent ...) created by brunosoliveira
If we create a new module allowing overlapping instances, flexible …
04:26 GitForDarcsUsers edited by simonmar
(diff)
03:32 SafeHaskell edited by simonmar
(diff)
01:15 Ticket #5094 (Get rid of hidden modules) created by mcandre
I'm writing a Haskell script to automate logging into my university's …
00:18 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
00:17 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
00:15 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)

04/04/11:

23:27 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
14:26 Ticket #5093 (ghc source build cannot find -lgmp even with the build.mk changes and ...) created by guest
Hi, I have been trying to build ghc 7.0.3 from source, but the configure …
12:03 Ticket #5092 (Remove Show instance for GHC.Event.IOCallback) created by basvandijk
Conal [ http://thread.gmane.org/gmane.comp.lang.haskell.libraries/15592
11:44 Ticket #5091 (Proposal: Retrieving the System Event Manager) created by basvandijk
When you want to use the system event manager (the one started by the RTS) …
09:08 Ticket #5090 (print026 sporadically fails) created by ezyang
It seems to still be the case that print026 sporadically fails: […] I …
08:33 Ticket #5089 (validate should bail out early if testsuite not available) created by ezyang
Right now validate will chug along until GHC is done building, and then …
06:54 Ticket #5066 (OS X: hClose003) closed by simonmar
fixed
06:51 Ticket #4802 ('current directory' is not thread local) closed by simonmar
fixed: Fixed: […]
06:50 Ticket #5088 (TextEncoding iconv instances are shared between threads) closed by batterseapower
invalid: I documented the invariants on these things in 54a0b49. Current usage is …
06:32 Status/Encoding-Tickets edited by batterseapower
(diff)
06:31 Ticket #5088 (TextEncoding iconv instances are shared between threads) created by batterseapower
The icon_t pointers returned from iconv_open should only be while …
05:41 Status/Encoding-Tickets edited by batterseapower
(diff)
05:26 Ticket #5087 (No instance for (Functor ((->) b0)) arising from a use of `<$>') closed by batterseapower
duplicate: Duplicate of #4832, which is now fixed. Use :m Control.Applicative instead …
05:06 Ticket #5087 (No instance for (Functor ((->) b0)) arising from a use of `<$>') created by pSub
I'm pretty new to Haskell so sorry if there is already a bug report for …

04/03/11:

15:55 Ticket #5086 (internal error: update_fwd: unknown/strange object -1206004376) created by danw
When I compile my parallel program with the following command line: ghc …
15:51 GitForDarcsUsers edited by basvandijk
fix typo (diff)
15:49 GitForDarcsUsers edited by basvandijk
fix typo (diff)
13:00 Ticket #5085 (internal error: evacuate: strange closure type) created by mitar
While running my test and benchmarking program for …
11:20 Ticket #5083 (Proposal: making inits and tails less strict) closed by igloo
fixed: Applied, thanks!
10:30 Ticket #5084 (Error message with INLINE/SPECIALISE pragma for class method) created by batterseapower
The INLINE/SPECIALISE pragmas in a class declaration apply to the *default …
08:57 Ticket #4832 (Inconsistent import of instances in GHCi) closed by batterseapower
fixed: Quite annoying to track down, but it is now fixed and pushed: […] I …
08:57 Ticket #5083 (Proposal: making inits and tails less strict) created by basvandijk
I would like to propose making inits and tails less strict: […] …
08:47 Ticket #5044 (Proposal: Generalize maybeNew) closed by igloo
fixed: Applied, thanks
08:42 Ticket #4891 (dataConInfoPtrToName doesn't correctly resolve constructors with a ...) closed by igloo
fixed: Fixed by: […] and test added.
07:22 GitForDarcsUsers edited by igloo
(diff)
06:10 Ticket #5082 (Emit warnings when conflicting flags are supplied) created by ezyang
Many command line flags can be thought of as modifying some GHC's internal …
04:00 Status/Encoding-Tickets created by batterseapower
03:54 Ticket #5074 (GHCi-7 not importing (some?) re-exported instances) closed by simonmar
duplicate: duplicate of #4832

04/02/11:

22:14 GitForDarcsUsers edited by gbacon
Improved "Uh-oh, I trashed my repo with a rebase! What do I do?" (diff)
16:07 Ticket #3858 (the resolution of abbreviated commands in ghci is surprising.) closed by batterseapower
fixed: I took the liberty of just pushing a fix for this: […] Please revert …
13:11 Ticket #5081 (Unexpected passes arrows and ghci, typecheck and ghci) created by daniel.is.fischer
I have several unexpected passes for arrows tests with ghci: …
12:50 Ticket #5080 (Recompilation bug: recomp008 failed) created by daniel.is.fischer
recomp008 failed with […] It is sometimes reproducible: […] in the …
12:30 Ticket #5079 (T3330a: wrong stderr output (new type checking algorithm?)) created by daniel.is.fischer
T3330a failed with […] could be due to the new type checking algorithm.
12:23 Ticket #5078 (Test failed: Change in ghci-debugger message format?) created by daniel.is.fischer
break024 failed with […] Is that just a format change or a real …
12:04 Ticket #5077 (Tests failing due to different type variables in the diagnostics) created by daniel.is.fischer
A couple of tests fail unexpectedly because some type variables are …
11:53 Ticket #5076 (No instance Show [: Int :] in dph-diophantine-opt) created by daniel.is.fischer
The test dph-diophantine-opt failed with […]

04/01/11:

16:24 Ticket #5052 (stdcall on OS X is broken) closed by batterseapower
fixed: Pushed. Fixed by: […]
16:07 port-darcs-patch attached to DarcsToGit by batterseapower
14:47 Ticket #5064 (base ./configure can't be run in cross-compilation environments) closed by igloo
fixed: Thanks for the patch. I've applied something that's hopefully a little …
14:03 Ticket #5075 (CPR optimisation for sum types if only one constructor is used) created by batterseapower
Inspired by #3138, it might be useful for StrAnal? to detect functions such …
13:18 Ticket #5067 (OS X: test 4850) closed by igloo
fixed: Thanks for the patch! However, coincidentally, I fixed the test the day …
10:44 Ticket #5074 (GHCi-7 not importing (some?) re-exported instances) created by lpsmith
Using import Module from the ghci prompt fails to bring some …
09:41 Repositories edited by simonpj
(diff)
08:42 DarcsToGit edited by igloo
(diff)
08:41 DarcsToGit edited by igloo
(diff)
08:31 DarcsToGit edited by simonpj
(diff)
08:28 DarcsToGit edited by simonpj
(diff)
08:28 Repositories edited by igloo
(diff)
08:28 DarcsToGit edited by simonpj
(diff)
08:09 Status/SLPJ-Tickets edited by simonpj
(diff)
08:00 Ticket #5073 (Add blockST for nested ST scopes) created by simonpj
GHC lacks the blockST and importVar primitives introduced by …
07:33 DarcsToGit edited by igloo
(diff)
07:24 DarcsToGit edited by igloo
(diff)
07:18 Ticket #3380 ([Patch] Support implicit concatenation in list comprehensions) closed by batterseapower
wontfix: Noone likes this, let's not clutter up the issue tracker :-)
06:52 Blog: New directions for Template Haskell edited by simonpj
06:50 Blog: New directions for Template Haskell edited by simonpj
06:43 Ticket #5072 (Segfault on OS X in interpreted code) created by nominolo
I'm getting reproducable segfaults/GC panics when doing the following: …
06:37 DarcsToGit created by igloo
06:22 Building/GettingTheSources edited by igloo
(diff)
05:23 Ticket #4237 (-dcore-lint error after simplifier iteration 1 when profiling) closed by batterseapower
fixed: I think this bug can be closed now since 6.12 is well and truly dormant.

03/31/11:

23:57 CrossCompilation edited by simonpj
(diff)
23:55 Building edited by simonpj
(diff)
23:55 Building/Porting edited by simonpj
(diff)
16:22 Ticket #5071 (GHCi crashes on large alloca/allocaBytes requests) created by guest
GHCi, and ghc, seems to exit (crash?) on certain types of memory …
15:33 CrossCompilation edited by MtnViewMark
major re-write and incorporation of work done on cross-compiling with 7.0 (diff)
14:35 Repositories edited by igloo
(diff)
13:43 Building/SyncAll edited by igloo
(diff)
13:42 Building/GettingTheSources edited by igloo
(diff)
13:40 Building/GettingTheSources edited by igloo
(diff)
13:38 Building/GettingTheSources edited by igloo
(diff)
10:23 Building/GettingTheSources edited by igloo
(diff)
09:21 Ticket #5070 (dph and new code generator don't play nicely with each other) created by ezyang
I'm looking at the current failure of DPH with the new code generator, …
09:11 Ticket #5069 (testsuite failures: hpc_markup_multi_*) created by altaic
It seems either the behavior of hpc markup or the layout of the test …
05:03 Ticket #5068 (Possible loss of sharing: big performance change) created by simonpj
Bryan's blog post …
04:58 Ticket #5067 (OS X: test 4850) created by altaic
On my HEAD build against OS X 10.6.6 x86_64, test 4850 fails with: […] …
04:26 Ticket #3297 (Compiler panic on incorrect code (TcTyFuns.flattenType: synonym family in ...) closed by simonpj
fixed: Fine. I'll just close this ticket then. Simon
04:12 Ticket #5066 (OS X: hClose003) created by altaic
On my HEAD build against OS X 10.6.6 (x86_64), hClose003(threaded2) fails …
03:30 Ticket #3011 (ASSERT failed: file typecheck/TcMType.lhs line 526 t_a32G{tv}) closed by simonpj
fixed: Right, thanks for pointing this out. […] Simon
02:14 Ticket #4247 (getCPUTime on x86_64 Mac OS X 10.6) closed by altaic
duplicate: Marking this as a dup of #4970. The patch for this ticket requires a patch …

03/30/11:

05:53 Ticket #5065 (dph tests failing) created by igloo
These dph tests have been failing in validate for a while: […]
04:48 Ticket #4994 (Deprecate Control.Exception.blocked in favour of getMaskingState) closed by simonmar
fixed: Applied, thanks: […]
04:47 Ticket #4989 (build error on mingw if pthreads is installed) closed by simonmar
fixed: Fixed: […]
04:46 Ticket #4441 (NCG miscompiles Double -> Float -> Double) closed by simonmar
fixed: Fixed: […]
01:34 Ticket #4456 (Missing atexit symbol) closed by simonmar
fixed: I added it to the linker's symbol table. I think atexit resides in a …

03/29/11:

14:30 CrossCompilation edited by MtnViewMark
adding my cross-compiling information -- will need to be edited into main … (diff)
13:47 Ticket #5064 (base ./configure can't be run in cross-compilation environments) created by MtnViewMark
The autoconf macro used to determine correct htype's for various c types, …
12:13 Ticket #5050 (Produces invalid assembly when using `peek' and -fvia-c with new binutils ...) closed by igloo
fixed: This is now "fixed", by turning -fvia-c into a no-op.
11:00 Ticket #5063 (unix package has untracked dependency on libbsd) created by duncan
See ticket #4974 about unix-compat failing to build. That is just a …
10:20 Ticket #5062 (Patch: Debug output for OS X linker and coding standard upgrades) created by igloo
This ticket is to track this patch: […] …
09:04 Ticket #5061 (Implement FFI spec behaviour for *CString family) created by batterseapower
Although the FFI spec requires the *CString functions in Foreign.C.String …
08:35 Ticket #4457 (Way to determine if code is running in thread fixed on capability) closed by simonmar
fixed: GHC HEAD has this in GHC.Conc: […] and as part of the proposal to …
08:32 Ticket #4248 (Poor error message when openFile fails to open named pipe) closed by simonmar
fixed: I added an API that you can use to open a file in blocking mode if you …
06:41 Ticket #5058 (getProcessExitCode doesn't retry on EINTR) closed by simonmar
fixed: Fixed: […]
06:22 Ticket #5056 (typo in DEBUG RTS options) closed by simonmar
fixed: Fixed: […]
05:14 Ticket #5057 (poor parser error message) closed by simonmar
duplicate
01:54 Ticket #5060 (iteratee: epollControl: permission denied (Operation not permitted)) created by pacak
If you run this ticket as literate haskell program it works fine when 1. …
01:34 Ticket #5059 (Pragma to SPECIALISE on value arguments) created by batterseapower
I've sometimes found myself wishing for this pragma to get some "partial …

03/28/11:

11:02 Ticket #5058 (getProcessExitCode doesn't retry on EINTR) created by sclv
Just like the ticket says. The source uses throwErrnoIfMinus1, and I can't …
06:32 Building/Rebuilding edited by ezyang
add note about make 2 (diff)
06:02 Ticket #5055 (STM Exception "BlockedIndefinitelyOnSTM" throws to wrong thread) closed by simonmar
wontfix: GHC is behaving correctly here. It has figured out that the entire …
03:57 Ticket #5057 (poor parser error message) created by duncan
Here's the error message: […] Here's the last few lines of the file: …
03:46 Ticket #5056 (typo in DEBUG RTS options) created by jeffz_
linking with -debug, then running with +RTS -? shows the following line, …
01:39 Ticket #5034 (Performance of Data.Graph.{preorderF, postorderF}) closed by simonmar
fixed
01:24 Ticket #2762 (Excessive heap usage) closed by simonmar
fixed: Replying to michalt: > I've just run the example with GHC …

03/27/11:

19:58 Ticket #5055 (STM Exception "BlockedIndefinitelyOnSTM" throws to wrong thread) created by guest
This might be two bugs. The attached test file (tvarTest.hs) aims to use …
18:00 Ticket #5054 (LLVM Errors with test cases) created by arsenm
I encountered a build error when using the LLVM backend on my homework. I …

03/26/11:

21:07 Ticket #5053 (Internal error with runhaskell and System.Plugins.dynload) created by robnik
I've been trying to learn how to use the plugins package, specifically …
18:05 Ticket #5052 (stdcall on OS X is broken) created by igloo
1288 is SIGBUSing on OS X 32. The symptom is that task in resumeThread
13:47 Ticket #872 (OSX universal binary distribution) closed by michalt
fixed: Closing as we have GHC binaries as well as Haskell Platform for x86 OS X.
10:57 Ticket #5051 (Typechecker behaviour change) created by igloo
From: …
10:16 Ticket #4997 (Mac installers are missing ghc & cabal guides) closed by igloo
fixed: I've got the tools working now. Future releases will have docs.
09:48 Ticket #5043 (Compiling bytestring-mmap with -fvia-C yields broken .s file, two .size ...) closed by igloo
duplicate: I'll close this as a duplicate of #5050, which includes a minimal …
09:33 Ticket #4914 (FPU initialization required again) closed by igloo
fixed: Thanks for testing!
03:54 Ticket #5050 (Produces invalid assembly when using `peek' and -fvia-c with new binutils ...) created by laney
I noticed this when rebuilding happstack-util on Ubuntu. A mail sent to …

03/25/11:

18:23 Ticket #5046 (test derefnull fails on OS X) closed by igloo
fixed: Turns out it behaves differently on x86_64 and x86; fixed by: […]
15:23 Ticket #5049 (GHC Panic on Text.Highlighting.Kate.Syntax.Ocaml) created by Twey
[…]
14:51 Ticket #5036 (ghc bug: urk! lookup local fingerprint) closed by igloo
worksforme: I've just built HEAD (7.1.20110325) on x86/Linux, and after various small …
08:38 Ticket #4904 (Documentation for mkWeakIORef is misleading) closed by simonmar
fixed: pushed, thanks!
08:03 Ticket #5042 (STM, newArray, and a stack overflow) closed by simonmar
fixed: pushed, thanks!
07:23 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
07:22 Commentary/Compiler/NewCodeGen edited by simonpj
(diff)
07:10 Ticket #5048 (Wrong SrcSpan on AbsBinds) created by JPMoresmau
I have the following code: […] And the TypecheckedSource gives me …
06:37 Ticket #5035 (Typo in documentation section 7.8.7.2) closed by simonpj
fixed: Thanks; applied […] Simon
05:04 Ticket #5047 (ghc fails to build if HOME is not seth) created by nomeata
Hi, some Debian build daemons do not set $HOME, to ensure that package …

03/24/11:

19:27 Ticket #5033 (GHC 7.0.2 does not build on OS X 10.5.) closed by nominolo
worksforme: Upgrading to XCode 3.1.4 (from 3.0 it seems) fixed it. (XCode version …
13:36 Ticket #5046 (test derefnull fails on OS X) created by gwright
On OS X, the derefnull test fails because the test driver expects an …
11:43 Ticket #5003 (test 4038 (ghci) fails on OS X 64 bit.) closed by igloo
fixed: I've applied the testsuite patch, thanks! I don't understand what it is …
11:39 Ticket #5045 ("panic! (the 'impossible' happened)" compiling code using arrows and ...) created by josh
In trying to debug a different issue, I ran ghci on one of the modules in …
11:33 Ticket #5044 (Proposal: Generalize maybeNew) created by basvandijk
This is a tiny proposal to generalize …
Note: See TracTimeline for information about the timeline view.