Timeline
09/17/09:
- 18:25 Ticket #3526 (Inliner behaviour with instances is confusing) created by
- I have a fairly simple typeclass: […] With instances like this: …
- 14:10 Ticket #3525 (current dist source fail to build when Happy not found) created by
- The daily source tarballs from …
- 08:03 Ticket #3524 (Add mfilter to Control.Monad) created by
- In the comments of #3453, I contemplated a filter function on MonadPlus?. …
- 07:17 Ticket #2324 (Data.Tree.Zipper in containers package) closed by
- wontfix: Several people argued for developing this as a separate package.
- 07:06 Ticket #3400 (OS X: ghc broken on Snow Leopard) closed by
- fixed: The testsuite works now. Five tests are currently failing: […]
- 03:55 Ticket #3512 (template-hsc.h installed under /usr/share (datadir)) closed by
- fixed: Fixed […]
- 01:35 Ticket #3523 (Dead link in "7.2. Unboxed types and primitive operations" documentation) closed by
- fixed: This has been fixed in 6.12.1.
- 01:31 Ticket #3522 (conflicting Block.h on Snow Leopard) closed by
- fixed: Block.h is now rts/storage/Block.h in 6.12.1.
- 01:13 Ticket #3523 (Dead link in "7.2. Unboxed types and primitive operations" documentation) created by
- On …
09/16/09:
- 19:42 Ticket #3471 (configure fails for GHC 6.10.4 on Mac OS X 10.6 in 64-bit mode with ...) closed by
- duplicate: This is not a problem with the GHC you are trying to build, but with the …
- 10:41 Ticket #3522 (conflicting Block.h on Snow Leopard) created by
- Using GHC to compile C programs that includes …
- 08:42 Ticket #3521 (ld on mac won't allow -rpath unless you specify macosx_version_min 10.5) created by
- when trying to build a Haskell shared library on Mac OS X, linking fails …
- 07:12 Ticket #3520 (Implement Type and Pattern splicing) created by
- These are part of the proposal but do not exist in the current …
- 05:43 Ticket #3518 (GHC GC rises greatly on -N8 compared to -N7) closed by
- fixed: This is fixed in 6.12.1. Please re-open if you still have problems with …
- 04:36 Ticket #3519 (ghc: panic! (the 'impossible' happened)) created by
- […]
- 03:17 Contributors edited by
- Remove Wolfgang Thaller as MacOS X maintainer (diff)
- 02:56 Ticket #3518 (GHC GC rises greatly on -N8 compared to -N7) created by
- I've recently been benchmarking some parallel code on an 8-core x86 …
- 01:19 Ticket #3335 (make some Applicative functions into methods, and split off Data.Functor) closed by
- fixed: There was substantial discussion by 8 people over 2 months. * Making …
09/15/09:
- 21:30 Ticket #3400 (OS X: ghc broken on Snow Leopard) reopened by
- I just verified that the patch quoted above is not sufficient to build GHC …
- 16:55 Ticket #3517 (GHC has lots of extra hidden IOErrorType values) created by
- I was fixing bytestring's hGet (see #3514) and I discover that I cannot …
- 14:09 Ticket #3516 ([PATCH] ppc64: broken 'foreign import wrapper') created by
- Attaching simple testcase failing horribly on ppc64: amd64 test output: …
- 13:50 Ticket #1102 (Lambda unicode character lex) reopened by
- Replying to simonmar: > I removed the claim on the …
- 13:26 Ticket #3515 (Use --make mode by default) created by
- Terribly radical suggestion, have --make mode be the default. Just think …
- 12:43 Ticket #3514 (mallocPlainForeignPtrBytes -1000 gives runtime internal error: allocGroup: ...) created by
- Passing negative numbers to mallocPlainForeignPtrBytes causes the …
- 11:08 Ticket #3271 (New methods for Data.Sequence) closed by
- fixed: This was discussed at length by Louis and Ross, with no dissent from …
- 06:27 Ticket #3434 (improve vi tags (add non-exported symbols, add tag kinds, add regex tags)) closed by
- fixed: I have dutifully done a quick test of :etags under emacs, and tested the …
- 04:19 Ticket #3340 (Better defaults for parallel GC settings) closed by
- fixed: Fixed […]
09/14/09:
- 09:09 Ticket #3513 (Network package does not work on Windows 2000) created by
- I'm using GHC 6.10.4 on Windows 2000 SP4. I have this simple code: […] …
- 08:23 Ticket #2925 (Linker mmap failure on FreeBSD/x86_64) closed by
- fixed: Assuming fixed; please re-open if not.
- 08:22 Ticket #2063 (x86_64: RTS linker depends on working MAP_32BIT) closed by
- fixed: Assuming fixed; please re-open if not.
- 08:21 Ticket #3408 (idle GC causes large CPU usage if run more frequently than 1 second) closed by
- fixed: Fixed […]
- 08:17 Ticket #3084 (alow macros to redefine builtin GHCi commands) closed by
- fixed: pushed. […]
09/13/09:
- 23:22 Ticket #3512 (template-hsc.h installed under /usr/share (datadir)) created by
- In ghc-6.10.4 hsc2hs's template-hsc.h gets installed as …
- 21:20 TypeFunctionsStatus edited by
- (diff)
- 21:19 TypeFunctionsStatus edited by
- (diff)
- 20:00 Ticket #3511 (port GHC to OpenBSD/sparc64 (unregisterised is fine)) created by
- Folks: I'm a developer of the Tahoe-LAFS open source project …
- 18:31 Ticket #3510 (build system loops with GhcLibWays = "v dyn" on Mac) closed by
- invalid: Fixed by a better patch to http://hackage.haskell.org/trac/ghc/ticket/3509
- 17:18 Ticket #3510 (build system loops with GhcLibWays = "v dyn" on Mac) created by
- Noticed it seemed to be looping on build so I ran this: make -d |grep …
- 16:00 Ticket #3509 (libffi.so not found on Mac OS X (10.5.8)) created by
- building with dynamic libraries on Mac OS X dies with an error about …
- 04:36 Ticket #3508 (Remove stg_noforceIO_info hack) created by
- Remove stg_noforceIO_info hack. See …
09/12/09:
- 14:22 Ticket #3507 (In TH, allow e.g. (type T) rather than ''T) created by
- In Template Haskell, allow (for example): […] with the same meaning as …
- 13:37 Ticket #3506 (Can't compile 6.10.x from 6.8.3) closed by
- wontfix: The 6.8 branch is no longer being developed, so we won't be fixing this …
- 13:20 Ticket #3506 (Can't compile 6.10.x from 6.8.3) created by
- Attempted compiles of 6.10.1, 6.10.3, and 6.10.4 all ended similarly. …
09/11/09:
- 15:05 Ticket #3466 (broken link in "ghc --help") closed by
- fixed: Thanks for the report. A redirect for that URL has now been added.
- 14:56 Ticket #3465 (Documentation for init in Prelude requires finite list) closed by
- fixed: Thanks for the report; I've fixed the docs in the HEAD.
- 11:28 Ticket #3475 (bump base version to 5, add base4-compat) closed by
- fixed: We talked about this briefly at ICFP, and we don't think there's a major …
- 11:24 Ticket #3505 (type mismatch error message with operator sections counts the arguments ...) created by
- It seems that when an operator section gets a Couldn't match... error, …
- 08:28 Ticket #3479 (Build from source fails with variables passed to configure) closed by
- fixed: I've just tried this in a build of the HEAD, and I can't reproduce the …
- 07:24 Ticket #3504 (GHC panicks with a huge list in source code) closed by
- fixed: Thanks for the report. This is a duplicate of #789, and is fixed in the …
- 07:24 Ticket #3334 (Strange closure type error on macports GHC 6.10.1) closed by
- worksforme: Over 2 months without a reply; assuming this is now fixed.
- 07:21 Ticket #3425 (compileToCoreModule: ghc: panic! (the 'impossible' happened)) closed by
- invalid: This is not a bug: you have to perform a little set up before you can use …
- 06:58 Ticket #3502 (GC leaks memory under -threaded) closed by
- fixed: Tested; it's flat now.
- 06:55 Ticket #3451 (HsFFI.h import doesn't work as installed) closed by
- fixed
- 06:55 Ticket #3410 (ghc fails to parse versioned GPL and LGPL license from package ...) closed by
- fixed
- 06:53 Ticket #2337 (Data.Array documentation utterly broken) closed by
- fixed: Now fixed, mainly thanks to isaacdupree's SoC patches, and also thanks to …
- 04:24 Ticket #3495 (make install DESTDIR= is failing in ghc HEAD) closed by
- fixed: This is working for me now.
- 04:16 Ticket #3426 (Misuse of SRC_HC_OPTS) closed by
- fixed: Fixed […]
- 03:41 Ticket #3467 (GHC HEAD panics trying to splice a type) closed by
- fixed: Excellent point, thank you for the report. It appears that when I added …
- 03:36 Ticket #3320 (Parallel program crashes using GHC 6.11 under OS X) closed by
- fixed: Fixed: […]
09/10/09:
- 17:23 Ticket #3504 (GHC panicks with a huge list in source code) created by
- Not sure if this is of any consequence, but I decided to generate some …
- 12:24 Ticket #3503 (Add __attribute__((constructor))-equivalent pragma) created by
- It would be nice to let one's library perform initialization tasks at load …
- 05:56 Ticket #3502 (GC leaks memory under -threaded) created by
- The following program leaks 2Mb/s under Windows: […] This leak does …
- 05:14 Ticket #2089 (reading the package db is slow) closed by
- fixed: Fixed. Reading the package DB is several times quicker for me now. …
- 05:12 Ticket #593 (Cache contents of package.conf in a binary file) closed by
- fixed: Fixed […]
- 05:10 Ticket #723 (The package database should be a directory of files instead of a single ...) closed by
- fixed: The package DB is now a directory of files by default (the old text-file …
- 04:00 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 03:11 Ticket #3231 (Permission denied error with runProcess/openFile) closed by
- invalid: Repeating the program, to get the markup right: […] The program does …
- 02:37 Ticket #711 (shutdownHaskell() does not return allocated memory on Unix) closed by
- fixed: Applied, thanks! […]
- 02:05 Status/SLPJ-Tickets edited by
- (diff)
- 02:05 Ticket #3501 (Error thunks not being exposed with "B" strictness) created by
- At the moment GHC often floats error "urk" to the top level (which it …
- 01:58 TypeFunctionsStatus edited by
- (diff)
- 01:57 Ticket #3500 (Type functions and recursive dictionaries) created by
- Stefan Holdermans reports: I've spotted a hopefully small but for us quite …
- 01:47 Ticket #3499 (darcs-all cannot use SSH repos with MSYS) created by
- In my defaultrepo I have an ssh path: …
09/09/09:
- 06:46 Ticket #3469 (Error open file if name contain national symbol) closed by
- fixed: works with 6.12.1.
- 05:52 Ticket #3498 (IO library has no locale codec support on Windows) created by
- There is no support for the locale encoding (aka code page) on Windows in …
- 02:58 Ticket #3407 (GHC.Prim documentation should mention GHC.Exts!) closed by
- fixed: I've brought in the Haddock patches from Isaac Dupree's SoC project, which …
- 01:54 TemplateHaskell/Conversions edited by
- (diff)
- 01:54 Ticket #3492 (Add TyThing -> HsSyn translation code from Haddock) closed by
- duplicate: see #3355
- 01:12 Status/SLPJ-Tickets edited by
- (diff)
- 01:09 Ticket #3473 (System.Posix.Semaphore shouldn't create finalizers with ...) closed by
- fixed: Applied […]
- 01:01 Ticket #3497 (Template Haskell support for GADTs) created by
- Andres Loh asks that Template Haskell supports GADTs. Related tickets: …
09/08/09:
- 14:56 Ticket #3496 (GHC panic while building the base library with Cabal) created by
- On a project here, we are building a custom version of ghc. Part of our …
- 07:16 Ticket #3495 (make install DESTDIR= is failing in ghc HEAD) created by
- make install DESTDIR=$image is failing currently with ghc HEAD. This is …
- 07:13 Ticket #3494 (missing build system dependency) created by
- The inplace/bin/ghc-cabal does not get rebuilt automatically if the …
- 06:22 Ticket #3468 (GHC panic: boxy_match_s) closed by
- fixed: The underlying problem is that the bit of code that compares the hs-boot …
- 06:19 Ticket #3403 (linear stack usage where constant stack usage expected) closed by
- fixed: Thanks for a fine bug report. It turned out that the CPR optimisation was …
- 03:22 Ticket #3493 ("make install" fails with error on rts/Config.h in HEAD) created by
- Using the package from …
- 02:40 TemplateHaskell/Conversions edited by
- (diff)
- 02:39 Ticket #3492 (Add TyThing -> HsSyn translation code from Haddock) created by
- See attached; part of refactoring described in …
- 00:36 TypeFunctionsStatus edited by
- (diff)
- 00:35 Ticket #3491 (Relax superclass restrictions) created by
- Doaitse points out that we currently reject […] on the grounds that …
- 00:34 Ticket #3490 (Relax superclass restrictions) created by
- Doaitse points out that we currently reject […] on the grounds that …
- 00:08 TypeFunctionsStatus edited by
- (diff)
09/07/09:
- 14:04 Ticket #3485 ("Illegal type synonym family application in instance" error is ...) closed by
- invalid: I am not sure what you are suggesting. We cannot automatically transform …
09/06/09:
- 17:26 Ticket #3489 (Adding some gmp bindings to integer-gmp (copied from the cvs-ghc list)) created by
- This is my first patch for GHC, so I apologize in advance if I do …
- 05:21 Platforms edited by
- (diff)
09/05/09:
09/04/09:
- 20:23 Ticket #3478 (ghc.exe doesn't work) closed by
- invalid: To the original guest reporter: ghc.exe is the compiler, it not meant to …
- 11:34 Ticket #3488 (Impossible happened: RegAllocLinear.getStackSlotFor: out of stack slots) created by
- The attached file crashes GHC 6.10.4 when compiled with -c -O2 -prof.
- 08:40 WikiStart edited by
- (diff)
- 08:39 WikiStart edited by
- (diff)
- 08:38 GpHEden created by
- 08:36 WikiStart edited by
- (diff)
09/03/09:
- 06:34 Ticket #3487 (Data.ByteString.Lazy.elemIndices returns wrong results) created by
- elemIndices for Lazy ByteString? returns wrong results occasionally for …
- 04:39 Ticket #3486 (Data.ByteString.elemIndices causes SEGV) created by
- The elemIndices for strict ByteString? causes SEGV in some situation. …
- 00:18 LlvmBackend edited by
- (diff)
09/02/09:
- 23:10 Ticket #3485 ("Illegal type synonym family application in instance" error is ...) created by
- GHC shouldn't complain about "Illegal type synonym family application in …
- 21:43 Ticket #3482 (Esc key no longer works in GHCi on Windows) closed by
- worksforme: You can add back that keybinding by creating a .haskeline file in your …
- 19:47 Ticket #3484 (GHC diverges when proving nonequality of types) created by
- Conor posted an interesting suggestion for proving type non-equality here: …
- 18:09 Ticket #3483 (Some mechanism for eliminating "absurd" patterns) created by
- This is to help with type-level programming and doing dependent-like …
- 14:01 ObjectiveC/Classes edited by
- Question. (diff)
- 13:59 ObjectiveC edited by
- Fix URL (diff)
- 12:24 Ticket #3482 (Esc key no longer works in GHCi on Windows) created by
- I recently upgraded from 6.8.1 to 6.10.4. In GHCi 6.8.1 when I typed …
- 01:19 Ticket #3481 (Nightly snapshot fails to install) created by
- Last night's x86_64-linux nightly snapshot fails to install with: […]
09/01/09:
- 14:57 Ticket #3476 (Compiler warning about non-exhaustive pattern match with GADT and ...) closed by
- fixed: Happily this already works in the HEAD (and hence in the upcoming 6.12 …
- 14:16 Ticket #3459 (ghci 6.10.4 and 6.10.1 crash with a big list) closed by
- duplicate: This almost certainly a dup of #780, which has been fixed recently. Try …
- 04:05 Building/Troubleshooting edited by
- (diff)
- 02:09 Ticket #3480 (Easily make Typeable keys pure, so that Typeable can be handled ...) created by
- Data.Typeable: Easily make Typeable keys pure(used in Eq), so that …
- 00:31 Ticket #3310 (`show BlockedIndefinitely` should not equal `show BlockedOnDeadMVar`) closed by
- fixed: I went a bit further and actually changed the exception names. […]
08/31/09:
- 14:48 Ticket #3479 (Build from source fails with variables passed to configure) created by
- I'm trying to bootstrap ghc compiler with downloaded ghc binary …
- 12:38 Ticket #3477 (Haskell Platform install failed on Ubuntu on mtl package) closed by
- invalid: First, the fix: remove any old .hi and .o files that you have left around. …
- 08:35 Ticket #3478 (ghc.exe doesn't work) created by
- Installed ghc.exe doesn't executed at all. I can see a window (cmd.exe) …
08/30/09:
- 16:08 Ticket #3477 (Haskell Platform install failed on Ubuntu on mtl package) created by
- I had just installed the latest version of ghc6 (6.10.4) as required by …
- 04:52 Ticket #3341 (encoding errors could be handled better) closed by
- fixed: Fixed (but I got the ticket number wrong in the log message :-() […]
- 02:31 Ticket #3476 (Compiler warning about non-exhaustive pattern match with GADT and ...) created by
- This program: […] ...gives this warning […] The pattern match is, in …
- 01:12 Ticket #3475 (bump base version to 5, add base4-compat) created by
08/29/09:
- 14:47 Ticket #3474 (Add a strict variant of iterate to Data.List) created by
- I suggest adding a strict variant of the iterate function to the Data.List …
- 02:01 Ticket #3473 (System.Posix.Semaphore shouldn't create finalizers with ...) created by
- Running this program […] fails like this: […] The attached …
08/28/09:
- 22:49 Ticket #3472 (Porting through .hc files broken) created by
- I've been trying repeatedly over the past week or two to get an x86_64 …
- 21:51 Ticket #3471 (configure fails for GHC 6.10.4 on Mac OS X 10.6 in 64-bit mode with ...) created by
- The environment is a Mac with 10.6 running in 64-bit mode but with a ghc …
- 14:52 Ticket #3470 (OSX installer should give an informative error message when XCode is ...) created by
- A bug was reported on the haskell-platform trac about this: when Xcode is …
- 11:57 Ticket #3200 (System.Environment.withProgName strips everything before the last slash) reopened by
- I saw #3199 and it didn't mention withProgName. withProgName is not …
- 08:43 Ticket #3469 (Error open file if name contain national symbol) created by
- Os Windows Vista Home Basic Ru + sp2 Steps 1. Haskell code (bug.hs in …
- 07:12 Ticket #3461 (loading package ghc in GHCI; unknown symbol `keepCAFs') closed by
- fixed
- 05:43 Commentary/Libraries edited by
- (diff)
- 05:41 Commentary/Libraries edited by
- (diff)
- 05:03 Commentary/Libraries edited by
- (diff)
- 04:39 Commentary/Libraries edited by
- (diff)
- 04:38 Commentary/Libraries edited by
- (diff)
- 04:38 Commentary/Libraries edited by
- (diff)
- 04:34 Commentary/Libraries edited by
- (diff)
- 02:04 Ticket #3417 (Data.Array.IO.hGetArray should be implemented.) closed by
- fixed: Fixed: […]
08/27/09:
- 21:07 Ticket #3468 (GHC panic: boxy_match_s) created by
- I get, in two different modules in the same 100+ module project (different …
- 06:30 Building/GettingTheSources edited by
- (diff)
- 06:00 Debugging/Compiler edited by
- more (diff)
- 05:54 Building edited by
- (diff)
- 05:10 Ticket #3467 (GHC HEAD panics trying to splice a type) created by
- This: […] leads to […]
- 04:12 WikiStart edited by
- (diff)
- 04:03 Building/DebuggingGHC edited by
- (diff)
- 04:03 Ticket #3466 (broken link in "ghc --help") created by
- ghc --help refers to http://www.haskell.org/ghc/documentation.html which …
- 04:02 Building edited by
- (diff)
- 03:57 Debugging edited by
- (diff)
- 03:55 Debugging/CompiledCode edited by
- (diff)
- 03:53 Debugging/Compiler created by
- 03:47 Debugging/TickyTicky created by
- 03:46 Debugging edited by
- (diff)
- 03:44 DebuggingGhcCrashes edited by
- moved to Debugging/CompiledCode (diff)
- 03:43 Debugging/CompiledCode created by
- Move from DebuggingGhcCrashes
- 03:42 Debugging created by
- 03:39 Building/Troubleshooting edited by
- (diff)
- 02:07 Ticket #3465 (Documentation for init in Prelude requires finite list) created by
- The documentation for the init function at …
08/26/09:
- 08:15 Ticket #3456 (Add FilePath -> String decoder) reopened by
- Actually, if it's all right with you I'd like to keep this ticket open, …
- 06:41 Ticket #3463 (Binary: Int64 truncated to fit in 32 bit Int) closed by
- fixed
- 04:46 Ticket #3456 (Add FilePath -> String decoder) closed by
- duplicate: Duplicate of #3307. See in particular Duncan Coutts' comments, where this …
- 04:40 Ticket #3464 (Find import declaration importing a certain function) created by
- Given the command […] , find all import declaration that import this …
- 04:07 Ticket #3463 (Binary: Int64 truncated to fit in 32 bit Int) created by
- When trying to install cabal install via ./bootstrap.sh i get the …
- 01:08 Ticket #3231 (Permission denied error with runProcess/openFile) reopened by
- I think the problem remains. This module Main where import System import …
- 00:40 Status/SLPJ-Tickets edited by
- (diff)
- 00:40 Commentary/Compiler/NewCodeGen edited by
- (diff)
08/25/09:
- 08:46 Ticket #3416 (Make maximumBy strict on the contents of its list) closed by
- wontfix: The behaviour of maximumBy is defined by the Haskell 98 report. If you …
- 06:45 Commentary/Packages edited by
- bring the package Id type/field names up to date, also mention ghc … (diff)
- 02:29 Commentary/SourceTree/Includes edited by
- (diff)
- 02:26 Commentary/SourceTree/Includes edited by
- (diff)
- 02:26 Commentary/SourceTree/Includes edited by
- (diff)
- 01:48 Ticket #3462 (New codegen: allocate large objects using allocateLocal()) created by
- See #3424. In the new code generator, we should allocate large objects …
- 01:43 Ticket #3461 (loading package ghc in GHCI; unknown symbol `keepCAFs') created by
- We can't currently load -package ghc in GHCi […]
- 00:39 Ticket #3406 ('impossible' happened while messing around with ScopedTypeVariables) closed by
- fixed: Good catch. The difficulty is that, in GHC's current type checker, scoped …
- 00:18 TypeFunctionsStatus edited by
- (diff)
08/24/09:
- 14:45 Ticket #3460 (Can't use superclass when type coercions are involved) created by
- GHC 6.10.4. […] I expect that (Model f) brings (Nat (Arity f)) into …
- 12:33 Ticket #3459 (ghci 6.10.4 and 6.10.1 crash with a big list) created by
- A have a haskell program with a big list of brazillian cities which crash …
- 03:56 Ticket #3435 (ghc-stage2 panic while compiling ghc-paths-0.1.0.5) closed by
- fixed: Fixed: […]
- 02:36 Ticket #3458 (Allocation where none should happen) created by
- These two functions, according to profiling, do a lot of allocation: …
08/23/09:
- 20:03 TypeFunctionsStatus edited by
- (diff)
- 20:02 Ticket #3220 (type variables appearing only in type equality constraints are not ...) closed by
- fixed: This problem has already been fixed in the HEAD. I added the example …
- 19:32 TypeFunctionsStatus edited by
- (diff)
- 12:49 Ticket #3457 (Impossible to specify pragmas compatible with multiple ghc versions) created by
- Generally we wish to encourage modules to specify the language options …
- 12:32 Ticket #3416 (Make maximumBy strict on the contents of its list) reopened by
- Is being able to use maximumBy on a constant comparison function …
- 09:16 Ticket #3456 (Add FilePath -> String decoder) created by
- Currently, FilePaths on POSIX systems are represented as raw bytes in a …
- 09:07 Ticket #3455 (Add a setting to change how Unicode encoding errors are handled) created by
- I proposal that we augment ghc-6.12.1's support for Unicode Handles by …
- 08:37 Ticket #3454 (ghci freezes on failed pattern match in recursive list comprehension) closed by
- invalid: The 7th element of cs is the tail of the first non-empty element after the …
- 07:37 Ticket #3454 (ghci freezes on failed pattern match in recursive list comprehension) created by
- The following freezes ghci (top shows no resources consumed): […] …
- 07:30 Ticket #3428 (Wrong pragma parsing) closed by
- fixed: Thanks for the report. It looks like this is already fixed in the HEAD: …
- 06:57 Ticket #3416 (Make maximumBy strict on the contents of its list) closed by
- wontfix: This definition is not equivalent, e.g. compare z1 and z2 in […]
- 06:48 Ticket #3413 (configure fails when generated with debian's autoconf 2.64-1 from unstable) closed by
- fixed: This patch has now also been applied.
- 06:03 Ticket #3349 (poor responsiveness of ghci) closed by
- fixed: No response from submitter, so assuming this is fixed.
- 05:35 Ticket #3305 (panic message "impossible happened" loadobj: failed loading SOE packages ...) closed by
- invalid: No response from submitter, so closing.
- 01:56 Ticket #3453 (Add "check" function to Control.Monad) created by
- Generalisation of "guard". check (not . isSpace) 'c' == Just 'c' check …
08/22/09:
- 22:24 Ticket #3452 (Show type of most recent expression in GHCi) created by
- Currently, any expression resulting in a value with no Show instance …
- 17:50 Ticket #3451 (HsFFI.h import doesn't work as installed) created by
- After building GHC head I tried to install the 'network' package (version …
- 14:17 Ticket #3450 (Parser error on {-# LANGUAGE - #-}) closed by
- fixed: Thanks for the report. This has already been fixed in the HEAD (#3153).
- 13:56 Ticket #3450 (Parser error on {-# LANGUAGE - #-}) created by
- Create a single-line file x.hs with contents {-# LANGUAGE …
08/21/09:
- 15:27 Ticket #3449 (Unavoidable "unused bindings" warnings in boot files) created by
- The -fwarn-unused-binds flag produces warnings for bindings that …
- 14:17 Ticket #3423 (No match in record selector Var.tcTyVarDetails with ghc >= 6.10.2) closed by
- fixed: Ah yes, excellent point thank you. A missed instantiation. […] Simon
- 14:15 Ticket #2850 (GeneralizedNewtypeDeriving + TypeFamilies doesn't work) closed by
- fixed: Happily this seems OK in the HEAD (and hence 6.12). So I'll add a …
- 10:46 Ticket #3448 (Error with .so files in HEAD snapshot distribution) created by
- Installing the ghc-6.11.20090818 binary snapshot for x86_64 fails at 'make …
- 10:20 Ticket #3446 (Library enhancement request: Data.Maybe.justIf) reopened by
- Ok, darcs patch is sent, and references this ticket.
- 08:33 Ticket #3447 (Class restrictions on type instances) created by
- I'm using type families to implement bools and integers on type level. …
- 08:15 Ticket #3424 (Corrupt executable when compiling large do block for List monad) closed by
- fixed: Fixed: […] Interesting that it took ~10 years for anyone to find this …
- 07:03 Ticket #3446 (Library enhancement request: Data.Maybe.justIf) closed by
- wontfix: Can you please make a …
- 06:28 Ticket #3446 (Library enhancement request: Data.Maybe.justIf) created by
- Hi, I found myself often writing the idiom "if a then Just v else …
- 03:10 Ticket #3371 (Spurious "Defined but not used" when using record wildcards) closed by
- fixed: Good point. I fixed this, and some related stuff concerning named fields, …
- 02:59 Ticket #3437 (Optimizer creates space leak on simple code) closed by
- fixed: Done! Fixed by […] Thank you for identifying the problem so precisely. …
- 02:47 Building/RunningTests edited by
- (diff)
- 02:46 Building/RunningTests edited by
- (diff)
- 02:03 DebuggingGhcCrashes edited by
- (diff)
- 02:03 DebuggingGhcCrashes edited by
- (diff)
- 02:02 DebuggingGhcCrashes edited by
- (diff)
- 02:00 Building/DebuggingGHC edited by
- (diff)
08/20/09:
- 18:26 Ticket #3374 (Profiling libraries are not installed) closed by
- fixed: Fixed by: […]
- 15:18 Ticket #3445 (":show modules" Panic) created by
- While working exercises in "Haskell Road to Logic, Maths", I got this …
- 09:58 Ticket #3444 (index out of range during 'make install') closed by
- invalid: I did run make clean, but it didn't fix the problem. However, after …
- 08:38 DebuggingGhcCrashes edited by
- fix paths to header files (diff)
- 08:36 DebuggingGhcCrashes edited by
- (diff)
- 06:43 Building/DebuggingGHC edited by
- (diff)
- 06:39 Building/DebuggingGHC created by
- 06:26 Building edited by
- (diff)
- 05:36 Ticket #3430 (ghci crashes) closed by
- worksforme: I didn't manage to repeat it. Tried on x86/Linux with 6.10.4, …
- 04:59 Ticket #3443 (GHCi produces a panic on printing and escaped GBP sign, and won't print ...) closed by
- duplicate: 6.12.1 will have Unicode support in the IO library which mostly fixes this …
- 04:38 Ticket #3442 (GHC panics if closing #-} for a LANGUAGE pragma is not on the same line) closed by
- duplicate: This is a popular bug! #3153
- 04:37 Ticket #3441 (readProcess ... (exit 11): failed) closed by
- worksforme: exit 11 looks suspiciously like a segfault. And from your description, it …
- 04:16 Ticket #3432 (ghc panic because of incorrect module) closed by
- duplicate: Thanks for the report; duplicate of #3153.
- 03:55 TypeFunctionsStatus edited by
- (diff)
- 03:55 Ticket #3418 (Equality constraint causes ghc panic) closed by
- fixed: Fixed in the head by one of the recent changes.
- 03:44 TypeFunctionsStatus edited by
- (diff)
- 03:41 Ticket #3208 (Incorrect handling of recursive groups with signatures containing ...) reopened by
- I did fix the original bug, but I noticed another bug in a modified …
- 03:32 Ticket #2767 (Type family bug ?) closed by
- fixed
- 03:29 Ticket #3208 (Incorrect handling of recursive groups with signatures containing ...) closed by
- fixed
- 03:16 Supercompilation edited by
- (diff)
08/19/09:
- 14:29 Ticket #3296 (mention also -RTS after stack overflow) closed by
- fixed: Fixed by: […]
- 14:16 Ticket #3444 (index out of range during 'make install') created by
- When running 'make install' on an up-to-date pull of ghc+dependencies, …
- 12:29 Ticket #3443 (GHCi produces a panic on printing and escaped GBP sign, and won't print ...) created by
- Prelude> putStrLn "£" � Prelude> putStrLn "\£" ghc: panic! (the …
- 09:04 Ticket #3442 (GHC panics if closing #-} for a LANGUAGE pragma is not on the same line) created by
- This came up on #haskell: […] This sends ghc-6.10.3 into a tailspin: …
- 07:27 Ticket #1548 (printf bugs) closed by
- fixed: Fixed: […]
- 06:52 Ticket #3441 (readProcess ... (exit 11): failed) created by
- When one haskell script (here Parent.hs) runs another script (Child.hs), …
- 06:05 Ticket #3286 (junk `naughty x86_64 register' after expression) closed by
- fixed: Confirmed now working in the HEAD.
- 04:57 Ticket #3083 (Win32 package should bind SHGetFolderPath) closed by
- fixed: It's already done, anyway. […]
- 04:56 Ticket #3083 (Win32 package should bind SHGetFolderPath) reopened by
- 02:40 Building/Preparation/Tools edited by
- bump happy requirement from 1.15 to 1.16 (diff)
- 02:28 Building/Using edited by
- (diff)
- 02:23 Status/SLPJ-Tickets edited by
- (diff)
- 02:21 Ticket #3440 (Improve error message for GADT failures) created by
- If you write […] then typechecking unwrap should certainly fail. And …
- 02:07 Ticket #3439 (Improve the setup for ticky) created by
- Simon Marlow and I came up with the following proposals: * Merge the …
- 02:01 Commentary/SourceTree edited by
- (diff)
- 01:59 Building edited by
- (diff)
- 01:58 Building/RunningNoFib edited by
- (diff)
08/18/09:
- 07:17 Ticket #3438 (Unregisterised build broken) closed by
- fixed: Fixed: […]
- 07:16 Ticket #3429 (Segfault when running with +RTS -N2) closed by
- fixed: Fixed: […]
- 06:38 Ticket #3438 (Unregisterised build broken) created by
- The unregisterised nightly build is failing thusly: […]
- 05:54 TypeFunctionsStatus edited by
- (diff)
- 05:53 Ticket #3405 (ghc: panic! FamInstEnv.pprFamInstHdr) closed by
- fixed: You may want to try your example with the current development version to …
- 03:31 Ticket #3433 (Omitted # after LANGUAGE pragma causes panic) closed by
- duplicate: dup of #3153
- 03:29 Ticket #3437 (Optimizer creates space leak on simple code) created by
- The following code should run in constant space: […] However, when …
- 02:33 Ticket #3436 (runtime: internal error: traverseWeakPtrList: not WEAK) created by
- I was compiling my program (attached) with jhc version 0.6.1. jhc was …
- 02:05 Ticket #3435 (ghc-stage2 panic while compiling ghc-paths-0.1.0.5) created by
- Compilation of ghc-paths-0.1.0.5 with ghc-6.11.20090816 (darcs checkout) …
Note: See TracTimeline
for information about the timeline view.
