Timeline


and

11/17/12:

15:23 Ticket #7108 (Link to haskell report in prelude) closed by igloo
fixed: The one in this ticket is fixed by […] The others I found are …
12:24 Ticket #7426 (import Foo hiding (X) should not be a fatal error when X is not exported ...) created by luqui
We recently got into a situation on a team where two developers had two …
10:20 DefaultSuperclassInstances edited by guest
(diff)
10:19 DefaultSuperclassInstances edited by guest
(diff)
09:05 Ticket #5831 (space_leak_001(ghci) segfaults on OS X x86_64) closed by igloo
worksforme: I was going to test whether dynamic-by-default fixed this, but now I can't …
08:25 Ticket #7425 (Add method to Data.Bits for creating zeroed values.) created by Aninhumer
The removal of the Num superclass from Data.Bits now means there is no …
08:13 Ticket #7424 (Add Data.Bits instance for Bool) created by Aninhumer
Given the common use cases for Data.Bits, it seems strange that there is …
02:30 Ticket #7423 (panic on typo in deriving clause) closed by guest
duplicate: Thanks for the report, but it's already fixed in GHC 7.6.1, bug #5961.
00:13 Ticket #7423 (panic on typo in deriving clause) created by guest
Consider the following: data T = T deriving (eq) Note the misspelled …

11/16/12:

17:16 Ticket #7422 (GHC panics while trying to derive Generic for GADT with kind-lifted ...) created by rpglover64
This may be a duplicate of #5884 Compiling the attached file gives the …
14:50 Ticket #7421 (Data.List.insert / insertBy do not match the documentation) created by Bart Massey
In Data.List from base 4.6.0.0 (as in every previous version), the …
07:06 Ticket #7407 (error: expected ';' before 'else') closed by simonmar
fixed
00:52 Ticket #7420 (mis-attributed kind in the explict type/kind signature) closed by simonpj
fixed: Thanks. Polymorphic kinds were not an advertised feature of GH 7.4; the …

11/15/12:

19:05 Ticket #7420 (mis-attributed kind in the explict type/kind signature) created by guest
The following simple code […] fails to type-check. The error message …
17:27 WorkingConventions/Git edited by joeyadams
Fix some spelling and capitalization errors (diff)
14:02 Ticket #7419 ("hpc markup" should accept multiple .mix file search paths) created by ttuegel
The markup mode of the hpc executable should accept multiple .mix file …
11:15 Ticket #7417 (replace Control.Concurrent.QSem) closed by igloo
wontfix: We've already agreed (unanimously, I think) to remove them from base …
10:55 Ticket #7418 (Writing to stderr is 7x slower than writing to stdout) closed by igloo
worksforme: Thanks for the report, but I agreed with parcs: the difference is caused …
08:11 Ticket #7418 (Writing to stderr is 7x slower than writing to stdout) created by SimonHengel
For some reason printing to stderr is significantly slower than printing …
07:40 Ticket #7417 (replace Control.Concurrent.QSem) closed by igloo
wontfix: There's no need to have semaphore code in base, nor any package that comes …
07:27 Ticket #7417 (replace Control.Concurrent.QSem) created by tibbe
Right now there's no replacement for packages in the HP (e.g. Cabal), …

11/14/12:

