Timeline
12/04/12:
- 14:42 Ticket #7480 (Proposal: Add Functor instances for ArgOrder, OptDescr and ArgDescr) created by
- The attached patch adds Functor instances for the types in …
- 14:30 Ticket #7462 (New nofib benchmark for unpacked arrays and floating point arithmetic) closed by
- fixed: Merged as 14bccff2c547c0e06fe8f98607b9cf18890ef051.
- 10:02 Ticket #7479 (ArrowChoice unit law in haddock seems to be wrong) created by
- In the haddock documentation of ArrowChoice there is an (unnamed) law: …
- 09:07 Ticket #7478 (setSessionDynFlags does not always work) created by
- The attached test case runs GHC in a separate thread (with a single call …
- 04:59 Ticket #7468 (incorect waiting for packets on UDP connections.) closed by
- invalid: This is not a bug - Handles have buffers, so when you use hWaitForInput, …
- 00:58 Ticket #2076 (rational infinities don't compare correctly to each other) closed by
- wontfix: Lots of good discussion on this subject in #3676. I think we concluded …
12/03/12:
- 20:02 Ticket #7477 (reifyInstances can't deal with polykinded type families) created by
- When I run the following code […] I get this error: […] I …
- 11:10 Ticket #7476 (-ddump-minimal-imports confused if first line is an import) created by
- On reddit, Chris Done posted this example: […] I noted that this is …
- 10:08 NewAxioms/TemplateHaskell created by
- 10:02 NewAxioms edited by
- (diff)
- 09:14 Ticket #7475 (Mysterious Data.Word Segmentation Fault in GHCi) created by
- So, this happens: […]
- 08:10 Ticket #7474 (Panic with zonkQuantifiedTyVar in GHC 7.6.1) created by
- In GHC 7.6.1, the following code: […] produces the following error …
- 05:01 Ticket #7473 (getModificationTime gives only second-level resolution) created by
- The System.Directory.getModificationTime function only returns time with …
- 04:28 Ticket #7472 (Build on FreeBSD fails with ncurses) created by
- Building fails on FreeBSD 8.2-stable with current Ports with the error as …
12/02/12:
- 20:23 Commentary/Compiler/TypeNatSolver created by
- 20:10 Commentary/Compiler edited by
- (diff)
- 12:38 Ticket #7469 (GHC does not report name clashes in export lists) closed by
- invalid: This is not a bug: exports of the form module A have slightly complex …
- 09:29 WorkingConventions/Repositories edited by
- (diff)
- 09:28 Repositories edited by
- (diff)
- 09:28 Ticket #7471 (Documentation bug: hs_init is incorrectly called in the example) created by
- In the page …
- 07:23 Ticket #7216 (Compositional blocking on file descriptors) closed by
- fixed: Applied, thanks!
- 05:50 Ticket #7442 ([PATCH] Fix broken -fPIC on Darwin/PPC) closed by
- fixed: Applied, thanks
- 03:58 Ticket #7470 (Patch to enable GHC runtime system with thr_debug_p options...) created by
- I noticed that your default packages come without some now essential …
- 03:56 Ticket #7342 (Memory violation bug in System.Posix.Env.putEnv) closed by
- fixed: Thanks for the patch! Applied to 7.6 as …
- 03:54 Ticket #7356 (Building HEAD on Mac OS X 10.5 reports Undefined "_pthread_threadid_np" ...) closed by
- fixed: Applied, thanks
12/01/12:
- 14:15 Ticket #7314 (GHCi 64-bit OS X segfaults on interaction with C-libraries) closed by
- worksforme: I've installed GHC 7.6.1 and can no longer duplicate the described …
- 14:00 Ticket #7469 (GHC does not report name clashes in export lists) created by
- […] There is a name clash here which GHC does not report.
- 12:21 Ticket #7467 (the impossible happened?) closed by
- duplicate: Thank you for the report; it is a duplicate of the bug #5961 and already …
- 12:19 Ticket #7468 (incorect waiting for packets on UDP connections.) created by
- Preconditions: Have an UDP server. Transform the socket into a handle. …
- 11:28 Ticket #7467 (the impossible happened?) created by
- I've added this line to a .hs file: data Shape = Circle Float Float Float …
11/30/12:
- 20:38 Ticket #7466 ([PATCH] integer-gmp silently ignores --with-gmp-* whenever it finds ...) created by
- integer-gmp's ./configure should not ignore …
- 11:36 Ticket #7465 (./configure --with--ffi-libraries: ld cannot find libffi in a non-standard ...) created by
- This ticket is to continue work on comment 19 to ticket #5743. The issue …
- 09:26 Repositories edited by
- (diff)
- 09:23 WorkingConventions/Repositories edited by
- (diff)
- 07:48 WorkingConventions/Repositories edited by
- (diff)
- 06:29 Ticket #7333 (python2) closed by
- fixed: I don't have python2 here on Debian. I've applied the part of the patch …
- 06:27 Ticket #7162 (RULES that never fire (automatically)) closed by
- fixed: Applied thanks - and thanks for the test too!
- 06:26 Ticket #5743 (Configurably use system-provided libffi) closed by
- fixed: I've applied the patch, thanks. I think we only use rts_LD_OPTS when …
- 06:18 Ticket #7228 (ghc-pkg prints an awful lot of usage information) closed by
- fixed: Applied: […] Thanks!
- 06:16 Ticket #7256 (Missing dataCast1 and dataCast2 methods in Data.Data instances) closed by
- fixed: Ah, great. I've applied it. Thanks!
- 03:41 Ticket #3080 (Show more instances with :info) closed by
- duplicate: closing as duplicate of #5998, which has more info and discussion.
- 01:43 Ticket #7464 (git tag for base-4.6.0.0 missing) created by
- I assume this is the same as ghc-7.6.1-release. But it would be …
11/29/12:
- 20:24 Ticket #7463 ([PATCH] When -keep-hc-files is enabled, foreign stubs *_stub.c should also ...) created by
- GHC used to put *_stub.c into stubdir along with *_stub.h but now …
- 19:34 Ticket #7462 (New nofib benchmark for unpacked arrays and floating point arithmetic) created by
- The attached patch adds a new imaginary nofib benchmark that tests …
- 17:42 Ticket #5743 (Configurably use system-provided libffi) closed by
- fixed: In #4496 I said: […] I can't see any sign of libffi in mingw64 either. …
- 17:42 Building/Using edited by
- (diff)
- 16:49 Ticket #7461 (Error messages about "do" statements contain false information) created by
- When GHC complains about a type-error in a "do" block, it says, for …
- 12:58 Ticket #4496 (add a configure build option to use system libffi for Linux) closed by
- duplicate: Closing in favour of #5743
- 12:52 Ticket #7460 (Double literals generated bad core) created by
- The following code results in core containing expression like …
- 11:16 Ticket #2132 (Optimise nested comparisons) closed by
- wontfix: If the idea is to implement it as a plugin separate from GHC, then I think …
- 10:28 Ticket #7287 (Primops in RULES generate warnings) closed by
- Merged as aa7732c503a5ebc7af5d6bc08a07dd76b878ef8c.
- 10:27 Ticket #7410 (Type error says that tuple components have kind (* -> *)) closed by
- fixed: Merged as c9c8b4059aeb2e20ddb4000194dbd44db0c3559d
- 10:27 Ticket #7451 (Constraint and * should not be distinct in FC) closed by
- fixed: Merged as 19760a20bdbc16c9e5b42fa87ed46451bafd29fb
- 10:26 Ticket #7347 (Existential data constructors should not be promoted) closed by
- fixed: Merged as 4b380f192d1b3f7455e7c2bb9bf3ebe6c6b5e7ca and …
- 10:24 Ticket #7272 (PolyKinds and mutually recursive modules) closed by
- fixed: Merged as ed6b56407275d15a8c0b9aede8f90e3f5e0f7281
- 10:23 Ticket #7433 (Promoted constructors accepted without flag) closed by
- fixed: Merged as 3a6675f57c77b4606c7480c3f3d160bb302634a2
- 09:14 Ticket #7446 (GHC -O0 goes into a loop) closed by
- duplicate: It is a duplicate indeed.
- 08:57 Ticket #7341 (Kind inference does not propagate annotations on associated types) closed by
- fixed: Doesn't merge cleanly, so not merging
- 08:52 Ticket #7328 (Seemingly inappropriate "expecting one more argument" error in polykinded ...) closed by
- fixed: Several conflicts, so not merging.
- 08:48 Ticket #7294 (-fdefer-type-errors doesn't produce a warning) closed by
- Not worth merging, I think
- 08:00 Ticket #7312 (panic! applytTypeToArgs with non-infix function type constructor) closed by
- fixed: Merged as 4b295b6ca35e780ba758fc0d02bc789579aeb0fb. Seems to work fine.
- 07:56 Ticket #7276 (-fdefer-type-errors allows the types of quotations to be coerced, causing ...) closed by
- fixed: Merged as 50837615c7e1d1d6b703e99ee7fd8fcf0bfee30c and …
- 07:42 Ticket #7438 (Tc panic when type declaration is missing) closed by
- fixed: Merged as 8d8743ae50a4c23c5c221b7a47fd9b69c3bce028
- 07:40 Ticket #7444 (Update documentation regarding derivability of Generic1) closed by
- fixed: Merged as 066fb9edecb3f293dbab36b87317100722a3c57c
- 07:39 Ticket #7349 (-fth is deprecated without warning) closed by
- fixed: merged as e3667551d764232faff0e5280a1de3c1349e7c4c
- 07:36 Ticket #7348 (base-4.6 does not export `catch` from Prelude while Control.Exception ...) closed by
- fixed: Merged as ea7f7ef8621dc7fd19ecb3a5e565d10568e36135
- 07:35 Ticket #7459 (deriving Generic does not work with TypeLits) created by
- […] Trying to derive Generics instance for simple datatype with Symbol …
- 07:35 Ticket #7226 (bytestring changes in 7.6 branch) closed by
- fixed: We've rolled back
- 07:34 Ticket #7270 (Incorrect optimization with Data.ByteString.append) closed by
- fixed: Merged
- 07:33 Ticket #7386 (Panic "tcTyVarDetails" in GHCi when :forcing a data family instance) closed by
- fixed: Merged as c41ca7980664c73cfbd27b0d9f9c081ecf7dc25c
- 07:30 Ticket #7338 (Duplicate type signature not reported) closed by
- fixed: Merged as 55a7aa89e2886232c8581d0978d8db162fbd7c79
- 07:29 Ticket #7321 (Compiler hangs when reading interface file) closed by
- fixed: Merged as e7be164fcd44821af9ffd9b8ec0ff2a0529fa6aa
- 07:28 Ticket #7318 (CONLIKE pragma documentation bug) closed by
- fixed: Merged as 003eb67f3380cd764d1bd6f94413eb0f062626b3
- 07:27 Ticket #5407 (ghc-7.2.1 build failed on sparc solaris with non-GNU linker) closed by
- fixed: Merged as 09894b0af6569ebb19ddaa16dd1bc564b46d7959.
- 07:27 Ticket #7303 (RTS : Race condition with usage of timer_delete) closed by
- fixed: Merged as 162b87dfc610efa54ce3276e9a1e90b9dcb141a7
- 07:26 Ticket #7231 (GHCi erroneously unloads modules after a failed :reload) closed by
- Merged as 772e6d20bcac691bcfe8528829d6ed100fd701bb
- 05:44 Ticket #7384 (Panic "ctEvTerm" when using functional dependencies and PolyKinds) closed by
- fixed: Didn't apply cleanly, so not merging.
- 05:43 Ticket #7351 (showRichTokenStream has an off-by one error on starting col) closed by
- fixed: I think we're better off not merging this: if we do, then any workarounds …
11/28/12:
- 11:29 Ticket #7458 (ghc panic) created by
- As ghc requested I am reporting this... All I can say right now is that I …
- 08:14 Ticket #7457 (printf's * doesn't like negative numbers) created by
- Text.Printf.printf has a bug where it doesn't like negative numbers for * …
- 07:48 Ticket #7456 (GHC API displays linker messages to stdout instead of via log_action) created by
- At least in the LinkInMemory? mode, GHC API displays linker messages, such …
- 07:33 Ticket #7455 (ghc panic on show) closed by
- duplicate: This is a duplicate of the bug #5961. It is already fixed in GHC 7.6.
- 07:29 Ticket #7455 (ghc panic on show) created by
- --- ghccrash.hs main = do putStrLn "Minimal compiler bug example" data …
- 00:43 Ticket #7453 (unsafe coerce without extensions) closed by
- wontfix: Well this is embarrassing. It looks as if there's been a missing (or …
11/27/12:
- 22:30 DynamicByDefault/Windows edited by
- more commentary about SxS DLLs (diff)
- 14:55 DynamicByDefault/Windows edited by
- add link to privatePath stuff (diff)
- 14:25 DynamicByDefault/Windows edited by
- Mention that assemblies = side-by-side (diff)
- 12:12 Ticket #7454 (Missing warning about redundant import of classes/types whose members are ...) created by
- If one module exports a class C(..) with a method m, and another module …
- 06:35 DynamicByDefault edited by
- (diff)
- 06:33 DynamicByDefault edited by
- (diff)
- 06:22 DynamicByDefault edited by
- (diff)
- 06:15 DynamicByDefault/Windows edited by
- (diff)
- 06:10 DynamicByDefault/Windows edited by
- (diff)
- 06:09 DynamicByDefault/Windows edited by
- (diff)
- 06:00 DynamicByDefault/Windows edited by
- (diff)
- 05:35 DynamicByDefault/Windows edited by
- (diff)
- 05:29 GhcKinds/KindsWithoutData edited by
- (diff)
- 05:26 GhcKinds edited by
- (diff)
- 05:25 GhcKinds/KindsWithoutData edited by
- (diff)
- 05:14 DynamicByDefault/Windows created by
- 03:03 Ticket #7231 (GHCi erroneously unloads modules after a failed :reload) closed by
- fixed
11/26/12:
- 19:16 Ticket #7453 (unsafe coerce without extensions) created by
- The following program implements an unsafe coerce and works on versions of …
- 07:50 Building/RunningNoFib edited by
- Fixed piping commands (diff)
- 06:01 Ticket #7404 (Inconsistent treatment of overlap between type and kind variables in type ...) closed by
- fixed: See also #6021.
- 05:58 Ticket #7408 (Do not warn on unused newtype constructors when used with FFI) closed by
- fixed
- 05:45 Ticket #7452 ([GNU gold] ld: error: cannot find [...]/Types__1.o) created by
- /usr/bin/ld is gold linker and I am trying to compile GHC 7.6.1 using …
- 05:30 Repositories edited by
- (diff)
- 05:15 Ticket #7450 (Regression in optimisation time of functions with many patterns (6.12 to ...) closed by
- duplicate: Thanks for the report. This looks like a duplicate of #7258.
- 03:55 Ticket #6117 (Cyclic Type Class Hierarchy Produces <<loop>>) closed by
- fixed: I've opened a new ticket #7451 for this, since the new topic is nothing to …
- 03:53 Ticket #7451 (Constraint and * should not be distinct in FC) created by
- With GHC 7.7 this program […] produces a Core Lint error: […] The …
- 03:15 Ticket #7450 (Regression in optimisation time of functions with many patterns (6.12 to ...) created by
- In our project, we build (via TH) some not-trivial data structures, …
- 01:24 Ticket #7428 (GHC compile times are seriously non-linear in program size) closed by
- invalid: Since after more analysis this doesn't seem to be related to the …
11/25/12:
- 13:31 WorkingConventions/Repositories edited by
- (diff)
- 12:46 Repositories edited by
- (diff)
- 12:45 Repositories edited by
- (diff)
- 12:42 WorkingConventions/Git edited by
- (diff)
- 12:37 WorkingConventions/Repositories edited by
- (diff)
- 11:13 DynamicByDefault edited by
- (diff)
- 10:56 DynamicByDefault edited by
- (diff)
11/24/12:
- 16:21 DynamicByDefault edited by
- (diff)
- 13:15 DynamicByDefault edited by
- (diff)
- 13:14 DynamicByDefault edited by
- (diff)
- 13:06 DynamicByDefault edited by
- (diff)
- 13:01 DynamicByDefault edited by
- (diff)
- 11:17 DynamicByDefault edited by
- (diff)
- 11:06 DynamicByDefault edited by
- (diff)
- 10:54 DynamicByDefault edited by
- (diff)
- 10:30 DynamicByDefault edited by
- (diff)
- 09:57 DynamicByDefault edited by
- (diff)
- 09:52 DynamicByDefault edited by
- (diff)
- 09:42 DynamicByDefault edited by
- (diff)
- 09:31 Ticket #7449 (Segmentation fault in floor function) closed by
- duplicate: Thanks for the report. This looks like a duplicate of #7043.
- 09:30 DynamicByDefault edited by
- (diff)
- 09:26 Ticket #7449 (Segmentation fault in floor function) created by
- The floor function crashes with a segmentation fault in GHCi with a …
- 09:16 DynamicByDefault edited by
- (diff)
- 09:10 DynamicByDefault edited by
- (diff)
- 08:27 Ticket #7448 (Detabbing) created by
- Attached Python script detabs GHC source and removes the text "The above …
- 08:20 DynamicByDefault edited by
- (diff)
- 08:05 DynamicByDefault edited by
- (diff)
- 07:53 Ticket #7447 (Stale .hi files affect compilation.) created by
- I saw the following odd behaviour while playing with the example from …
- 07:50 DynamicByDefault edited by
- (diff)
- 07:50 DynamicByDefault edited by
- (diff)
- 07:49 DynamicByDefault edited by
- (diff)
- 07:25 DynamicByDefault edited by
- (diff)
- 06:59 Ticket #7446 (GHC -O0 goes into a loop) created by
- -O1/-O2 don't loop. If I remove some of the types or the UNPACK, the …
- 06:37 DynamicByDefault edited by
- (diff)
- 06:35 DynamicByDefault edited by
- (diff)
- 06:29 DynamicByDefault edited by
- (diff)
- 06:25 DynamicByDefault edited by
- (diff)
- 06:04 DynamicByDefault edited by
- (diff)
- 05:57 DynamicByDefault created by
- 01:09 Ticket #7445 (template-haskell : need a good error message instead of just an ...) created by
- Will attach two files to this bug, quasi-arithmetic.hs and QuasiArith?.hs. …
11/23/12:
- 16:25 Ticket #7415 (Add more error code support to GHC.Windows (patch)) closed by
- fixed: Pushed commit 62c6793 to GHC master.
- 13:13 Ticket #7435 (Add swap and compose to the Prelude, or Tuple/List) closed by
- wontfix: I'm closing this ticket while the discussion is going on on the libraries …
- 13:10 Ticket #7434 (Add (&) to Data.Function) closed by
- wontfix: I'm closing this ticket while the discussion is going on on the libraries …
- 12:23 Ticket #7419 ("hpc markup" should accept multiple .mix file search paths) closed by
- fixed: Applied, and docs updated, thanks!
- 12:09 Ticket #6026 (Unboxed operators have wrong fixity) closed by
- fixed: Applied, thanks! I also added a test.
- 09:35 Ticket #7444 (Update documentation regarding derivability of Generic1) created by
- The …
- 08:34 Ticket #5489 (Win7: Bootstrapping 7.3 from 7.2.1 using msys git 1.7.6 causes integer-gmp ...) closed by
- fixed: Fixed, thanks: […]
- 06:12 Ticket #7441 (kindFunResult Error) closed by
- duplicate: I think this is a duplicate of #7368. You can reduce the testcase to: …
- 04:26 Ticket #7443 (Generated C code under -prof -fprof-auto -fprof-cafs very slow to compile) created by
- Some background: This is C code generated when I turned on profiling with …
- 01:53 Debugging/InstallingPackagesInplace edited by
- (diff)
- 01:39 NewPlugins edited by
- (diff)
11/22/12:
- 21:17 Ticket #7442 ([PATCH] Fix broken -fPIC on Darwin/PPC) created by
- PIC.initializePicBase_ppc was wrongly assuming that only the first block …
- 18:47 Ticket #7441 (kindFunResult Error) created by
- Hi, the attached Haskell source file causes ghci to panic.
- 12:49 Ticket #7440 (haddock : Declaration for $fEqInteger attempting to use module ...) created by
- On linux-powerpc64: […]
- 11:29 Ticket #7439 (Include dynamic-by-default support in Cabal with GHC 7.6.2) created by
- Ideally, we should ship GHC 7.6.2 with support for dynamic-by-default …
- 03:36 Ticket #7438 (Tc panic when type declaration is missing) created by
- Compile the attached snippet with HEAD GHC. > ghc: panic! (the …
11/21/12:
- 16:15 Ticket #7437 (peculiar behaviour with default instances and type variables) created by
- Here is a small module that has perplexing behaviour under GHC 7.6.1. In …
- 11:43 Ticket #7267 (linux-ppc64: Segfault during stage2 build) closed by
- fixed: Yep, my linux-powerpc64 machine got past the segfault in this bug and then …
- 06:10 Ticket #7405 (use of -no-hs-main causes TH compiles to fail) closed by
- wontfix: I agree, this isn't something we can/should fix. Mark, you could work …
- 04:23 Ticket #7436 (Derived Foldable and Traversable instances become extremely inefficient ...) created by
- The following program: […] Takes n^2 time to run with GHC 7.6.1 …
- 04:06 Holes edited by
- Added documentation on how named unbound identifier holes currently work (diff)
- 01:46 Ticket #7429 (Unexplained performance boost with +RTS -h) closed by
- wontfix: Aha - of course I was forgetting something, the GC will also eliminate the …
11/20/12:
- 10:56 Ticket #7435 (Add swap and compose to the Prelude, or Tuple/List) created by
- […] Fairly obvious, but strangely missing. […] This can be done with …
- 08:47 Ticket #7434 (Add (&) to Data.Function) created by
- It is a common idiom to write a sequence of composed combinators in …
- 01:07 Ticket #7433 (Promoted constructors accepted without flag) created by
- Sean Leather reports that […] is accepted without -XDataKinds. …
11/19/12:
- 23:01 Ticket #7432 (haddock : panic! (the 'impossible' happened)) created by
- On linux-powerpc64: […] Possibly related to #7267.
- 19:27 Ticket #7431 (execvpe exists on QNX) created by
- The definition of execvpe in this package conflicts with the native QNX …
- 14:33 Ticket #7430 (GHC API reports CPP errors in confusing ways) created by
- When there is a CPP error, the GHC API provides a normal error message …
- 08:02 Ticket #7308 (Better code for top-level indirections) closed by
- fixed
- 03:32 Ticket #5505 (Program runs faster with profiling than without) closed by
- fixed: I've moved this to a new ticket, see #7429.
- 03:31 Ticket #7429 (Unexplained performance boost with +RTS -h) created by
- In #5505 the following program was reported: […] Which on my system, …
- 03:18 Ticket #7426 (import Foo hiding (X) should not be a fatal error when X is not exported ...) closed by
- duplicate: I'm closing since it seems to be a duplicate of #7167.
- 01:43 Ticket #7422 (GHC panics while trying to derive Generic for GADT with kind-lifted ...) closed by
- duplicate: Thanks for the report, but your code compiles in 7.6.1. Might have been …
- 00:46 Ticket #7428 (GHC compile times are seriously non-linear in program size) created by
- When compiling the attached code with -O2 GHC runs out of memory. …
11/18/12:
- 11:29 Ticket #7427 (Proposal: Add setEnv/unsetEnv to System.Environment) created by
- I propose to add setEnv/unsetEnv to System.Environment, so that it is …
11/17/12:
- 15:23 Ticket #7108 (Link to haskell report in prelude) closed by
- 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
- We recently got into a situation on a team where two developers had two …
- 10:20 DefaultSuperclassInstances edited by
- (diff)
- 10:19 DefaultSuperclassInstances edited by
- (diff)
- 09:05 Ticket #5831 (space_leak_001(ghci) segfaults on OS X x86_64) closed by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- fixed
- 00:52 Ticket #7420 (mis-attributed kind in the explict type/kind signature) closed by
- 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
- The following simple code […] fails to type-check. The error message …
- 17:27 WorkingConventions/Git edited by
- Fix some spelling and capitalization errors (diff)
- 14:02 Ticket #7419 ("hpc markup" should accept multiple .mix file search paths) created by
- The markup mode of the hpc executable should accept multiple .mix file …
- 11:15 Ticket #7417 (replace Control.Concurrent.QSem) closed by
- 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
- 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
- For some reason printing to stderr is significantly slower than printing …
- 07:40 Ticket #7417 (replace Control.Concurrent.QSem) closed by
- 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
- 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
- duplicate: Yes, I think it's almost certainly a dup of #7237, which has been merged …
- 04:42 Ticket #7403 (Segmentation fault) closed by
- duplicate: See #7212
- 04:37 Ticket #5544 (threadDelay with large values crashes the IO manager on 64-bit OS X) closed by
- 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
- 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
- This patch adds some infrastructure for the …
- 16:29 Ticket #7414 (plugins always trigger recompilation) created by
- 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
- fixed: Fixed, thanks.
- 13:00 Ticket #7413 (runghc (runhaskell) should be able to reload code on editing) created by
- 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
- fixed: Done
- 09:44 Ticket #7412 (Document how to import the special built-in functions such as inline) created by
- The docs at …
- 05:38 Ticket #7411 (Exceptions are optimized away in certain situations) created by
- The issue came up in …
- 05:05 Ticket #7410 (Type error says that tuple components have kind (* -> *)) created by
- […] The following type error says that the second argument to (,) …
- 04:53 Ticket #7409 (Document special "this" module name for PackageImports extension) created by
- Migrated from …
- 03:16 Ticket #7408 (Do not warn on unused newtype constructors when used with FFI) created by
- One of the things I love about GHC are the accurate warnings about unused …
- 03:05 Ticket #7407 (error: expected ';' before 'else') created by
- Building git HEAD on linux-ppc64 (don't think the platform is relevant …
- 02:44 WikiStart edited by
- update to Oct12 report (diff)
11/12/12:
- 15:39 Ticket #7406 (-ddump-ds does not turn on -fforce-recomp) created by
- According to …
- 12:13 Ticket #7405 (use of -no-hs-main causes TH compiles to fail) created by
- 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
- The following code compiles on 7.7.20121031: […] After some poking …
11/11/12:
11/10/12:
- 11:35 Ticket #7403 (Segmentation fault) created by
- 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
- Suggest that the user they may wish to add -XScopedTypeVariables, if an …
- 02:52 OverloadedLists edited by
- (diff)
11/09/12:
- 16:35 Ticket #7394 (SafeHaskell permits OPTIONS_GHC pragmas) closed by
- 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
- 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
- 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
- resample: internal error: evacuate(static): strange closure type 17 …
- 06:53 WindowsGhc edited by
- (diff)
- 04:55 Ticket #7399 (Test Posix004 fails in test-suite) created by
- 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
- For some reason, RULES that involve a newtype constructor never seem to …
11/07/12:
- 05:35 OverloadedLists edited by
- (diff)
- 05:32 OverloadedLists edited by
- (diff)
- 04:04 Ticket #7397 (-fwarn-irrefutable-patterns) closed by
- invalid: Ahh. Thanks! I was searching the manual for "irrefutable". Indeed, if …
- 03:24 Ticket #7397 (-fwarn-irrefutable-patterns) created by
- Had a search around and didn't see such a request, apologies if already …
11/06/12:
- 17:52 OverloadedLists edited by
- (diff)
- 16:48 Ticket #7396 (Improve "parse error on input `$'" when TemplateHaskell PRAGMA not ...) created by
- 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
- fixed: Merged as 67b8c663216690150b6f762e09b32ebbe6334ddd.
- 08:09 Ticket #6019 ('threadDelay maxBound' results in 'internal error: select failed') closed by
- Merged as 306ab5509fceb5ccaf62222f94fe18b92ae6b476.
- 08:08 Ticket #6010 (GHC.Conc.labelThread function can't use Unicode character for thread ...) closed by
- fixed: Merged as 0e138caccff86d075adc045006d441c80b24e2ca.
- 08:07 Ticket #5252 (UNPACK without optimisation leads to panic) closed by
- fixed: Merged as 8b4fee353aa6bfcd08d7ea5ab8b8cc2b526e26f3.
- 07:09 OverloadedLists edited by
- (diff)
- 06:40 OverloadedLists edited by
- (diff)
- 05:45 Status edited by
- link to Oct 2012 report (diff)
- 02:00 OverloadedLists created by
- 01:36 Ticket #7364 (`foo !f = id . f` becomes non-strict with -O2) closed by
- 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
- 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
- fixed: It is probably the case that some of the distributions on …
- 08:00 Ticket #7387 (threaded2 failures in HEAD) closed by
- fixed: I believe these are fixed by commit …
- 02:05 GettingStarted edited by
- Removed spam. (diff)
- 00:44 GettingStarted edited by
- (diff)
11/04/12:
- 21:13 Commentary/Rts/Signals edited by
- typofix (diff)
- 19:53 Ticket #7391 ("The 'impossible' happened" trying to derive Binary for a data instance) closed by
- 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
- invalid: I'm afraid functional dependencies don't work like that. Type families …
- 09:38 Ticket #7394 (SafeHaskell permits OPTIONS_GHC pragmas) created by
- This can be used to launch arbitrary processes at compile-time, and …
- 09:17 Ticket #7319 (+RTS -xc sometimes results in segfault) closed by
- fixed: Merged as acaf240f56cf91c3828f25da1d18a91326499818.
- 09:16 Ticket #5991 (regression: huge number of wakeups in xmonad) closed by
- fixed: Merged as f9077d98b9e58b0eca518c8ae370b0f5c4df8800, …
- 09:15 Ticket #7257 (Regression: pinned memory fragmentation) closed by
- fixed: Merged as 1596107f9cfc877cef4485f035417723cf1e9d97, …
- 09:12 Ticket #7233 (Int64 division buggy on a 32-bit installation) closed by
- fixed: Merged as a191908df094a9243ea3fe1de2fdb43a1d715de5.
- 07:15 Ticket #7393 (GHC cannot solve functional dependency) created by
- GHC fails to compile following program: […] with following error …
Note: See TracTimeline
for information about the timeline view.
