Timeline


and

09/18/11:

13:01 Ticket #5491 (build GHC binaries against GMP 5) closed by igloo
wontfix: The Linux builds are done on a Debian/stable machine, and Debian stable …

09/17/11:

20:06 Ticket #5496 (Reify class instances) created by zzo38
[…]
15:30 Ticket #4256 (ghc -e :etags duplicates first character of some symbols, producing broken ...) closed by igloo
fixed: Fixed
15:30 Ticket #4239 (-ddump-minimal-imports vs. type operators) closed by igloo
fixed: Fixed.
13:10 Ticket #4176 (reject unary minus in infix left hand side function bindings that resolve ...) closed by igloo
wontfix: hugs September 2006 rejects this with: […] but as far as I can tell it …
04:53 Ticket #4321 (Unexpected stack overflow prevented by superfluous type annotation) closed by daniel.is.fischer
fixed: Closing this, via-C is going/gone. Although I still get ...34 on my 32-bit …
02:43 Status/SLPJ-Tickets edited by daniel.is.fischer
Corrected ticket number for slow x2 (diff)

09/16/11:

19:14 Ticket #5495 (simple program fails with -shared on mac) created by mwotton
[…] This happened on both of the two systems I tried it on. Package …
09:55 Ticket #5494 ("PAP object entered!" error when throw is used instead of throwIO) created by mikhail.vorozhtsov
The following program […] triggers a "PAP object entered!" crash in …
09:36 Ticket #3592 (Eta-contraction gives a rather bogus type error message) closed by simonpj
fixed
07:58 Ticket #5493 (@instance Control.Applicative.Applicative Q@) created by beroal
Why not?
05:55 Ticket #5490 (Core lint error after desugaring) closed by simonpj
fixed: Thank you! I can't forsee all the consequences of this bug on execution. …
04:06 Records edited by barney
(diff)
00:49 Ticket #5492 (Underscore not a valid name for a class member) closed by simonpj
invalid: "_" is a pattern, not an identifier. So it's rightly rejected. Have a …

09/15/11:

17:07 Ticket #5492 (Underscore not a valid name for a class member) created by trinithis
The following program is rejected: […] Note I could only reproduce …
16:10 Ticket #5491 (build GHC binaries against GMP 5) created by parcs
Currently the development and release binaries are built against the …
13:37 Ticket #4956 (threadDelay behavior 64-bit mac os x) closed by igloo
worksforme: No response from submitter, and worked for me.
10:17 Ticket #4923 (HEAD unregisterised build broken: unlit missing) closed by igloo
fixed: unreg builds of 7.2.1 work, so presumably this was fixed at some point.
09:22 Ticket #5490 (Core lint error after desugaring) created by mikhail.vorozhtsov
I was investigating a "PAP object entered!" crash and found out that …
08:34 Ticket #4892 (panic building darcs) closed by igloo
invalid: No testcase, so closing.
08:29 Ticket #4853 (Invalid links on web page) closed by igloo
fixed: The doc links work now, and I've just removed the out-of-date buildbot …
08:18 Ticket #4475 (unreliable ghc on sparc) closed by igloo
wontfix: Not a tier 1 platform, so closing.
06:21 Ticket #4219 (sequence is not tail recursive, doesn't work with large inputs in strict ...) closed by igloo
wontfix: We don't have a general way to optimise this, so closing.
03:02 Records edited by YitzGale
Linked to previous discussion about local modules. (diff)
02:56 Records edited by chrisdone
removed problems with namespace part (diff)
02:50 Records edited by YitzGale
Typo: binging => binding (diff)
02:45 Records edited by YitzGale
Add missing word 'other' in "Are there any other approaches?" (diff)
02:40 Records edited by chrisdone
Added some problems I've experienced with record name clashes. (diff)
02:34 Ticket #5489 (Win7: Bootstrapping 7.3 from 7.2.1 using msys git 1.7.6 causes integer-gmp ...) created by btutt
Following the getting started instructions and the approximate suggested …
02:14 51369.txt attached to Records by chrisdone
types in a non trivial project
01:48 Ticket #5485 (Build failure on powerpc-linux at compiler/stgSyn/CoreToStg.lhs line 188) closed by simonpj
fixed: OK now I claim it's fixed! Try now.
01:46 Records edited by simonpj
(diff)
01:43 Records edited by simonpj
(diff)
01:43 Records created by simonpj