09:36 Ticket #7392 ("the impossible happened" when compiling Types.Substitutions) closed by simonpj
duplicate: Yes, I think it's almost certainly a dup of #7237, which has been merged …
04:42 Ticket #7403 (Segmentation fault) closed by simonmar
duplicate: See #7212
04:37 Ticket #5544 (threadDelay with large values crashes the IO manager on 64-bit OS X) closed by simonmar
duplicate: I think this is a dup of #6019, which was supposed to get merged into …
02:33 Ticket #7416 (ghci "attempting to use module ... which is not loaded" after cabal ...) created by j.waldmann
with ghc-7.6.1 (but also with ghc-7.4.1): I do "cabal install" (with no …

11/13/12:

19:51 Ticket #7415 (Add more error code support to GHC.Windows (patch)) created by joeyadams
This patch adds some infrastructure for the …
16:29 Ticket #7414 (plugins always trigger recompilation) created by jwlato
When compiling code with a ghc plugin, e.g. ghc -O -fplugin SomePlugin?
14:02 Ticket #7412 (Document how to import the special built-in functions such as inline) closed by igloo
fixed: Fixed, thanks.
13:00 Ticket #7413 (runghc (runhaskell) should be able to reload code on editing) created by va1en0k
Hot code reloading on file edit is an incredibly useful feature for server …
11:47 Ticket #7339 (GHC fails to build from source on Alpha) closed by igloo
fixed: Done
09:44 Ticket #7412 (Document how to import the special built-in functions such as inline) created by tibbe
The docs at …
05:38 Ticket #7411 (Exceptions are optimized away in certain situations) created by SimonHengel
The issue came up in …
05:05 Ticket #7410 (Type error says that tuple components have kind (* -> *)) created by benl
[…] The following type error says that the second argument to (,)
04:53 Ticket #7409 (Document special "this" module name for PackageImports extension) created by hvr
Migrated from …
03:16 Ticket #7408 (Do not warn on unused newtype constructors when used with FFI) created by SimonHengel
One of the things I love about GHC are the accurate warnings about unused …
03:05 Ticket #7407 (error: expected ';' before 'else') created by erikd
Building git HEAD on linux-ppc64 (don't think the platform is relevant …
02:44 WikiStart edited by guest
update to Oct12 report (diff)

11/12/12:

15:39 Ticket #7406 (-ddump-ds does not turn on -fforce-recomp) created by goldfire
According to …
12:13 Ticket #7405 (use of -no-hs-main causes TH compiles to fail) created by MtnViewMark
If you compile a project with -no-hs-main, so that you can (for example) …
11:15 Ticket #7404 (Inconsistent treatment of overlap between type and kind variables in type ...) created by goldfire
The following code compiles on 7.7.20121031: […] After some poking …

11/11/12:

15:32 DataParallel/VectPragma edited by chak
(diff)

11/10/12:

11:35 Ticket #7403 (Segmentation fault) created by bprentice
I am running Haskell 7.4.2 (64bit) on OS X 10.6.8 Here is the result of a …
11:15 Ticket #7402 (Warn about possible missing -XScopedTypeVariables on errors.) created by Aninhumer
Suggest that the user they may wish to add -XScopedTypeVariables, if an …
02:52 OverloadedLists edited by giorgidze
(diff)

11/09/12:

16:35 Ticket #7394 (SafeHaskell permits OPTIONS_GHC pragmas) closed by dterei
fixed: OK, thanks for the report! Added some documentation about this issue in …
00:33 Ticket #7401 (Can't derive instance for Eq when datatype has no constructor, while it is ...) created by jpbernardy
On a "phantom datatype" D, one gets the message: […] However there is a …

11/08/12:

15:08 Ticket #3072 (considerations for management of shared libs) closed by igloo
fixed: I think we now do as much as we can, so I'm closing this ticket.
12:47 Ticket #7400 (Strange closure type 17 internal error) created by ropoctl
resample: internal error: evacuate(static): strange closure type 17 …
06:53 WindowsGhc edited by igloo
(diff)
04:55 Ticket #7399 (Test Posix004 fails in test-suite) created by paulh
After a standard build of ghc-7.6.1 on debian wheezy, the test-suite fails …
01:09 Ticket #7398 (RULES don't apply to a newtype constructor) created by shachaf
For some reason, RULES that involve a newtype constructor never seem to …

11/07/12:

05:35 OverloadedLists edited by giorgidze
(diff)
05:32 OverloadedLists edited by giorgidze
(diff)
04:04 Ticket #7397 (-fwarn-irrefutable-patterns) closed by chrisdone
invalid: Ahh. Thanks! I was searching the manual for "irrefutable". Indeed, if …
03:24 Ticket #7397 (-fwarn-irrefutable-patterns) created by chrisdone
Had a search around and didn't see such a request, apologies if already …

11/06/12:

17:52 OverloadedLists edited by simonpj
(diff)
16:48 Ticket #7396 (Improve "parse error on input `$'" when TemplateHaskell PRAGMA not ...) created by ydewit
Spent close to 1h chasing what possibly could go wrong here: […] …
08:09 Ticket #7191 (hsc2hs can't treat absolute path correctly on Windows.) closed by pcapriotti
fixed: Merged as 67b8c663216690150b6f762e09b32ebbe6334ddd.
08:09 Ticket #6019 ('threadDelay maxBound' results in 'internal error: select failed') closed by pcapriotti
Merged as 306ab5509fceb5ccaf62222f94fe18b92ae6b476.
08:08 Ticket #6010 (GHC.Conc.labelThread function can't use Unicode character for thread ...) closed by pcapriotti
fixed: Merged as 0e138caccff86d075adc045006d441c80b24e2ca.
08:07 Ticket #5252 (UNPACK without optimisation leads to panic) closed by pcapriotti
fixed: Merged as 8b4fee353aa6bfcd08d7ea5ab8b8cc2b526e26f3.
07:09 OverloadedLists edited by giorgidze
(diff)
06:40 OverloadedLists edited by giorgidze
(diff)
05:45 Status edited by guest
link to Oct 2012 report (diff)
02:00 OverloadedLists created by giorgidze
01:36 Ticket #7364 (`foo !f = id . f` becomes non-strict with -O2) closed by simonmar
wontfix: Yes, good idea - closing as wonfix (the closest we have to "not fixed")

11/05/12:

11:05 Ticket #7395 (DefaultSignatures conflict with default implementations) created by cgaebel
Default signatures cannot be used with default implementations. This is …
08:24 Ticket #7375 (Building ghc fails because it is looking for an old version of libgmp) closed by simonmar
fixed: It is probably the case that some of the distributions on …
08:00 Ticket #7387 (threaded2 failures in HEAD) closed by simonmar
fixed: I believe these are fixed by commit …
02:05 GettingStarted edited by trommler
Removed spam. (diff)
00:44 GettingStarted edited by jwoods
(diff)

11/04/12:

21:13 Commentary/Rts/Signals edited by ezyang
typofix (diff)
19:53 Ticket #7391 ("The 'impossible' happened" trying to derive Binary for a data instance) closed by simonpj
invalid: This is a bug in the derive package, not in GHC. The full message looks …
17:22 Ticket #7393 (GHC cannot solve functional dependency) closed by simonpj
invalid: I'm afraid functional dependencies don't work like that. Type families …
09:38 Ticket #7394 (SafeHaskell permits OPTIONS_GHC pragmas) created by dag
This can be used to launch arbitrary processes at compile-time, and …
09:17 Ticket #7319 (+RTS -xc sometimes results in segfault) closed by pcapriotti
fixed: Merged as acaf240f56cf91c3828f25da1d18a91326499818.
09:16 Ticket #5991 (regression: huge number of wakeups in xmonad) closed by pcapriotti
fixed: Merged as f9077d98b9e58b0eca518c8ae370b0f5c4df8800, …
09:15 Ticket #7257 (Regression: pinned memory fragmentation) closed by pcapriotti
fixed: Merged as 1596107f9cfc877cef4485f035417723cf1e9d97, …
09:12 Ticket #7233 (Int64 division buggy on a 32-bit installation) closed by pcapriotti
fixed: Merged as a191908df094a9243ea3fe1de2fdb43a1d715de5.
07:15 Ticket #7393 (GHC cannot solve functional dependency) created by Khudyakov
GHC fails to compile following program: […] with following error …

11/03/12:

15:32 Ticket #7392 ("the impossible happened" when compiling Types.Substitutions) created by martindemello
Ran into this when trying to compile elm from git: […] Failed to …
12:44 Ticket #7391 ("The 'impossible' happened" trying to derive Binary for a data instance) created by ydewit
I was trying to automatically derive Binary for a data instance (data …

11/02/12:

23:24 Ticket #7390 (Setup.hs: internal error: stg_ap_v_ret (MacOS)) created by guest
I was trying to build some haskell. Here's what happened: […] In …
17:07 Ticket #7381 (Build failure with BuildFlavour = prof) closed by igloo
fixed: Fixed.
12:54 WorkingConventions/Repositories edited by igloo
(diff)
12:49 Ticket #7389 (can't link postgresql-libpq on windows) created by eflister
i follow the instructions here: …
12:47 WorkingConventions/Repositories edited by igloo
(diff)
12:39 WorkingConventions/Repositories edited by igloo
(diff)
12:36 WorkingConventions/Repositories edited by igloo
(diff)
10:56 WorkingConventions/Repositories edited by igloo
(diff)
10:56 WorkingConventions/Repositories edited by igloo
(diff)
08:43 WorkingConventions/Repositories edited by igloo
(diff)
05:14 Ticket #7388 (CAPI doesn't work with ghci) created by igloo
[…]
04:22 Ticket #7387 (threaded2 failures in HEAD) created by simonmar
I've been trying to track down the cause of some failures in HEAD: […] …

11/01/12:

20:12 Ticket #7386 (Panic "tcTyVarDetails" in GHCi when :forcing a data family instance) created by goldfire
I loaded the following code into GHCi: […] Then. I run these commands …
20:07 Ticket #7385 (Promotion of datatypes without -XDataKinds) closed by goldfire
worksforme: It turns out my GHCi session had -XDataKinds enabled. Sorry for the …
20:03 Ticket #7385 (Promotion of datatypes without -XDataKinds) created by goldfire
The following code, without any extensions, compiles: […] It would …
19:41 Ticket #7384 (Panic "ctEvTerm" when using functional dependencies and PolyKinds) created by goldfire
The following code causes a panic: […] The panic reads: […] The …
18:37 Status/SLPJ-Tickets edited by simonpj
(diff)
16:32 WorkingConventions/Repositories edited by igloo
(diff)
16:11 WorkingConventions/Repositories created by igloo
13:38 Ticket #7383 (implement proper type promotion in compilation of C calls) created by igloo
[…] A useful test for this is cgrun071. If we get it wrong then it …
12:36 Ticket #7382 (Evaluating GHCi expressions is slow following the dynamic-by-default ...) created by parcs
In GHC 7.7.20121101 it takes at least half a second for any GHCi …
07:43 Ticket #7381 (Build failure with BuildFlavour = prof) created by goldfire
On a fresh checkout of HEAD, with BuildFlavour = prof in my …
06:13 Status/Oct12 edited by igloo
(diff)
03:50 Status/Oct12 edited by simonmar
(diff)
03:47 Status/Oct12 edited by simonmar
(diff)
02:42 GettingStarted edited by trommler
Removed spam. (diff)
02:37 Ticket #7380 (Panic: mkNoTick: Breakpoint loading modules with -O2 via API) created by JeanPhilippeMoresmau
I load a trivial module via the API. I get a panic: GHCBugs.exe: …
02:09 GettingStarted edited by jwoods
(diff)
01:54 Status/Oct12 edited by dreixel
(diff)
01:54 Status/Oct12 edited by dreixel
(diff)

10/31/12:

10:32 Status/Oct12 edited by diatchki
(diff)
10:13 Ticket #7220 (Confusing error message in type checking related to type family, fundep, ...) closed by simonpj
fixed: "I cannot think of any reason why it should relate the type (forall b. (C …
09:02 Ticket #7379 (rangeTest test fails on Windows) created by igloo
The CWchar type on Win32 is unsigned: […] This causes the rangeTest
07:35 Status/Oct12 edited by goldfire
(diff)
06:33 Ticket #7378 (Identical alts/bad divInt# code) created by daniel.is.fischer
[ http://stackoverflow.com/questions/13139875/removing-case-with-duplicate-b
03:38 Status/Oct12 edited by dreixel
(diff)
03:28 Status/Oct12 edited by simonpj
(diff)
03:26 Status/Oct12 edited by simonpj
(diff)
02:57 Ticket #7377 (Type equality unification shortcoming) closed by simonpj
fixed: This was originally by design, but we changed our minds back again! I …
02:55 Ticket #6069 (Rank 2 Polymorphism Compile Error) closed by simonpj
fixed: Now all three fail, as they should, and fail in the same way: […]
02:47 Ticket #7264 (Adding GHC's inferred type signatures to a working program can make it ...) closed by simonpj
fixed: Now GHC does not instantiate mmap at a polymorphic type, and we get this …
02:39 Ticket #7336 (Defined but not used is not detected for data types with instances) closed by simonpj
fixed: Good point. Here's a fix: […] The fix does not treat "deriving" …

10/30/12:

16:35 Ticket #7377 (Type equality unification shortcoming) created by acowley
The following program demonstrates cases where the equality f a ~ g b is …
16:17 Status/Oct12 edited by gmainland
(diff)

10/29/12:

23:38 Status/Oct12 edited by chak
(diff)
21:44 Ticket #7376 (strict field + type constructor of kind * -> * or higher causes ghc panic) closed by guest
duplicate: Thanks for the report, it's a duplicate of #7210.
16:37 Ticket #7376 (strict field + type constructor of kind * -> * or higher causes ghc panic) created by wyfrn
Example: data Foo = Foo { strictField :: ! IO [String] } Remove the …
05:05 Ticket #7375 (Building ghc fails because it is looking for an old version of libgmp) created by mimosa
Haskell requires libgmp.so.3 but that is ancient. I'm not sure if this …

10/28/12:

14:22 Ticket #7374 (rule not firing) created by igloo
In the code below, the rule appears not to fire. Based on the bytestring …
12:56 Ticket #7373 (When building GHC: Failed to load interface for `GHC.Fingerprint') created by igloo
when doing a build with THREADS=1, we are getting things like: […] (we …
11:45 Ticket #7372 (Lint failure in GHC 7.6.1) created by simonpj
José Romildo Malaquias reports that the attached file (requires parsec

10/27/12:

07:57 Building/Unregisterised edited by igloo
(diff)
07:30 Building/Unregisterised edited by igloo
(diff)
07:07 Status/SLPJ-Tickets edited by simonpj
(diff)

10/26/12:

08:52 Ticket #7369 (Simplifier bug(?)) closed by simonpj
duplicate: I think this is a dup of GHC's russel-paradox bug: #1495. Re-open if you …
08:24 Ticket #6032 (HEAD (7.5.20120421) requires RankNTypes for a rank-2 type) closed by simonpj
fixed
07:28 Ticket #7371 (Supporting old GHC versions in our libraries) created by igloo
We plan to support building our libraries, wherever possible (in …
06:23 Ticket #7370 (GHC crash (internal error) on vector) closed by igloo
fixed: Thanks for the report. However, this is a duplicate of #7357.
06:17 Ticket #7370 (GHC crash (internal error) on vector) created by voidex
cabal install vector caused GHC to crash Here is output: Downloading …
06:07 Ticket #7369 (Simplifier bug(?)) created by sweirich
Not sure if it is really a bug. I was playing around with the following …
03:21 Ticket #7368 (kindFunResult panic in the) created by ChrisN
This code: […] Produces the following panic: […] I don't think …

10/25/12:

20:03 DataParallel/VectPragma edited by chak
(diff)
19:05 DataParallel/VectPragma edited by chak
(diff)
14:39 Ticket #7367 (Optimiser / Linker Problem on amd64) created by wurmli
The Haskell fannkuchredux contribution of Louis Wasserman to "The Computer …
11:57 Ticket #7292 (Optimization works for Word but not Word32 or Word64) closed by igloo
fixed: Thanks for the report. Fixed by: […]
09:11 Ticket #7366 (Strange data corruption with HEAD) closed by simonmar
fixed: Now fixed, I believe.
03:05 Ticket #7350 ('stg_killMyself' undeclared (first use in this function)) closed by simonmar
fixed: @erikd - you're seeing these failures because the PPC64 build compiles via …
03:02 Ticket #7366 (Strange data corruption with HEAD) closed by simonmar
fixed: So I haven't yet been able to reproduce the bug, but I think I know what …

10/24/12:

09:28 Ticket #7366 (Strange data corruption with HEAD) created by bgamari
Since at least 5f37e0c ghc has failed to build for me. The failure occurs …
04:34 Ticket #7365 (rem function in ghci changes result when using the Int type) closed by igloo
invalid: Agreed: Thanks for the report, but, this is just a case of Int overflow, …
03:14 Ticket #1246 (<= operators get compiled worse than ==) closed by simonmar
fixed: We now get equal performance for both of these functions, the only …
01:15 Ticket #7365 (rem function in ghci changes result when using the Int type) created by leonardo
I define this function […] If the signature is: […] Then when I …

10/23/12:

18:55 Ticket #7364 (`foo !f = id . f` becomes non-strict with -O2) created by shachaf
The following program: […] Crashes with Prelude.undefined when …
11:41 Ticket #7363 (runghc leaks space in IO) created by Jafet
runghc mysteriously uses memory to perform IO. […] I have encountered …
11:16 Ticket #7362 (GHC generated DLL does not work on Windows XP/Server 2003) created by Michael Marte
When loading a DLL generated with the Haskell Platform 2012.2.0.0 into a …
03:37 Ticket #3132 (cgCase of PrimAlts needs care in new codegen) closed by simonmar
fixed: Thanks - yes, I think we can close this. The new codegen has the …
03:16 Ticket #7313 (Impossible happened : CLabel.toInfoLbl stg_newMVarzh) closed by simonmar
fixed: I've just done a validate with splitting_proc_points set to True, …

10/22/12:

22:36 Ticket #7352 (this type signature in a case alternative does not typecheck and requires ...) closed by atnnn
invalid: This is not a bug, just the normal behaviour of GADTs […] test4 fails …
21:14 Ticket #7361 (Segmentation fault on 5f37e0c71ff4af8539c5aebc739b006b4f0c6ebf) created by bgamari
I'm experiencing a segmentation fault in previously working code compiled …
15:12 Ticket #7360 (Case-of-identical-alts optimisation fails abjectly) created by simonpj
Herbert Valerio Riedel writes: I've been trying to improve/fix a minor …
15:08 Ticket #7355 (panic when bang is misplaced: tc_hs_type: bang) closed by simonpj
duplicate: Looks like a dup of #7210. Please re-open if not.
13:04 Status/Oct12 edited by guest
(diff)
11:13 Ticket #7358 (ghc: panic! (The 'impossible' happened) from RnSource.lhs) closed by michalt
duplicate: Thanks for reporting. It seems to be a duplicate of #5951, which is …
10:51 Ticket #7359 (unix-2.6.0.0 fails to install on mac os x with 7.4.* (works with 7.6.1)) created by AndreasVoellmy
Some package I am trying to build with cabal causes cabal to try to …
10:33 Ticket #7358 (ghc: panic! (The 'impossible' happened) from RnSource.lhs) created by jeffshaw
09:48 Ticket #7323 (decoding GADTs gives internal error: stg_ap_v_ret) closed by igloo
invalid: int-e in #ghc diagnosed this: […] […] This therefore looks like …
09:20 Ticket #4415 (ghci crash on Windows 7 64bits when press Ctrl-L) closed by igloo
fixed: I couldn't get it to crash in any sort of terminal on Windows 7, so I …
09:11 Commentary/Rts/HaskellExecution/PointerTagging edited by heisenbug
UNTAG_CLOSURE() is a function nowadays (diff)
08:33 Ticket #7302 (perf-disruptor2-multicast: internal error: evacuate: strange closure type ...) closed by simonmar
worksforme: Thanks, I'm closing the ticket for now, you can re-open if on closer …
08:22 Ticket #5070 (dph and new code generator don't play nicely with each other) closed by simonmar
fixed: As far as I know, DPH and the new code generator now get along just fine. …
07:37 Ticket #7317 (Segmentation fault in RTS' STM code on git master) closed by simonmar
fixed: I believe I just fixed this, in […] Please re-open the ticket if you …
07:16 Ticket #7311 (-odir option changes .o and .hi names of main source file to Main.hi/o) closed by simonmar
wontfix: This is the intended behaviour, and it is documented: …
05:09 Ticket #7295 (bad code for Double literals) closed by igloo
fixed: Thanks for the patches; I've applied them.

10/21/12:

22:58 Ticket #7357 (GHC.exe gives an internal error while linking vector's Monadic.hs) created by kapilash
This is the command line output when building vector 0.10.0.1
13:25 Ticket #5765 (ghc-cabal build failure with nonsense error message) closed by igloo
worksforme: I couldn't reproduce this. Note that you should make changes in …
12:37 Ticket #7356 (Building HEAD on Mac OS X 10.5 reports Undefined "_pthread_threadid_np" ...) created by thorkilnaur
On a Mac OS X 10.5 […] a build of recent HEAD …
09:34 Ticket #7225 ("ghc -C" failed) closed by igloo
fixed: I've just validated on OS X x86_64 with GhcLibWays = v p dyn p_dyn, so I …
07:34 Ticket #7286 (GHC doesn't optimise away primitive identity conversions) closed by igloo
fixed: Thanks for the report; fixed.
07:33 Ticket #7284 (plusAddr# x 0 isn't optimised away) closed by igloo
fixed: Thanks for the report; fixed.

10/20/12:

22:53 Ticket #7355 (panic when bang is misplaced: tc_hs_type: bang) created by elaforge
The following file makes ghc panic: % cat t.hs newtype Scale = Scale …
12:22 Ticket #7354 (Panic with recursion-schemes package and unit) created by amplitwist
Steps to reproduce: 1. Install GHC 7.6.1 and recursion-schemes …
09:50 Ticket #7353 (Make system IO interruptible on Windows) created by joeyadams
Currently, IO operations (connect, read, etc.) cannot be interrupted on …
09:11 Ticket #7352 (this type signature in a case alternative does not typecheck and requires ...) created by atnnn
In the following code, E and F are similar data types […] test1 …
06:12 Ticket #7351 (showRichTokenStream has an off-by one error on starting col) created by alanz
When using showRichTokenStream to re-create a source file, all lines after …

10/19/12:

21:19 Ticket #7350 ('stg_killMyself' undeclared (first use in this function)) created by erikd
Compiling git HEAD on PPC64 and i get: […] stg_killMyself is defined …
17:30 Ticket #7343 (Potential build issues on some UNIX versions) closed by igloo
fixed: Thanks for the report and patch; I've applied it.
16:45 Ticket #7349 (-fth is deprecated without warning) created by guest
The flag -fth was deprecated in GHC 6.10 …
07:38 Ticket #7348 (base-4.6 does not export `catch` from Prelude while Control.Exception ...) created by Dzhus
From …
04:52 Ticket #7347 (Existential data constructors should not be promoted) created by simonpj
Stefan Holdermans reports: I am almost sure this is a known issue, but I …
04:20 Commentary/Compiler/NewCodeGen/Cleanup edited by simonmar
(diff)
03:24 Ticket #7346 (Allow the use of `deriving` for GHC generics) created by kosmikus
Currently, a class that makes use of generic default methods (via the …

10/18/12:

13:36 Ticket #7340 (Building fails with dph-base_dist-install_GHCI_LIB not defined) closed by goldfire
worksforme: Some poking about discovered a problem in my build.mk. Unfortunately, I …
13:15 ViewPatterns edited by SlowByte
fix example (diff)
10:12 Ticket #7345 (unix-2.6.0.0 does not provide access to st_blksize and st_blocks) created by JohnWiegley
There is currently no clear way in Haskell to determine how much disk …
04:51 Status/SLPJ-Tickets edited by simonpj
(diff)
04:50 Status/SLPJ-Tickets edited by simonpj
(diff)
Note: See TracTimeline for information about the timeline view.