Timeline


and

11/15/10:

15:36 Ticket #4486 (Unable to satisfy "Defined but not used: data constructor" warning) closed by simonpj
worksforme: I can't reproduce this. Here's the module I'm compiling: […] Here we …
15:29 Ticket #4489 (The new flag -fwarn-missing-import-lists does not recognize the (..) form ...) closed by simonpj
fixed: Good point. Fixed by […] Simon
15:28 Ticket #1769 (Deriving Typeable for data families) closed by simonpj
fixed: OK, I've done this […] Simon
14:33 SafeHaskell edited by alejandro.russo
(diff)
10:42 Ticket #4495 (GHC fails to inline methods of single-method classes) created by diatchki
Consider the following module: […] GHC has a nice optimization where …
07:01 Ticket #4174 (Jumbled error message from type family operator) closed by simonpj
fixed: This bug is fixed by the latest wave of typechecker fixes (I'm not sure …
01:58 Ticket #4472 (Funny memory leak error with ghc-6.12.3 -debug in Agda-2.2.8) closed by simonmar
fixed: Thanks - optimistically closing as fixed then. Please re-open if the …

11/14/10:

19:52 Commentary/Compiler/Backends/LLVM/WIP edited by dterei
(diff)
19:50 Commentary/Compiler/Backends/LLVM/WIP edited by dterei
Add some more ideas (diff)
08:54 Ticket #4432 (T3738 fails due to too little allocation) closed by igloo
fixed: Fixed by: […]
08:50 Ticket #4447 (DocBook detection in autoconf is against an old version; patch enclosed) closed by igloo
fixed: Fixed by: […]
07:23 Ticket #4320 (GHC Build System: make clean on windows requires ./configure to be rerun) closed by igloo
worksforme: It works for me. If you still think there's a problem, can you please …
07:00 Ticket #4357 (Parallel build broken) closed by igloo
fixed: Fixed by: […]
06:06 Ticket #4375 (read :: String -> StdGen behaves oddly with respect to documentation.) closed by igloo
fixed: Actually, already fixed by: […]

11/13/10:

14:25 Ticket #4477 (GHC (without -XBangPatterns) silently accepts bang patterns in outermost ...) closed by igloo
fixed: Fixed by: […]
13:16 Ticket #4433 (Suboptimal rendering of long type signatures) closed by igloo
wontfix: I'll close this ticket for now, but if someone wants to take the reins …

11/12/10:

18:22 Commentary/Compiler/GeneratedCode edited by draconx
Fix spelling errors (diff)
14:18 Ticket #4342 (Review containers changes) closed by igloo
fixed: Thanks; I've pushed the patches, so I think we can close this ticket now. …
08:44 Ticket #4494 (Another regression with type families) created by rl
Program (compile with ScopedTypeVariables): […] The current head …
07:54 Ticket #4484 (Regression: Combination of GADTs and Type families) closed by igloo
fixed: Merged.
07:54 Ticket #3440 (Improve error message for GADT failures) closed by igloo
fixed: Merged, as […] depended on it.
07:53 Ticket #836 (rebindable if-then-else syntax) closed by igloo
fixed: This patch: […] depended on this, so I ended up merging it.
05:08 Ticket #4492 (Type families regression) closed by simonpj
fixed: Thanks. Fixed by the same patch as #4484. I've added this program as a …

11/11/10:

14:59 Ticket #4493 (Child from forkProcess calls select/read on parent's Handle, stealing data ...) created by josh
In trying out  git-annex on a large …
12:42 Ticket #4492 (Type families regression) created by rl
Here is a small program: […] The current head complains: […] …
10:08 Ticket #4491 (dataToQa uses only unqualified names when converting values to their TH ...) created by gmainland
The dataToQa function in Language.Haskell.TH.Quote always use …
08:21 Blog: New directions for Template Haskell comment added by carette
As the principal 'mover' behind Part B, I am very happy with the proposal …
03:33 Ticket #4490 (failure during install_doc) created by maeder
when trying to install from a binary distribution of ghc-7.0.0.20101028 on …
01:50 Ticket #4449 (GHC 7 can't do IO when demonized) closed by simonmar
invalid: Replying to kazu-yamamoto: > What is a right way to implement …

11/10/10:

13:53 Ticket #4489 (The new flag -fwarn-missing-import-lists does not recognize the (..) form ...) created by andressr
When using the (..) form of import and the new flag …
12:21 Ticket #4458 (ghc: panic while installing hcodecs) closed by igloo
duplicate: Thanks for the report. Happily this is a duplicate of #4345, already fixed …
10:55 Ticket #4488 (Warn about unnecessary fromIntegral and other conversions) created by mitar
GHC should report unnecessary fromIntegral and other conversions. …
10:48 Ticket #4487 (.ghci file is kept open while ghci is running) created by NeilMitchell
Given a .ghci file in the current directory, when I start ghci
09:54 Commentary/Rts/Storage/GC/Immix edited by marcotmarcot
Spelling (diff)
08:55 Ticket #2510 (Environment modification during installation should be optional) closed by NeilMitchell
fixed: When installing a GHC 7 nightly I get the option not to set the path, …
08:08 Ticket #4483 (Offside rule for function definitions) closed by simonmar
invalid: It's not at all clear how this would fit into the current design of the …
07:40 Ticket #4068 (GHC 6.12.2 on Mac OS X from GHC-6.12.2-i386.pkg fails with "Undefined ...) closed by igloo
invalid: As far as I can see, this is not a GHC bug. The problem is that code is …
05:55 SafeHaskell edited by simonpj
(diff)
02:19 SafeHaskell edited by simonmar
(diff)
01:34 SafeHaskell edited by David
(diff)
00:31 SafeHaskell edited by simonpj
(diff)
00:29 SafeHaskell edited by simonpj
(diff)
00:26 SafeHaskell edited by simonpj
(diff)
00:25 SafeHaskell edited by simonpj
(diff)
00:24 SafeHaskell edited by simonpj
(diff)

11/09/10:

11:47 Ticket #4486 (Unable to satisfy "Defined but not used: data constructor" warning) created by mitar
I am unable to satisfy "Defined but not used: data constructor" warning. I …
11:39 Ticket #1521 (Problems building the time library with Cabal / Setup.hs) closed by michalt
wontfix: This is not a ticket about GHC and seems to be fixed anyway …
02:52 Status/SLPJ-Tickets edited by simonpj
(diff)

11/08/10:

15:27 Ticket #4485 (Per-class incoherence, and solve incoherent instances last) created by JeremyShaw
The behavior of type-inference and OverlappingInstances has changed …
00:37 SafeHaskell edited by David
(diff)
00:23 SafeHaskell edited by David
(diff)
00:05 SafeHaskell edited by David
(diff)

11/07/10:

23:33 Ticket #4449 (GHC 7 can't do IO when demonized) closed by kazu-yamamoto
fixed: I have tested direct-daemonize 2.0 on MacOS and confirmed that this bug …
02:42 Ticket #4484 (Regression: Combination of GADTs and Type families) created by sjoerd_visscher
The function "fails" compiles in 6.12.3 but not in 7.1 HEAD. […] The …
02:29 Ticket #4483 (Offside rule for function definitions) created by gidyn
[…]
02:25 Ticket #4482 (Allow type variables to be instantiated as a typeclass) created by gidyn
Allow code such as […] This would eliminate the need for manual wrapper …
02:15 Ticket #4481 (Functor, Pointed, Applicative, Monad) created by gidyn
As pointed out on …
00:40 Ticket #4480 (System.Directory.canonicalizePath gives bad result) closed by benl
worksforme: Nevermind, look's like it's fixed in the head.

11/06/10:

16:48 Ticket #4480 (System.Directory.canonicalizePath gives bad result) created by erikd
Running ghci on linux with an empty path gives different wrong results …
12:50 Ticket #4479 (Add Type Directed Name Resolution) created by gidyn
A request to implement …
08:24 Ticket #4478 (Exporting the same entity twice should not be a warning) created by kosmikus
Here is a minimal sample module: […] This module results in a lot of …
07:26 Ticket #4477 (GHC (without -XBangPatterns) silently accepts bang patterns in outermost ...) created by dons
GHC 6.8, 6.12, 7.0 at least accept bang patterns on the outside of …

11/05/10:

22:52 UnresolvedInfixExpressions edited by reinerp
(diff)
22:19 UnresolvedInfixExpressions created by reinerp
08:29 Ticket #4476 (Event log header: Startup event length wrong) created by scpmw
GHC currently writes 0 as the length of the EVENT_STARTUP event. That's …
02:41 Ticket #3812 (segfault in maybePerformBlockedException) closed by maeder
invalid: I've made a new ticket #4475 since I do no longer see a relation to the …
02:35 Ticket #4475 (unreliable ghc on sparc) created by maeder
I was able to create and successfully use ghc-7 RC2 …
02:28 Ticket #4474 (3 ways to write a function (unexpected performance difference and ...) created by claus
Consider the attached comparison.hs, a small performance test for …
00:37 Ticket #4473 (GHC --make switch does not set file timestamp correctly) created by mitar
I am using GHC --make in bigger Makefile setup. I am having problems that …
00:14 Ticket #4343 (Add throwSTM and generalize catchSTM) closed by basvandijk
fixed: The latest  stm-2.2.0.1 seems to …

11/04/10:

18:33 Ticket #4472 (Funny memory leak error with ghc-6.12.3 -debug in Agda-2.2.8) created by wkahl
I observe is a reproducible corruption of RTS data structures when running …
11:31 Ticket #4471 (Incorrect Unicode output on Windows Console) created by sankeld
To reproduce, * start a windows console * Change the console's font to …
06:15 Status/SLPJ-Tickets edited by simonpj
(diff)
05:30 Ticket #698 (GHC's internal memory allocator never releases memory back to the OS) closed by igloo
fixed: Fixed by: […] in HEAD and 7.0.
03:25 Ticket #4470 (Loop optimization: identical counters) created by choenerzs
Consider the small program below, where 'f' has to counters 'i' and 'j'. …

11/03/10:

16:03 Ticket #4461 (make binary-dist tries to tar non-existing files) closed by igloo
fixed: Thanks for the report; fixed in HEAD and 7.0 by: […]
14:48 Ticket #4469 (recompilation or build system bug) created by igloo
First reported here: …
06:48 Ticket #4348 (bounds error on sparc when compiling haddock) closed by igloo
fixed: Applied to HEAD and 7.0; thanks!
05:23 Ticket #4468 (Linking libstdc++ is broken on Windows) created by rl
Foo.hs: […] file.cpp: […] Building with: […] and then running …
04:27 Ticket #4251 (GHC hangs during Network.HTTP.simpleHTTP on Windows XP SP3, Windows 7) closed by simonmar
invalid: As far as I know there isn't a bug tracker for HTTP. however I notified …
03:10 Status/SLPJ-Tickets edited by simonpj
(diff)
01:25 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
01:25 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
01:10 CrossCompilation edited by nathanhowell
(diff)

11/02/10:

14:35 Status/Oct10 edited by simonpj
(diff)
14:23 Status/Oct10 edited by simonpj
(diff)
14:21 Status/Oct10 edited by simonpj
(diff)
13:26 Ticket #4467 (Too many literals?) closed by igloo
duplicate: Thanks for the report. Happily, this is already fixed in the HEAD and 7.0 …
13:12 Ticket #4467 (Too many literals?) created by Kalani
[…]
12:48 Ticket #4466 (Add extension for type application) created by igloo
In  http://www.haskell.org/pipermail/libraries/2010-October/014761.html we …
10:23 Ticket #4465 (GHCi linker failure on Windows) created by joellathrop
On Windows, GHCi seems unable to find a DLL in a non-standard location, …
08:05 Ticket #4464 (RTS options broken for dynamic libraries) created by rl
There are several problems here. Firstly, GHC doesn't seem to respect …
06:23 Status/Oct10 edited by igloo
(diff)
06:10 Status/Oct10 edited by igloo
(diff)
05:57 Status/Oct10 edited by igloo
(diff)
05:51 Status/Oct10 edited by duncan
Add section on the parallel Haskell project (diff)
02:12 Ticket #4463 (CORE notes break optimisation) created by rl
I think at some point we decided that Core notes shouldn't affect …

11/01/10:

17:52 Ticket #4462 (-dcore-lint error in simplifier phase 0 when profiling) created by wkahl
I am getting another core-lint error when compiling Agda with profiling …
13:03 Ticket #4461 (make binary-dist tries to tar non-existing files) created by maeder
I only notice now that at the end of "make binary-dist" I get non-fatal …
05:36 Status/Oct10 edited by simonpj
(diff)
05:36 Status/Oct10 edited by simonpj
(diff)
05:34 Status/Oct10 edited by simonpj
(diff)
03:51 Status/Oct10 edited by simonmar
(diff)
03:49 Status/Oct10 edited by simonmar
(diff)
02:12 Ticket #4460 (Input is not echoed when GHCi is suspended and subsequently brought to ...) created by manzyuk
How to reproduce: 1. Start ghci. 2. Press Ctrl-Z to suspend it. 3. …
01:16 Ticket #2846 (Impredicativity bug: GHC crash by type signature) closed by simonpj
fixed: Yes, that's fine. The error message Michal gives is with …

10/31/10:

04:52 Ticket #4459 (Polymorphic Data.Dynamic) created by vivian
At some point in the compilation process an expression acquires a …

10/30/10:

11:38 Ticket #4458 (ghc: panic while installing hcodecs) created by jinjing
* error output […] * to reproduce: […]
05:59 Ticket #4454 (Misleading errors from Network.Socket) closed by tibbe
invalid: Please file a bug (i.e. copy this bug) on the network trac: …

10/29/10:

18:01 Ticket #4457 (Way to determine if code is running in thread fixed on capability) created by mitar
I would request a way to determine if code is running in thread fixed on …
17:45 Ticket #4456 (Missing atexit symbol) created by mitar
GHCi is missing atexit symbol so modules with FFI functions which use …
15:42 Ticket #4455 (Add Applicative instance for ST) created by pumpkin
ST has a Functor and a Monad instance, but no Applicative instance. This …
11:14 Ticket #4444 (SPECIALISE pragma rejected; regression) closed by igloo
fixed: Merged.
09:37 Ticket #4454 (Misleading errors from Network.Socket) created by Olathe
== Problem == You must wrap sockets code with …
08:58 Commentary/Compiler/GenericDeriving edited by simonpj
(diff)
07:31 Ticket #4453 (Allow specifying .hi files of imports on command line in batch mode) created by duncan
It is useful for a build agent (e.g. cabal, or makefile) to have full …
06:10 Ticket #4452 (Graphics.Win32.GDI.Clip.enumClipboardFormats fails on success.) created by fryguybob
According to the documentation for the Win32 EnumClipboardFormats …
04:33 Ticket #4451 (Re-linking avoidance is too aggressive) created by simonmar
I'm constantly annoyed by having to rm the binary when I want to relink …
04:25 Ticket #4450 (Do stack squeezing before expanding stack) closed by simonmar
invalid: When the stack overflows, we do stack squeezing and then we also expand …
04:11 Ticket #4450 (Do stack squeezing before expanding stack) created by simonpj
The presenting effect is that nofib/spectral/hartel/genfft exhibits …
02:16 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
01:32 SafeHaskell created by simonpj
01:19 Ticket #4449 (GHC 7 can't do IO when demonized) created by kazu-yamamoto
If a daemon is complied with GHC 7.1 with the -threaded option, the daemon …

10/28/10:

21:30 Blog: New directions for Template Haskell comment added by guest
+1 x 1000 for parseHaskell. It's something I've been missing and because …
09:28 Ticket #4445 (Sometimes exit() is called instead of stg_exit()) closed by igloo
fixed: Fixed in HEAD and 7.0 branch by […]
07:42 Ticket #4395 (T1735(ghci) failing with core-lint error) closed by igloo
fixed: The ghci way was failing in 7.0, so I've marked it as broken for GHC < 7.1 …
06:38 WorkingConventions/BugTracker edited by igloo
(diff)
06:21 WorkingConventions/BugTracker edited by igloo
(diff)
05:59 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
05:40 Ticket #4427 (hGetBuf sometimes reads fewer bytes than required) closed by igloo
fixed: Merged.
05:39 Ticket #4424 (Dynamically set -hide-all-packages is being ignored.) closed by igloo
fixed: Merged.
05:07 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
05:01 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
04:37 Commentary/Compiler/GenericDeriving edited by dreixel
(diff)
04:24 Commentary edited by simonpj
(diff)
04:24 Commentary/Compiler/GenericDeriving created by simonpj
04:18 Status/Oct10 edited by simonpj
(diff)
03:11 Ticket #2831 (Floated error expressions get poor strictness, leaving bad arity) closed by simonpj
fixed: Works fine with new inline story. The inline template is what you write, …
03:08 Status/SLPJ-Tickets edited by simonpj
(diff)
01:15 Status/Oct10 edited by simonpj
(diff)
01:15 Status/Oct10 edited by simonpj
(diff)
01:14 Status/Oct10 edited by simonpj
(diff)
01:12 Status/Oct10 edited by simonpj
(diff)

10/27/10:

22:45 Status/Oct10 edited by chak
(diff)
20:50 Status/Oct10 edited by chak
(diff)
16:09 Ticket #4448 (Another case of SpecConstr not specialising) created by rl
Compile with -O2 -fno-spec-constr-count -fno-spec-constr-threshold: …
15:24 BugSweep edited by mjg
Removed #1058 #1434 #1499 #1666 #2396 #2399 #2683 #3064 #3605 #3638 #3651 (diff)
15:19 BugSweep edited by mjg
Removed #1182 (diff)
15:17 Ticket #4447 (DocBook detection in autoconf is against an old version; patch enclosed) created by dankna
Running ./configure on a stock 7.0.0.20101026 snapshot reports: […] …
15:16 Ticket #1182 (splitAt does not implement H98 report behaviour, it is too strict in 'n') closed by mjg
wontfix: So this behaviour that is intended deviation from Haskell98.
15:12 BugSweep edited by mjg
Removed #2551 and #2614 (diff)
15:00 Ticket #2551 (Allow multiple modules per source file) closed by mjg
wontfix: Current arrangement seems reasonable "as-is". Another way to achieve …
13:26 Ticket #4388 (Unexpected failures, too much allocation) closed by igloo
duplicate: The recent regression should be fixed by […] I'm closing this ticket …
12:13 Ticket #1666 (-Werror aborts too early) closed by simonmar
fixed: Done: […]
10:52 Ticket #4446 (linker symbol name clashes between rts and system libs) created by duncan
Since we are still using static linking then we still have problems with …
07:29 Status/SLPJ-Tickets edited by simonpj
(diff)
06:40 Ticket #4439 (GHC doesn't detect trivial complete pattern with the combination of ...) closed by igloo
fixed: Merged.
06:40 Ticket #4431 (SpecConstr doesn't specialise) closed by igloo
fixed: Merged.
06:40 Ticket #4396 (tc003(hpc) failing with link error) closed by igloo
fixed: Second now merged too, along with […]
01:34 DarcsEvaluation edited by simonmar
(diff)

10/26/10:

18:07 Ticket #4445 (Sometimes exit() is called instead of stg_exit()) created by augustss
In rts/win32/seh_excn.h the exit() function is used instead of stg_exit(). …
17:32 Ticket #4437 (unregistered language extensions) closed by igloo
fixed: Thanks, I've added a test to GHC's testsuite.
13:35 Ticket #4241 (Optimization causes HUnit to behave incorrectly) closed by igloo
fixed: The patch wasn't in 6.12.3. Please re-open if you think there's still a …
09:03 Ticket #4444 (SPECIALISE pragma rejected; regression) created by igloo
Compiling this module: […] fails with: […] This is causing build …
09:02 Ticket #4443 (Don't require users to use undefined) created by basvandijk
Users of the sizeOf or alignment methods (:: a -> Int) of the …
08:02 Ticket #4442 (Add unaligned version of indexWordArray#) created by tibbe
indexWordArray# takes an offset in whole words, making it impossible to …
06:48 Ticket #4441 (NCG miscompiles Double -> Float -> Double) created by dterei
I have a need to truncate a double to only float precision but then store …
03:24 Ticket #4436 (Render multi-line strings more prettily in Template Haskell) closed by simonpj
fixed: Fixed by […] Plus in base […] Plus in template-haskell […] It's a …

10/25/10:

17:29 Status/Oct10 edited by dterei
Added LLVM backend details. (diff)
12:30 Ticket #4440 (time004 fails depending on the date) created by daniel.is.fischer
Since the change between DST and reasonable time does not take place on a …
11:54 Ticket #4439 (GHC doesn't detect trivial complete pattern with the combination of ...) created by batterseapower
This program exhibits the behaviour: […] GHCs output is puzzling: …
11:47 Ticket #4438 (Rename and register the "PArr" language extension when it is judged to be ...) created by duncan
Language extensions used in distributed packages need to be registered in …
11:42 Ticket #4437 (unregistered language extensions) created by duncan
There is a central registry of language extensions in the module …
08:11 Ticket #4436 (Render multi-line strings more prettily in Template Haskell) created by simonpj
Kathleen Fisher writes: In the quasi-quoter, would it be hard to have the …
03:44 Blog: New directions for Template Haskell comment added by reinerp
I propose the following as an alternative to Part A. In addition to the …
01:59 Blog: New directions for Template Haskell edited by simonpj
01:46 Blog: New directions for Template Haskell edited by simonpj
01:20 Blog: New directions for Template Haskell edited by simonpj
01:16 Blog: New directions for Template Haskell comment added by simonpj
Ashley: I'm afraid I don't know what you mean by "do GADTs as well". You …

10/24/10:

16:54 Ticket #4435 (T3016 failed with timeout (hpc and optasm)) created by daniel.is.fischer
[…] Same cause as #4434 perhaps?
16:47 Ticket #4434 (barton-mangler-bug failed with timeout (multiple ways)) created by daniel.is.fischer
[…] also for normal, hpc, optasm, threaded2.
16:16 Ticket #4433 (Suboptimal rendering of long type signatures) created by osaunders
At present GHCi displays the type signature of zipWith7 like this: …
14:06 Ticket #4432 (T3738 fails due to too little allocation) created by daniel.is.fischer
[…] Update test?
11:11 Status/Oct10 edited by igloo
(diff)
10:59 Status/Oct10 edited by igloo
(diff)
10:57 Status/Oct10 edited by igloo
(diff)
10:48 Status/Oct10 edited by igloo
(diff)
09:06 Ticket #4431 (SpecConstr doesn't specialise) created by rl
Compile this with -O2 -fno-spec-constr-count: […] SpecConstr …
09:02 Ticket #3064 (Very long compile times with type functions) closed by igloo
fixed: Test added.
08:57 Ticket #3516 ([PATCH] ppc64: broken 'foreign import wrapper') closed by igloo
fixed: Thanks; applied to HEAD and 7.0 branch.
08:22 Ticket #4379 (Add Random instances for more base types) closed by igloo
fixed: Bas said on the list: […] (please try to remember to add the summary to …
02:44 Status/Oct10 edited by tibbe
Expanded the new I/O manager section (diff)

10/23/10:

11:02 Ticket #4321 (Unexpected stack overflow prevented by superfluous type annotation) closed by igloo
fixed: 7.0.1 RC 1 works for me on i386, with the -msse2 flag.
10:45 Ticket #3738 (Typechecker floats stuff out of INLINE right hand sides) closed by igloo
fixed: Test added.
10:45 Ticket #3736 (GHC specialising instead of inlining) closed by igloo
fixed: Test added.
08:08 Ticket #4352 (no ghc/haskell icon for .hs files on Windows) closed by igloo
fixed: That fix has been applied.
05:08 Ticket #4398 (Panic with FlexibleContexts and rewrite rules) closed by igloo
fixed: Both merged.

10/22/10:

21:18 Blog: New directions for Template Haskell comment added by reinerp
If part A is "just about generating syntax trees", is there a reason to …
21:07 Ticket #4430 (Better support for resolving infix expressions in template haskell) created by reinerp
Consider writing a quasiquoter to parse haskell (for example, the …
20:49 Ticket #4429 (Ability to specify the namespace in mkName) created by reinerp
Given […] If we do reify (mkName "Foo") then we get the …
17:12 Ticket #4428 (Local functions lose their unfoldings) created by rl
I'm attaching 2 modules, both should be compiled with -O2. Let's look at …
16:19 Status/Oct10 edited by igloo
fix typos (diff)
16:07 Status/Oct10 edited by simonpj
(diff)
16:04 Status/Oct10 edited by simonpj
(diff)
16:01 Status/Oct10 edited by simonpj
(diff)
15:57 Status/Oct10 edited by simonpj
(diff)
15:56 Status/Oct10 edited by simonpj
(diff)
15:55 Status/Oct10 created by simonpj
15:54 Status edited by simonpj
(diff)
02:33 ErlangInHaskell created by simonpj
02:24 Ticket #4427 (hGetBuf sometimes reads fewer bytes than required) created by rl
The attached program repeatedly calls hGetBuf and prints how much it …
01:53 Status/SLPJ-Tickets edited by simonpj
(diff)
01:52 Status/SLPJ-Tickets edited by simonpj
(diff)
01:48 Ticket #3638 (Redundant signature required with RULES and GADTs) closed by simonpj
fixed: Indeed it is fixed. Regression test added Simon
01:19 Ticket #4426 (Simplify the rules for implicit quantification) created by simonpj
This thread …

10/21/10:

13:23 Ticket #4425 (the "impossible happened" while building regex-posix-0.94.4 with GHC 7) closed by dleuschner
duplicate: Sorry! I just saw that this issue is already fixed. (Ticket #4345)
13:18 Ticket #4425 (the "impossible happened" while building regex-posix-0.94.4 with GHC 7) created by dleuschner
Here's the output... Configuring regex-posix-0.94.4... Preprocessing …
09:59 Ticket #4424 (Dynamically set -hide-all-packages is being ignored.) created by nominolo
Consider the following two alternative ways of specifying dynflags: […] …
07:13 Ticket #4369 (No instances for Eq and Ord for Located e) closed by igloo
fixed: Merged.
07:13 Ticket #4336 (Better implementation of recip for Ratio a) closed by igloo
fixed: Merged.
07:13 Ticket #4335 (fromRational broken for Ratio a) closed by igloo
fixed: Merged.
07:12 Ticket #4337 (Better power for Rational) closed by igloo
fixed: Merged.
07:10 Ticket #4418 (Superclass functional dependencies are ignored during instance selection) closed by igloo
fixed: Merged.
07:09 Ticket #4420 (T3851 fails because of untouchable type variables and escaping skolems) closed by igloo
fixed: I'm assuming the appropriate patch got merged, as I think I've merged all …
07:07 Ticket #2399 (Template Haskell: support for view patterns) closed by igloo
fixed: All 3 merged.
04:49 Ticket #4387 (Huge executables with GHC 7) closed by igloo
fixed: Both merged.
04:43 Ticket #4334 (Make lines stricter to fix space leak) closed by igloo
fixed: Both merged.
04:42 Ticket #4367 (Compiler space regression in 7.0.1 RC 1) closed by igloo
fixed: Merged.
04:42 Ticket #3605 (Dll's freeze with -threaded) closed by igloo
fixed: Both merged.
04:41 Ticket #1434 (Missing RULEs for truncate) closed by igloo
fixed: Merged
04:41 Ticket #4401 (Functional dependencies regression) closed by igloo
The patch above has been merged, as has the test. Please reopen if there's …
04:36 Status/SLPJ-Tickets edited by simonpj
(diff)
04:35 Ticket #4356 (type instance doesn't work when the type is (->)) closed by simonpj
fixed: Fixed by new type checker. I've added a regression test. Simon
04:32 Ticket #2683 (Boxy-type ASSERT failure in 6.10: panic in xmonad-contrib) closed by simonpj
fixed: No response from Don, so closing. The code that has the ASSERT is gone …
04:30 Status/SLPJ-Tickets edited by simonpj
(diff)
04:30 Status/SLPJ-Tickets edited by simonpj
(diff)
01:14 Ticket #4423 (Remove 'rename' and friends from TH.Lib) created by simonpj
There are a handful of functions in the template-haskell package, module …

10/20/10:

13:07 Ticket #4422 (Export String from Data.String) created by basvandijk
== Proposals == This ticket makes three proposals, in order of importance …
07:54 Ticket #4419 (dph tests fail with panic) closed by igloo
fixed: Yes, was my fault, but should work now.
07:20 Ticket #4389 (Unexpcted failure, ambiguous type variable defaulted (ghci)) closed by simonpj
fixed
07:06 Ticket #4343 (Add throwSTM and generalize catchSTM) closed by simonmar
fixed: Applied, thanks! I've also bumped the version of the stm package to …
04:32 Ticket #4421 (Compilation performance regression) created by simonmar
This patch […] Had a big impact on compile times, we probably need to …
01:52 Blog: New directions for Template Haskell comment added by Ashley Yakeley
+1 overall. Are you going to do GADTs as well?

10/19/10:

19:34 Ticket #4412 (Produce CUDA code) closed by chak
invalid: Unfortunately, compiling Haskell to CUDA is impossible as GPUs do not …
19:18 Ticket #4420 (T3851 fails because of untouchable type variables and escaping skolems) created by daniel.is.fischer
[…]
19:14 Ticket #4419 (dph tests fail with panic) created by daniel.is.fischer
I got several panics for dph tests with the latest HEAD: […] The same …
18:12 Ticket #2396 (Default class method not inlined) closed by reinerp
fixed: The given program fails to compile with the 7.0 release candidate, due to …
18:07 Ticket #4418 (Superclass functional dependencies are ignored during instance selection) created by reinerp
The following example compiles with ghc-6.12.3, but not with …
14:59 Blog: New directions for Template Haskell comment added by simonpj
Brief rejoinders: * Yes, Part A encompases #1476; I've made that explicit …
14:55 Blog: New directions for Template Haskell edited by simonpj
14:43 Blog: New directions for Template Haskell edited by simonpj
14:42 Blog: New directions for Template Haskell edited by simonpj
10:56 Ticket #1058 (Highlight matching parantheses in Visual Studio) closed by michalt
wontfix: Unless I'm missing something, this is not something that can be fixed …
10:35 Ticket #1499 (Visual Haskell installer issue(s)) closed by michalt
wontfix: All the links in the bug description are dead. And looking at above …
09:13 Status/SLPJ-Tickets edited by simonpj
(diff)
09:00 Ticket #4405 (tcfail138 compiles but shouldn't) closed by simonpj
fixed: Done
08:59 Ticket #4395 (T1735(ghci) failing with core-lint error) closed by simonpj
fixed: Fixed.
08:58 Ticket #4394 (IPRun failure) closed by simonpj
fixed: Fixed.
08:56 Ticket #3651 (GADT type checking too liberal) closed by simonpj
fixed: Fixed. We now get all three errors. Simon
08:56 Ticket #4392 (tcrun020 failure) closed by simonpj
fixed: Now fixed
08:55 Ticket #4401 (Functional dependencies regression) closed by simonpj
fixed: This is fixed now. Test is in place.
08:53 Blog: New directions for Template Haskell comment added by m4dc4p
I am excited to see #2041. It seems that will allow you to splice in …
08:45 Blog: New directions for Template Haskell comment added by illissius
I've definitely run into the "I just want to build ASTs, why must you …
08:20 Ticket #4097 (Runtime segfaults on +RTS -hr) closed by igloo
fixed: I've just fixed a retainer profiling segfault, and retainer profiling of …
06:12 Debugging/CompiledCode edited by igloo
(diff)
04:44 Ticket #4416 (Quasiquoting without bloating) closed by simonpj
duplicate: Dup of #4417
04:28 Blog: New directions for Template Haskell comment added by rrnewton
This would not directly related but would it be possible to fix …
04:25 Ticket #4417 (Quasiquoting without bloating) created by rrnewton
Quasiquoting is a compile-time feature, and sometimes can be useful for …
04:25 Ticket #4416 (Quasiquoting without bloating) created by rrnewton
Quasiquoting is a compile-time feature, and sometimes can be useful for …

10/18/10:

18:51 Ticket #4415 (ghci crash on Windows 7 64bits when press Ctrl-L) created by isomorphic
Hi All, On Windows 7 64bits, after launching ghci, press Ctrl-L to clear …
14:55 Blog: New directions for Template Haskell created by simonpj
12:54 BugSweep edited by michalt
Remove closed tickets. (diff)
08:38 Ticket #4414 (scc001 fails: one SCC entered 0 times; another not mentioned when ...) created by igloo
With optimisation off, g is entered 0 times, and with optimisation on …
07:48 Ticket #4413 ((^^) is not correct for Double and Float) created by daniel.is.fischer
Consider […] The cause is […] If we change it to […] it'll do the …
01:46 Ticket #1508 (hasktags program needs replacement) closed by simonmar
wontfix: It was removed from GHC last year: […] It is now on Hackage: …
01:37 Ticket #1184 (Hasktags misses symbol) closed by simonmar
wontfix: Replying to michalt: > Hasktags is not part of GHC repository …
00:18 Ticket #4229 (relatively simple test case for "internal error: PAP object entered!" on ...) closed by simonpj
fixed: Great. So I'll close the ticket. We have other tests for this. Simon

10/17/10:

17:46 Ticket #4407 (Test dph-smvm fails due to moved data definition) closed by benl
fixed
06:50 Ticket #4409 (Test ds061 doesn't compile due to (n+k) pattern) closed by igloo
fixed: Thanks; applied to HEAD and 7.0 branches.
06:48 Ticket #4354 (OS X installer deletes old versions, breaks symlinks) closed by igloo
fixed: Merged

10/16/10:

20:07 Ticket #4412 (Produce CUDA code) created by victorusu
I would like to suggest the generation of CUDA code by the GHC compiler. …
15:12 Ticket #4406 (Spurious Haddock links) closed by igloo
fixed: Fixed in HEAD and 7.0 branch: […]
14:00 Ticket #3731 (SYB gone wild - mysterious <<loop>> in code derived from an syb-with-class ...) closed by igloo
fixed: Test added.
13:17 Ticket #4411 (Incorrect defined but not used warning with record wildcards) closed by NeilMitchell
duplicate: Dupe of bug #4404
13:02 Ticket #4411 (Incorrect defined but not used warning with record wildcards) created by NeilMitchell
[…] With GHC 6.12.3 this gives the warning: […] i.e. p1
09:22 Ticket #4410 (Unable to install GHC on Mac) created by MeineWenigkeit
Hi! I tried to install the GHC on my Macbook Pro (Snow Leopard 10.6.4 …
06:50 Ticket #4409 (Test ds061 doesn't compile due to (n+k) pattern) created by daniel.is.fischer
(n+k) patterns are no longer in the standard, either remove the test or …
06:27 Ticket #4408 (dph-words-opt fails to compile) created by daniel.is.fischer
[…] Haven't yet found out why.
06:12 Ticket #4407 (Test dph-smvm fails due to moved data definition) created by daniel.is.fischer
[…] where U is the alias under which Data.Array.Parallel.Unlifted is …
Note: See TracTimeline for information about the timeline view.