09/14/11:

23:45 Ticket #5488 (GHC-7.2.1 standalone failed to bootstrap ghc-HEAD on windows) created by btutt
AR_STAGE0 gets set to: …
23:43 RunTimeData edited by newacct
(diff)
18:40 Ticket #5487 (LLVM broken at -O0) closed by dterei
fixed: OK. nevermind, this isn't present in 7.2.1. It was in 7.0.3.
18:30 Ticket #5487 (LLVM broken at -O0) created by dterei
The LLVM Mangler doesn't seem to be getting run at -O0. So no compiles …
18:13 Ticket #5486 (LLVM can't compile HsOpenSSL) created by dterei
[…] Also seems to be some mangler problems.
16:56 Ticket #4194 (add no spaces allowed in new qualified operators to user guide) closed by igloo
fixed: NewQualifiedOperators was removed, so this ticket is now redundant.
09:23 Ticket #5478 (GHC panics when asked to derive Show for ByteArray#) closed by simonpj
fixed: Thanks for finding this bug.
04:05 Ticket #5485 (Build failure on powerpc-linux at compiler/stgSyn/CoreToStg.lhs line 188) closed by simonpj
fixed
01:13 Ticket #5485 (Build failure on powerpc-linux at compiler/stgSyn/CoreToStg.lhs line 188) created by erikd
Current GHC head fails to build on powerpc-linux: […] Resetting to …
00:15 KindFact edited by simonpj
(diff)

09/13/11:

17:07 SafeHaskell edited by dterei
(diff)
17:03 SafeHaskell edited by dterei
(diff)
16:57 Ticket #4117 (GHC does not accept --srcdir) closed by igloo
wontfix: I don't think this will ever be a high priority for us, so I'm going to …
16:48 Ticket #4062 (Bad choice of loop breaker?) closed by igloo
invalid: No testcase, so closing
14:03 Ticket #3993 (allow implicit parameter bindings in patterns) closed by igloo
wontfix: This seems to have little support, so I'll close the ticket.
13:38 Ticket #3829 (GHC leaks memory when compiling many files) closed by igloo
worksforme: I had a look a --make's memory usage a while ago, but it seemed that the …
13:26 Ticket #3743 (type checker fails to infer an implicit parameter constraint in the ...) closed by igloo
fixed: This now works. I've added a test.
11:12 Ticket #3737 (inlining happens on foldl1 and does not happen on direct application of ...) closed by igloo
fixed: Hopefully fixed, and no response from submitter, so closing.
11:09 Ticket #3715 (GHC API no longer exports location information for error/warning messages) closed by igloo
fixed: The problem is fixed, so closing the ticket.
09:19 Ticket #3608 (Build the ghc-bin package in the standard way) closed by igloo
fixed: ghc-bin uses Cabal nowadays.
03:00 Ticket #5465 (deepseq missing NFData instances for (->), Data.Fixed and Data.Version) closed by simonmar
fixed: Pushed.

09/12/11:

07:32 Ticket #5484 (HEAD build fails with ghc-7.2.1) created by daniel.is.fischer
Buidling HEAD with ghc-7.2.1 as bootstrapping compiler fails with a …
06:56 KindFact edited by simonpj
(diff)
06:54 KindFact edited by simonpj
(diff)
05:59 KindFact edited by simonpj
(diff)
02:57 Ticket #5483 (Eta-reduced term has wrongly inferred monomorphic type) closed by simonpj
invalid: * Why rowtotals' is monomorphic: …
02:46 Ticket #1799 (Retain export-list order in ModIface, use it in :browse) closed by igloo
fixed: The order is now stable, so closing. We may in the future use info from …
02:45 Ticket #3507 (In TH, allow e.g. (type T) rather than ''T) closed by igloo
wontfix: No support for this, so closing as wontfix.
02:35 Ticket #5483 (Eta-reduced term has wrongly inferred monomorphic type) created by darchon
Hi, When creating a file with the following two definitions: […] And …

