Timeline
12/20/12:
- 13:13 Ticket #7514 (Rename cmmz flags) closed by
- fixed: Done. Thanks Austin! […]
- 10:03 Ticket #7519 (CLK_TCK is not always a constant) created by
- System/CPUTime.hsc assumes that if CLK_TCK is defined, it is a constant, …
- 08:03 Ticket #7518 (Instruction list length in bco->instrs redundant) created by
- While reading through the BCO-related code I notice that in the first word …
- 06:53 ReadingList edited by
- (diff)
- 06:22 Ticket #1381 (Add terminateStmt to "GHC as a library") closed by
- fixed: I believe the above patch fixes this ticket, because you can now just …
- 06:06 Status/SLPJ-Tickets edited by
- (diff)
- 05:57 Ticket #2588 (Missed suggestion with context on foralls) closed by
- fixed: Yes, it does look ok now. I'm not quite sure why it's ok now, but I'm …
- 05:50 Status/SLPJ-Tickets edited by
- (diff)
- 05:49 Status/SLPJ-Tickets edited by
- (diff)
- 05:15 FirefoxTips edited by
- Updated to match latests version of FF (no Quick Searches bookmarks) (diff)
- 01:32 Building edited by
- (diff)
- 01:28 Building/Solaris edited by
- (diff)
- 01:27 Building/MacOSX edited by
- (diff)
- 01:26 Building edited by
- (diff)
- 00:30 Building edited by
- Reorg a bit, move important stuff to the top, old/out-of-date stuff to the … (diff)
- 00:23 Building edited by
- (diff)
- 00:21 Ticket #7517 (wxcore setup has problem with spaces in path) created by
- The bug was detailed in here: …
12/19/12:
- 23:58 Ticket #7516 (GHC panic) closed by
- fixed: Thanks; this is a duplicate of #7183, now fixed.
- 21:09 Ticket #7516 (GHC panic) created by
- […] I notice I mistyped Show as show, but I think it's better to …
- 16:37 Contributors edited by
- (diff)
- 16:31 Contributors edited by
- (diff)
- 16:12 WikiStart edited by
- (diff)
- 16:11 WikiStart edited by
- (diff)
- 16:09 Building/Solaris edited by
- (diff)
- 16:07 Building/Preparation/Solaris edited by
- (diff)
- 16:02 Building/MacOSX edited by
- (diff)
- 16:00 Building edited by
- (diff)
- 15:58 Building/MacOSX edited by
- (diff)
- 15:54 Building/Preparation/MacOSX edited by
- (diff)
- 15:53 Building/Preparation/MacOSX edited by
- (diff)
- 15:45 Ticket #7512 (GHC crashes with multiple => in instance) closed by
- worksforme: Really? With 7.6.1 I get […] GHC 7.4.1 indeed crashes with […] So …
- 15:41 Ticket #7515 (reinitializeGlobals doesn't reinitialize dynamic flags) created by
- This causes even correctly written plugins to behave badly if they try to …
- 15:38 ReadingList edited by
- (diff)
- 15:09 Ticket #7514 (Rename cmmz flags) created by
- This patch renames the cmmz flags to cmm for consistency. It was …
- 13:26 Ticket #7513 (ghc panic in kindFunResult) created by
- The compiler made me post this bug report. Unfortunately I don't have a …
- 12:30 Ticket #7512 (GHC crashes with multiple => in instance) created by
- GHC will crash (rather than a syntax error) if you write […] This …
- 10:00 Status/SLPJ-Tickets edited by
- (diff)
- 09:42 Ticket #7502 (Panic when using lists of type-literals) closed by
- fixed
- 09:40 Ticket #7489 (Obscure warning: Var/Type length mismatch when using GADTs and ...) closed by
- fixed: commit 3394d49af13697626145aca6d80b65ae8661418c […] The commit message …
- 08:50 Ticket #7511 (Room for GHC runtime improvement >~5%, inlining related) created by
- I compare running nofib under GHC with default optimization flags vs. with …
- 08:05 Ticket #7506 (adding extra arguments to a foreign import statement can cause ghc to ...) closed by
- fixed: The problem here is simply that a foreign import with a "&" should not …
- 07:27 Repositories edited by
- (diff)
- 07:04 WorkingConventions/Repositories edited by
- (diff)
- 07:04 WorkingConventions/Repositories edited by
- (diff)
- 07:04 WorkingConventions/Repositories edited by
- (diff)
- 07:01 Repositories edited by
- (diff)
- 06:47 Repositories edited by
- Fixed a typo (diff)
- 05:34 Ticket #1383 (mistaken qualified infix syntax could have a nicer error message) closed by
- wontfix: Yes, in Haskell Prelude.(+) means (Prelude . (+)), that is the …
- 05:23 Repositories edited by
- (diff)
- 05:16 Repositories edited by
- (diff)
- 05:14 WorkingConventions/Git edited by
- (diff)
- 05:13 Repositories edited by
- (diff)
- 05:13 Repositories edited by
- (diff)
- 04:25 Repositories edited by
- (diff)
- 04:24 Repositories edited by
- (diff)
- 04:21 Repositories/Upstream created by
- 04:21 Repositories edited by
- (diff)
- 01:10 Ticket #7508 (Make -XNoMonoPatBinds documentation match ghc behavior) closed by
- fixed: You're right... even the HEAD documentation mentions MonoPatBinds which …
- 00:33 Ticket #7510 (Immediate seg-fault on 32-bit windows build) created by
- On 32-bit Windows (built with MSYS), GHC crashes almost immediately when …
12/18/12:
- 22:30 Ticket #7509 (Changing the second prompt. :{ modules| No setting available to change.) created by
- In order to change the main prompt it's as simple as a single command. …
- 18:25 Ticket #7508 (Make -XNoMonoPatBinds documentation match ghc behavior) created by
- According to this documentation: …
- 16:35 Ticket #5998 (GHCi's :info to return all the visible instances, not just the ones ...) closed by
- fixed: I have documented the new :info! functionality. Just for future …
- 06:15 Building/Using edited by
- (diff)
- 05:55 Building/GettingTheSources edited by
- (diff)
- 05:45 WorkingConventions/Git edited by
- (diff)
- 05:37 Building/GettingTheSources edited by
- (diff)
- 05:13 ReadingList edited by
- (diff)
12/17/12:
- 23:46 Ticket #7507 (loop fusion not working for Int32, Int64 as it does for Int ?) created by
- here is some code that works for Int, but gives me Stack Overflow for …
- 17:09 Ticket #7506 (adding extra arguments to a foreign import statement can cause ghc to ...) created by
- When defining a "FunPtr?" of a C import, adding extra arguments outside the …
- 07:50 Ticket #7505 (Commentary shipped with GHC sources is outdated) created by
- Commentary that comes with GHC sources is outdated. It contains incorrect …
- 01:42 Building/Preparation/Windows edited by
- (diff)
- 01:41 Building/Preparation/Windows edited by
- (diff)
- 01:39 Building/Preparation/Windows edited by
- (diff)
- 00:34 Ticket #7498 (panic : Register allocator: out of stack slots (need 147)) closed by
- fixed: @erikd: I think I've now given you permission to close tickets on Trac.
12/16/12:
- 16:18 Ticket #7504 (hackage vector package yields ghc bug on raspberry pi) created by
- See output below, […]
- 15:37 Ticket #7503 (Bug with PolyKinds, type synonyms & GADTs) created by
- GHC incorrectly rejects this program: […] GHC accepts the program when …
12/15/12:
- 05:48 Building edited by
- (diff)
- 05:47 Building edited by
- (diff)
- 05:47 Building edited by
- (diff)
- 04:50 BugSweep edited by
- Delete tickets that are closed already (diff)
- 00:55 Ticket #7431 (execvpe exists on QNX) closed by
- fixed: Applied, thanks. […]
12/14/12:
- 15:22 Contributors edited by
- (diff)
- 14:40 Ticket #7487 (Deriving Generic1 for a type containing Either) closed by
- fixed: Merged as effbdfe8e66b8d171c2b8ccd68fe727660993491
- 14:39 Ticket #7409 (Document special "this" module name for PackageImports extension) closed by
- fixed: Merged as de6bfe043e1d98a7459642e4d1b6077533d347eb
- 14:39 Ticket #7493 (STM and TVar report incorrect results) closed by
- fixed: Merged as 5ea49271f793ed0f872342bf6a1cb0de10a48d94
- 14:16 Ticket #7502 (Panic when using lists of type-literals) created by
- The following program: […] Causes a panic: […]
- 12:04 Contributors edited by
- Add Jeff Epstein to CH contributors (diff)
- 11:28 Ticket #7501 (Some GHCi options are undocummented) created by
- The following commands are missing from the list found in …
- 08:29 ReadingList edited by
- Added some DPH papers (diff)
- 07:37 Ticket #7499 (Case-inspecting unboxed unit causes codegen crash) closed by
- duplicate: Yes I assume it's a dup of #7392 and #7237. Re-open if you disagree. …
- 07:30 Contributors edited by
- (diff)
- 07:12 Contributors edited by
- (diff)
- 07:03 Contributors edited by
- fix typo (diff)
- 06:54 GettingStarted edited by
- (diff)
- 06:54 WorkingConventions edited by
- (diff)
- 06:53 WorkingConventions edited by
- (diff)
- 06:49 WorkingConventions edited by
- (diff)
- 06:40 ReadingList edited by
- (diff)
- 06:40 ReadingList edited by
- (diff)
- 06:39 WorkingConventions edited by
- (diff)
- 06:38 Contributors edited by
- (diff)
- 06:37 WorkingConventions edited by
- (diff)
- 06:36 WorkingConventions edited by
- (diff)
- 06:34 WorkingConventions edited by
- (diff)
- 06:30 Contributors edited by
- (diff)
- 06:28 ReadingList edited by
- (diff)
- 06:21 ReadingList edited by
- (diff)
- 06:20 ReadingList edited by
- (diff)
- 06:19 ReadingList created by
- 05:55 Contributors edited by
- (diff)
- 05:42 Contributors edited by
- (diff)
- 05:38 Contributors edited by
- (diff)
- 03:27 Ticket #7500 (GHC: internal error: getMBlock: mmap: Operation not permitted) created by
- Trying to calculate partition of a number using generating fuction with …
12/13/12:
- 08:31 Ticket #7499 (Case-inspecting unboxed unit causes codegen crash) created by
- Here is a minimal test case: […] GHC crashes with: […] Here is …
- 03:43 Ticket #7498 (panic : Register allocator: out of stack slots (need 147)) created by
- Build current GHC HEAD on linux-powerpc. Usign the stage1 to build …
- 00:24 Ticket #7497 (qsem001 and qsemn001 fail in HEAD) closed by
- fixed: Fixed, sorry about that. […]
12/12/12:
- 19:37 Contributors edited by
- (diff)
- 19:37 Contributors edited by
- (diff)
- 16:11 Ticket #7497 (qsem001 and qsemn001 fail in HEAD) created by
- qsem001 and qsemn001 fail in HEAD […] […]
- 16:10 Contributors edited by
- (diff)
- 16:06 Contributors edited by
- (diff)
- 15:07 Contributors edited by
- (diff)
- 00:46 Commentary/Rts/Word edited by
- (diff)
- 00:43 Commentary/Rts/Config edited by
- (diff)
- 00:23 Commentary/Rts/Conventions edited by
- (diff)
- 00:21 Commentary/Rts/Conventions edited by
- (diff)
12/11/12:
- 23:21 DataParallel/VectPragma edited by
- (diff)
- 09:45 Ticket #7496 (Support for JavaScript as an official GHC output language) created by
- JavaScript is becoming an alternative to JVM, the write once run …
- 08:57 Commentary/SourceTree/Includes edited by
- use source: links (diff)
- 08:54 Commentary/SourceTree/Includes edited by
- (diff)
- 08:49 Commentary/SourceTree/Includes edited by
- (diff)
- 08:41 Commentary/Rts edited by
- (diff)
- 07:53 Ticket #7491 (getNumCapabilities uses n_capabilities instead of enabled_capabilities) closed by
- fixed: Also fixed in base: commit fa55000b516b05387ee9f84f132668e6c10e9243 …
12/10/12:
- 14:20 Ticket #7495 (Rebindable list syntax?) created by
- First, sorry if I've missed an earlier request for this in trac; a few …
- 07:23 Ticket #7494 (Allow compatible type synonyms to be the return type of a GADT data ...) created by
- Please consider adding support for something like: […]
- 06:22 Ticket #7417 (replace Control.Concurrent.QSem) closed by
- fixed: I added my new QSem and QSemN implementations as an interrim measure …
- 05:18 Ticket #7468 (incorect waiting for packets on UDP connections.) closed by
- invalid: You can't use hWaitForInput, for the reasons that you state. You can …
- 03:51 Ticket #7493 (STM and TVar report incorrect results) created by
- On Haskell Cafe, I posted: I'm getting strange behavior when using the …
12/09/12:
- 14:00 Commentary/Compiler/TypeNatSolver edited by
- (diff)
- 13:56 Commentary/Compiler/TypeNatSolver edited by
- (diff)
- 13:56 Commentary/Compiler/TypeNatSolver edited by
- (diff)
- 12:17 Ticket #7492 (Generic1 deriving: Can we replace Rec1 f with f :.: Par1?) created by
- It seems like Rec1 f is isomorphic to f :.: Par1. Is it possible and …
- 12:09 Ticket #7310 (Compiler nontermination on UNPACK pragmas) closed by
- fixed: Thanks for the report. This is fixed in HEAD and the 7.6 branch by …
- 09:26 Commentary/Compiler/TypeNatSolver edited by
- (diff)
- 09:10 Commentary/Compiler/TypeNatSolver edited by
- (diff)
- 09:08 Commentary/Compiler/TypeNatSolver edited by
- (diff)
- 09:02 Commentary/Compiler/TypeNatSolver edited by
- (diff)
- 08:59 Commentary/Compiler/TypeNatSolver edited by
- (diff)
- 08:58 Commentary/Compiler/TypeNatSolver edited by
- (diff)
12/08/12:
- 13:49 Ticket #7491 (getNumCapabilities uses n_capabilities instead of enabled_capabilities) created by
- setNumCapabilities newer removes capabilities, it just disables them when …
- 12:27 TypeNats edited by
- (diff)
- 12:26 TypeNats edited by
- (diff)
- 12:25 Commentary edited by
- (diff)
- 12:24 Commentary/Compiler edited by
- (diff)
- 12:22 Commentary edited by
- (diff)
- 11:29 Ticket #7490 (ghc-stage1 panic when building a cross-compiler or cross-building a ...) created by
- […]
- 08:46 Ticket #7476 (-ddump-minimal-imports confused if first line is an import) closed by
- fixed: Test added.
- 08:45 Ticket #7474 (Panic with zonkQuantifiedTyVar in GHC 7.6.1) closed by
- fixed: Test added, and looks fine in 7.6 branch.
- 08:44 Ticket #7489 (Obscure warning: Var/Type length mismatch when using GADTs and ...) created by
- GHC 7.4.2 and 7.6.1 both write obscure warning without any link to source …
12/07/12:
- 13:02 ReportABug edited by
- (diff)
- 11:12 Building/MacOSX edited by
- (diff)
- 09:25 Ticket #7445 (template-haskell : need a good error message instead of just an ...) closed by
- fixed: Merged as 1183080b1b45dbcaa6af1154e2e668f924598772
- 09:25 Ticket #7478 (setSessionDynFlags does not always work) closed by
- fixed: Merged as 16ba75714cc22aeb86425679ad24b996a2b30fea
- 09:24 Ticket #7471 (Documentation bug: hs_init is incorrectly called in the example) closed by
- fixed: Merged as 723570dab0384e295ced98089703060fce52e616
- 05:16 Ticket #7488 (Promotion of newtypes) created by
- […] The program above raises the error: `A of kind * is not …
- 01:50 GhcKinds/KindsWithoutData edited by
- (diff)
- 00:57 Ticket #7485 (Tuple constraints not properly kinded) closed by
- invalid: I think that is as expected. In the source language at least, * and …
12/06/12:
- 21:58 DataParallel/VectPragma edited by
- (diff)
- 21:47 DataParallel/VectPragma edited by
- (diff)
- 21:41 DataParallel/VectPragma edited by
- (diff)
- 21:10 DataParallel/VectPragma edited by
- (diff)
- 20:40 DataParallel/VectPragma edited by
- (diff)
- 17:44 Ticket #7347 (Existential data constructors should not be promoted) closed by
- Merged as e3dc71de7307d30f6063a8447b93e54f1551a041 and …
- 17:43 Ticket #7479 (ArrowChoice unit law in haddock seems to be wrong) closed by
- fixed: Merged as 56c8295c638a03676a9be8d34195e6be945ddc2c.
- 15:55 Ticket #7487 (Deriving Generic1 for a type containing Either) created by
- With the following code: […] I get the error message: […] But …
- 13:40 Ticket #7486 (dblatex can't build docs; fix included.) created by
- Currently, on my Fedora 17 system, the following occurs when you try to …
- 11:12 Ticket #7485 (Tuple constraints not properly kinded) created by
- Consider this: […] So far, so good. But, adding the following causes …
- 05:31 Ticket #7484 (Template Haskell allows building invalid record fields/names) created by
- This is not really a bug, more like a unintuitive behaviour. Due to a bug …
- 02:59 Ticket #7483 (Broken Read instance for Data.Fixed ("no parse" in legitimate cases).) created by
- read "Just 12.30" :: Maybe Centi throws "*** Exception: …
- 00:33 Commentary/Rts/Word edited by
- fix link to StgWord? definition (diff)
12/05/12:
- 08:15 Ticket #7482 (GHC.Event overwrites main IO managers hooks to RTS) created by
- The IO manager registers two file descriptors with the RTS which the RTS …
- 04:53 Building/GettingTheSources edited by
- (diff)
- 03:29 Ticket #7481 (Partially promoted data types) created by
- Consider […] Is D a promoted type? Well, D1 is promotable, but …
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. …
Note: See TracTimeline
for information about the timeline view.