09/11/11:

11:13 Ticket #2897 (HsFFI.h is not in the default include path for hsc2hs) closed by igloo
fixed: I'm going to declare this fixed by: […]
10:46 Ticket #5481 (Associated type defaults + MultiParamTypeClasses error) closed by batterseapower
fixed
10:43 Ticket #2911 (Error messages have the wrong qualified names) closed by igloo
wontfix: I'm going to close this as not worth fixing. After all, errors are already …
10:40 Ticket #5482 (isSymbolicLink doesn't work) closed by igloo
worksforme: I suspect you're using getFileStatus rather than …
10:24 Ticket #5482 (isSymbolicLink doesn't work) created by DmitryBespalov
This function from System.Posix.Files (unix-2.5.0.0) always returns False …
09:50 Ticket #2281 (properFraction implemented with modf primitive?) closed by igloo
wontfix: I'm going to close this ticket, but I suggest that if anyone is interested …
07:46 Ticket #5353 (Cabal bug building haddock, alex, happy, etc) closed by igloo
fixed: Fixed by […] in Cabal HEAD, and Duncan says he'll make a new stable …
07:14 Ticket #5481 (Associated type defaults + MultiParamTypeClasses error) created by illissius
If I try this with GHC HEAD as of yesterday: […] I get this error: …
06:49 Ticket #5477 (Missing space in Windows cmd.exe invocation breaks shell command ...) closed by igloo
fixed: Applied, thanks: […]
06:30 Ticket #5450 (copy-pasto in IntMap docs) closed by milan
fixed: Thanks, fixed. Also improved the documentation of fromListWith.
03:55 Ticket #5479 (The impossible happened!) closed by igloo
duplicate: Thanks for the report. I'll close this ticket as it's a duplicate of …
03:19 Ticket #5480 (Ghc 7.2.1 does not build anymore on NetBSD) created by adegroot
While ghc 7.0.4 builds fine, changes between 7.0.4 and 7.2.1 breaks the …
00:22 Ticket #5479 (The impossible happened!) created by adityadennis
Running my haskell script gives me the following error: eliza.hs: …

09/10/11:

08:55 Ticket #5299 (ghc.exe: panic! (the 'impossible' happened)) closed by igloo
worksforme: No response from submitter.
08:54 Ticket #5271 (Compilation speed regression) closed by igloo
worksforme: If you still think there's a problem, please reopen and include some way …
08:52 Ticket #5212 (waitForProcess: does not exist (No child processes)) closed by igloo
worksforme: No response from submitter.
08:48 Ticket #5048 (Wrong SrcSpan on AbsBinds) closed by igloo
fixed: No response from submitter, so assuming it's fixed.
08:45 Ticket #4987 (darcs: internal error: stg_ap_v_ret (GHC version 7.0.1 for ...) closed by igloo
wontfix: No testcase, so closing.
08:43 Ticket #4805 (segfault in Data.HashTable, triggered by long Agda runs) closed by igloo
invalid: Please reopen if you have a way to reproduce this.
08:42 Ticket #4473 (GHC --make switch does not set file timestamp correctly) closed by igloo
fixed: No response from submitter, so closing.
08:27 Ticket #813 (-optc-O2 used by default in GhcRtsHcOpts while building 6.5, leading make ...) closed by igloo
fixed: No response, so let's assume it's fixed.
08:25 Ticket #68 (Warnings for unitialized fields) closed by igloo
wontfix: There doesn't seem to be a consensus that anything should be done, so I'm …
05:51 Ticket #5478 (GHC panics when asked to derive Show for ByteArray#) created by hvr
The following Haskell […] caused GHC to panic with […]

09/09/11:

22:11 Ticket #5477 (Missing space in Windows cmd.exe invocation breaks shell command ...) created by A1kmm
Consider this code example: […] When compiled and run on Wine, using …
15:27 Ticket #5476 (Cap memory usage for one thread without disrupting other threads) created by joeyadams
I would like to be able to programmatically guard against runaway memory …
13:05 Ticket #5068 (Possible loss of sharing: big performance change) closed by bos
wontfix: I am not sure this is worth addressing. At the very least, I won't have …
11:35 Contributors edited by dterei
(diff)
11:34 Contributors edited by dterei
(diff)
11:33 SafeHaskell edited by dterei
update for -XPackageTrust and safe inference (diff)
07:47 Ticket #5475 (Unthrown exceptions) created by daniel.is.fischer
With today's HEAD, I got five unexpected failures because some exceptions …
05:10 Ticket #5474 (Add facility for emitting heap profile marker) created by hvr
When analysing heap profile diagrams I often want correlate certain points …
04:47 Ticket #4946 (reify does not work on data structures defined in files without Language ...) closed by simonpj
invalid: Yes, you need to compile DataStructures.hs either with …
02:20 Ticket #5441 (unsafeCoerce'ing function to GHC.Prim.Any causes segfault) closed by simonpj
fixed: Ulf, thank you for identifying a nice small test case. Very helpful. …
02:03 Ticket #5473 (sortBy is no longer a good consumer in GHC 7) created by lpsmith
The …

09/08/11:

08:15 Ticket #5472 (eventlog file should drop ".exe" exetention for consistency.) created by shelarcy
GHC profiler always drop ".exe" extention in output file's name. But …
07:26 Ticket #5471 (Incorrect InterruptibleFFI test) created by shelarcy
It seems that …
07:06 Ticket #5468 (Implement deepseq->{array,containers} dependancy reversal proposal) closed by igloo
fixed: deepseq is now a core package, and the containers instances are in the …
00:35 Ticket #5470 (The DPH library needs to support PData and PRepr instances for more than ...) created by chak
Currently, Data.Array.Parallel.PArray.PDataInstances only generates …

09/07/11:

19:53 Ticket #5065 (dph tests failing) closed by roldugin
fixed: Closed by commits 26c608a0c31d56917099e4f48bf58c1d1e92e61c Fix …
08:08 Blog: Let generalisation in GHC 7.0 edited by simonpj
01:31 Ticket #5469 (Reorganisation of exports in template-haskell library) created by reinerp
When working on documentation for the template-haskell library (see …
00:32 Ticket #5468 (Implement deepseq->{array,containers} dependancy reversal proposal) created by hvr
See also the related #4868 proposal Implementing the proposal …
00:19 InterMapTxt edited by hvr
revert revert of hackage interwiki prefix (sorry for the noise) (diff)
00:16 InterMapTxt edited by hvr
revert hackage InterWiki prefix (diff)
00:15 InterMapTxt edited by hvr
(diff)
00:14 InterMapTxt edited by hvr
add hackage: InterWiki prefix resolving to HackageDB urls (diff)

09/06/11:

21:50 Ticket #5467 (Template Haskell: support for Haddock comments) created by reinerp
I would like Template Haskell to be aware of Haddock comments. Here's a …
21:10 Ticket #5466 (Documentation for Chan could be better) created by pumpkin
The summary is two words, and none of the operations say whether they …
10:50 Ticket #5465 (deepseq missing NFData instances for (->), Data.Fixed and Data.Version) created by hvr
10:36 Building/RunningTests/Running edited by igloo
(diff)
06:50 Ticket #5457 (Please whitelist architectures supporting registered builds) closed by simonmar
fixed: I fixed this and put the wrong ticket number in the commit, oops. commit …
06:47 Ticket #5451 (HEAD: biographical profiling totally broken) closed by simonmar
fixed
06:47 Ticket #5459 (Please add s390x to list of known architectures) closed by simonmar
fixed: Applied: 559f375f05d45d813f8c4ef8d4a6cba5150226be
06:46 Ticket #5460 (Build failure on powerpc-linux) closed by simonmar
fixed
06:13 Ticket #5448 (GHC stuck in infinite loop compiling with optimizations) closed by simonmar
wontfix: So I presume we want to close this bug then?
00:41 Ticket #5464 (Change the way the extra bindings for the generic representation are ...) created by dreixel
This ticket serves to record an email conversation in which it was agreed …
00:03 CapabilitiesAndScheduling edited by nathanhowell
Fixing typos (diff)

09/05/11:

22:46 Commentary/Rts/HaskellExecution/Registers edited by nathanhowell
Fix broken source links (diff)
13:42 Ticket #5111 (linux-powerpc : segfault in stage2 compiler) closed by erikd
duplicate
11:56 Ticket #5463 (SPECIALISE pragmas generated from Template Haskell are ignored) created by NickSmallbone
Hi, I have the following program which contains a SPECIALISE pragma: …
09:36 Ticket #5455 (strange behaviour of -fwarn-incomplete-uni-patterns) closed by simonpj
fixed: Good point, thank you. Fixed. Simon
08:41 Status/SLPJ-Tickets edited by simonpj
(diff)
08:23 Ticket #5462 (Deriving clause for arbitrary classes) created by simonpj
Currently, you can use a deriving clause, or standalone-deriving …
07:59 Ticket #5461 (Reconfigurable pretty-printing in GHCi) created by simonpj
Phil Wadler wants to control the pretty-printer used to display output in …
07:25 Commentary edited by simonpj
(diff)
07:25 DependencyTracking edited by simonpj
Name changed from Template to DependencyTracking (diff)
07:25 DependencyTracking edited by simonpj
(diff)
07:23 Commentary edited by simonpj
(diff)
07:21 DependencyTracking edited by simonpj
(diff)
03:23 Ticket #5460 (Build failure on powerpc-linux) created by erikd
[…]
02:31 Ticket #5454 (reify seems to needlessly remove kind ascriptions from type synonym RHSs) closed by simonpj
wontfix: I'm afraid it's deliberate. 'reify' tells what is in the type …
01:51 DependencyTracking created by snoyberg
01:39 Ticket #5456 (the 'impossible' happened : Ix{Int}.index: Index (7168) out of range ...) closed by simonpj
fixed: Ha! I didn't spot it because I don't compile my libraries with -O0. …
01:28 Commentary edited by snoyberg
(diff)
00:59 Ticket #5453 (Floating a non-exhaustive case can cause seg-faults) closed by simonpj
fixed: Fixed
00:58 Ticket #5458 (Phantom types confuse SpecConstr) closed by simonpj
fixed: The main patch is this […]
00:41 Ticket #5459 (Please add s390x to list of known architectures) created by nomeata
ghc-7.0.4 compiles and runs fine on s390x, after an initial bootstrap via …
00:31 Ticket #5458 (Phantom types confuse SpecConstr) created by simonpj
This program […] gave a Lint error in SpecConstr (use -O2). Reason: …

09/04/11:

06:46 Ticket #5457 (Please whitelist architectures supporting registered builds) created by nomeata
Hi, the debian/rules file contains this snippet: […] which …

09/03/11:

21:28 Ticket #5456 (the 'impossible' happened : Ix{Int}.index: Index (7168) out of range ...) created by erikd
Compiling Git head on powerpc-linux and get this: […] GHC was …
17:56 Ticket #5455 (strange behaviour of -fwarn-incomplete-uni-patterns) created by MikolajKonarski
For the following program (attached): […] the following warnings are …
16:02 Ticket #5454 (reify seems to needlessly remove kind ascriptions from type synonym RHSs) created by nicolas.frisby
I haven't managed to pin down where it happens in the GHC source, but it …
07:51 Ticket #5453 (Floating a non-exhaustive case can cause seg-faults) created by simonpj
Consider […] Try this: […] The bug is in the new case-floating …

09/02/11:

10:06 Ticket #5445 (programatica package compilation fails) closed by simonpj
fixed: I backtracked! Anyway, the bug is fixed. Thank you for identifying it for …
09:52 Ticket #5424 (Validate error under 7.2.1 caused by incomplete pattern warnings in new ...) closed by simonpj
fixed: Nice one! Thanks.
02:50 Ticket #5434 (<no location info> for shadowing warnings in TH-generated code) closed by simonpj
fixed: Thanks. Fixed and test added.
02:49 Ticket #5395 (Context reduction stack overflow without undecidable instances) closed by simonpj
fixed: OK, done.
01:31 Ticket #5452 (reify yields incorrect TupleT at higher-kinds) closed by simonpj
fixed: Thanks! A silly bug, now fixed, test added.

09/01/11:

17:47 Ticket #5452 (reify yields incorrect TupleT at higher-kinds) created by nicolas.frisby
Line 1175 of changeset:0237ed6762fc86d0eb5db02a8e02ebe35d8d7272 introduces …[…]
17:42 Ticket #5451 (HEAD: biographical profiling totally broken) created by daniel.is.fischer
With a fully optimised build of HEAD (7.3.20110901), -hb profiling results …
12:32 Ticket #5450 (copy-pasto in IntMap docs) created by MikolajKonarski
The examples in the comments for these 2 functions are wrong: …
09:26 Ticket #5440 (Unexpected SafeLang13 failure) closed by dterei
fixed
07:55 Ticket #5439 (Crash in TcEnv.lhs line 461) closed by simonpj
fixed: Ah yes. How true. I was sloppy about the case when we are recovering …
05:30 Repositories edited by igloo
(diff)
05:21 Repositories edited by simonpj
(diff)
05:07 Status/SLPJ-Tickets edited by simonpj
(diff)
05:07 Status/SLPJ-Tickets edited by simonpj
(diff)
03:35 Ticket #4988 (Hang in GHCi debugger) closed by simonmar
fixed
02:42 PackageLanguage created by simonpj
02:39 Commentary edited by simonpj
(diff)
01:40 Ticket #5406 (Template Haskell: Reification of type family instances) closed by simonpj
fixed
01:35 Ticket #5439 (Crash in TcEnv.lhs line 461) closed by simonpj
fixed: Fixed!

08/31/11:

18:33 Ticket #5449 (Build failure with ghc 7.2.1: Missing (or bad) header file: runProcess.h) created by dsf
Hackage page shows a build failure for the process package.
16:09 Ticket #5448 (GHC stuck in infinite loop compiling with optimizations) created by ronwalf
GHC gets stuck compiling the attached program. Removing 'deriving Eq' …
13:01 Ticket #5447 (please build GHC for Linux that links against libgmp.so.4 or libgmp.so.10 ...) created by gatoatigrado
The ghc-7.2.1-x86_64-unknown-linux.tar.bz2 download currently …
10:35 Ticket #5446 (build error for ghc 7.2.1 -- "ghc-pkg: too few bytes") created by gatoatigrado
Building GHC 7.2.1 fails in Stage 1. I have 7.0.3 installed (also compiled …
10:30 Repositories edited by dterei
(diff)
10:29 Repositories edited by dterei
(diff)
10:27 Repositories edited by dterei
(diff)
10:20 Ticket #5445 (programatica package compilation fails) created by maeder
[…] fails for ghc-7.2.1 with: […] but succeeds for ghc-7.0.4 and …
10:18 Repositories edited by dterei
Update xhtml location (diff)
10:16 GitHubGHC edited by dterei
Remove page as info now in Building/GettingTheSources (diff)
10:14 Building/GettingTheSources edited by dterei
(diff)
10:13 Building/GettingTheSources edited by dterei
(diff)
09:58 Repositories edited by dterei
(diff)
06:55 GhcKinds/KindPolymorphism edited by ia0
(diff)
06:32 GhcKinds/KindPolymorphism edited by simonpj
(diff)
06:28 GhcKinds/KindPolymorphism edited by simonpj
(diff)
06:25 GhcKinds/KindPolymorphism edited by simonpj
(diff)
06:24 GhcKinds/KindPolymorphism edited by simonpj
(diff)
06:20 GhcKinds/KindPolymorphism edited by simonpj
(diff)
04:06 Ticket #5386 (GHCi crashes with SIGFPE when using double-conversion package) closed by simonmar
duplicate: also reported as #5435, moving there
04:05 Ticket #5444 (Slow 64-bit primops on 32 bit system) created by Khudyakov
GHC primops for 64-bit arithmetic are implemented as FFI calls. It leads …
02:54 GhcKinds/KindPolymorphism edited by ia0
type families + type synonyms (diff)
02:40 GhcKinds/KindPolymorphism edited by ia0
type classes + data types (diff)
02:07 GhcKinds edited by ia0
kind polymorphism (diff)
02:05 GhcKinds/KindPolymorphism created by ia0
In types
02:02 KindFact edited by illissius
(diff)
00:33 Ticket #5443 (Errors when shutting down the event manager loop) created by basvandijk
As explained in …
00:20 DefaultSuperclassInstances edited by simonpj
(diff)
00:16 DefaultSuperclassInstances edited by simonpj
(diff)

08/30/11:

14:52 Building/Using edited by igloo
(diff)
12:43 Ticket #5442 (ghc-pkg unregister --user/--global/--package-conf not normative) created by guest
For package P, "ghc-pkg unregister --user P" drops the global package if …
09:07 Ticket #5441 (unsafeCoerce'ing function to GHC.Prim.Any causes segfault) created by ulfn
The following module is the smallest one I've been able to find exhibiting …
03:31 DataParallel/Library edited by benl
wibble (diff)
03:30 DataParallel/Library edited by benl
wibble (diff)
03:00 DataParallel/Library edited by benl
Add ASCII package diagrams (diff)
02:49 DataParallel/Library edited by benl
Update how DPH is coupled to GHC (diff)
02:49 KindFact edited by JonasDuregard
(diff)
02:45 DataParallel/Library edited by benl
Update description of dph packages (diff)
02:21 DataParallel/Library edited by benl
Delete obsolete info concerning BArr arrays (diff)
02:15 Ticket #5432 (hp2ps bug with relative path names) closed by dominic
invalid: I can no longer reproduce the problem on Windows either. I have set the …

08/29/11:

13:24 Ticket #5440 (Unexpected SafeLang13 failure) created by daniel.is.fischer
During a validate run, SafeLang?13 unexpectedly failed with differing …
11:39 Ticket #5437 (hSetEncoding resource leak on Linux) closed by igloo
fixed: Great, thanks Daniel
11:31 Ticket #5076 (No instance Show [: Int :] in dph-diophantine-opt) closed by daniel.is.fischer
fixed: Fixed, dph-diophantine-opt now passes.
04:46 Ticket #5439 (Crash in TcEnv.lhs line 461) created by mikhail.vorozhtsov
The attached program makes GHC panic: […]
04:15 Ticket #3975 (filepath: normalise trailing dot) closed by igloo
fixed: I've fixed normalise "/" in […] I'm not sure it's worth uploading …
02:12 Ticket #5438 (Wrong result for element check) created by daniel.is.fischer
On the [ http://haskell.org/pipermail/beginners/2011-August/008422.html

08/28/11:

23:45 Ticket #5437 (hSetEncoding resource leak on Linux) created by guest
toor@toor-desktop:~$ ghci GHCi, version 6.12.1: …
11:40 Ticket #5436 (text decoding doesn't use recover on eof) created by judahj
ghc-7.2.1 provides a way for TextEncodings to recover from decoding …
06:28 Ticket #5347 (Help Me Port Haskell to Haiku OS) closed by igloo
worksforme: trac is not good for having discussions. Please use the …

08/27/11:

14:45 Ticket #5384 (GHC.Integer.GMP.Internals no longer exports S# and J#) closed by daniel.is.fischer
fixed

08/26/11:

21:05 Ticket #5435 (GHCi linker should run constructors for linked libraries) created by pumpkin
As far as I can tell from my experimentation, any library that contains a …
06:21 BlockObjects edited by chak
(diff)
06:09 BlockObjects/FakingIt edited by chak
(diff)
05:41 GhcKinds edited by ia0
(diff)
02:33 WorkingConventions/Git edited by simonmar
(diff)
00:05 QSortB_wrapper.hs attached to BlockObjects/FakingIt by chak
Quicksort example using a foreign import wrapper

08/25/11:

23:47 BlockObjects/FakingIt edited by chak
(diff)
23:33 BlockObjects/FakingIt edited by chak
(diff)
23:05 BlockObjects edited by chak
(diff)
23:04 BlockObjects/FakingIt edited by chak
(diff)
22:48 BlockObjects edited by chak
(diff)
13:43 Ticket #5431 (Add popCount to Data.Bits) closed by tibbe
fixed: I've pushed this as 7afc8f048b54d3a496585a9d2b674585ee3de495
10:35 Ticket #5434 (<no location info> for shadowing warnings in TH-generated code) created by byorgey
See attached test case, which causes this warning to be printed when …
10:15 Ticket #5433 (Compiler generates invalid assembly with "bad register name") created by bos
While working on the [ http://hackage.haskell.org/package/statistics
05:25 BlockObjects edited by chak
(diff)
04:45 BlockObjects edited by chak
(diff)
04:45 Ticket #5396 (rare segfault in a terminal game) closed by simonmar
fixed: […]
04:41 BlockObjects edited by chak
(diff)
04:39 BlockObjects edited by chak
(diff)
04:35 Repositories edited by igloo
(diff)
04:29 BlockObjects edited by chak
(diff)
04:05 Ticket #5419 (integer-gmp no longer exports S# and J#) closed by igloo
fixed: Fixed by: […]
03:18 Ticket #5432 (hp2ps bug with relative path names) created by simonmar
dominic@steinitz.org reports on glasgow-haskell-users: If I use …
02:19 WorkingConventions/Git edited by simonmar
(diff)
02:19 WorkingConventions/Git edited by simonmar
(diff)
01:30 Ticket #5431 (Add popCount to Data.Bits) created by tibbe
Now when we have a fast popCnt# primop it would be nice to expose it to …
00:29 Ticket #5430 (System.Time.formatCalendarTime: %j starts at 0 whereas strftime's %j ...) created by guest
The documentation states formatCalendarTime: […] The formatting string …

08/24/11:

19:11 BlockObjects/UsingXPC edited by chak
(diff)
18:52 BlockObjects/UsingXPC created by chak
18:21 BlockObjects edited by chak
(diff)
16:40 Ticket #5429 (Docase notation as GHC extension) created by tomasp
Many monads provide additional combinators for parallel composition, …
14:45 Ticket #5427 ('#' becomes an illegal first-character of a QuasiQuote line when CPP is ...) closed by igloo
wontfix: When CPP is enabled, we just run cpp on the source code. cpp doesn't …
14:12 Ticket #5428 (Creating executable in OS X Lion) created by sweirich
Can't seem to create an executable when the module is not named "Main" …
11:03 Ticket #5427 ('#' becomes an illegal first-character of a QuasiQuote line when CPP is ...) created by GregWeber
{-# LANGUAGE CPP #-} <pre> [hamlet| #{foo} |] </pre> This will fail to …

08/23/11:

13:09 Ticket #5420 (writeFile should use openBinaryFile) closed by simonmar
invalid: This is by design. If you want to write binary data, use …
07:27 Ticket #5426 (Clever programs violate GHC assumptions about representation) created by batterseapower
Consider this program: […] When compiled run it produces this result: …
05:50 Ticket #5417 (GHCi browse gets type families wrong) closed by simonpj
fixed: Test added, so I'm closing. Thanks for pointing out the bug(s)! Simon

08/22/11:

20:39 DataParallel/VectPragma edited by chak
(diff)
07:29 DataParallel/VectPragma edited by chak
(diff)
05:31 Ticket #5425 (Panic: the impossible happened charType '\955') created by dpmulligan
GHCi 7.0.3 panic on loading file with multiline strings and Unicode …
00:34 DefaultSuperclassInstances edited by simonpj
(diff)

08/21/11:

21:53 Building/ARMLinuxGnuEABI edited by kgardas
(diff)
20:28 DataParallel/Replicate edited by chak
(diff)
20:25 DataParallel/Replicate edited by chak
(diff)
06:37 DataParallel/VectPragma edited by chak
(diff)

08/19/11:

19:41 Repositories edited by dterei
Update win32 repo (diff)
12:14 Ticket #5424 (Validate error under 7.2.1 caused by incomplete pattern warnings in new ...) created by dterei
the files compiler/cmm/Cmm.hs, compiler/cmm/CmmNode.hs and …
09:18 KindFact edited by illissius
(diff)
02:04 Commentary/Rts/Storage/GC edited by henrique
(diff)
01:14 GhcKinds edited by ia0
(diff)
01:13 GhcKinds edited by ia0
user's guide (diff)
Note: See TracTimeline for information about the timeline view.