Timeline
02/12/09:
- 14:55 Ticket #3026 (GHCi segfault) created by
- This may be libedit's fault, but I can't tell :) How to replicate: Load …
- 11:48 Ticket #3025 (Possible PiDigits memory explosion regression) created by
- This bug is reported from …
- 09:09 Building/Solaris edited by
- fix link to ticket (diff)
- 09:01 Building/Prerequisites edited by
- (diff)
- 06:52 Ticket #3024 (Rewrite hp2ps in Haskell) created by
- Right now, hp2ps is written in rather difficult to modify C, and is quite …
- 05:56 Ticket #3023 (Wrong inferred type shown) created by
- When the warning for missing type signatures is turned on the displayed …
- 02:27 Ticket #3001 (Biographical profiling segfaults) reopened by
- Nice catch Ian. We should add this as a test, clearly the existing test …
02/11/09:
- 22:53 Ticket #3022 (ghc: panic! (the 'impossible' happened) linkBCO: >= 64k insns in BCO) created by
- ghci told me to report a bug: […] I've attached the offending file, …
- 19:23 Ticket #3021 (A way to programmatically insert marks into heap profiling output) created by
- This would be useful for e.g. marking compiler phases. Hmm, this would be …
- 16:57 Ticket #2890 (Library docs are missing source links) closed by
- fixed: Checked: […] All good!
- 10:19 Ticket #3020 (process 1.0.1.1 does not compile) created by
- Compiling haskell source using the process library version 1.0.1.1 via …
- 10:17 Ticket #3019 (sparc membar asm instruction requires mode parameter) created by
- The new parallel/WSDeque.c uses store_load_barrier() from …
- 08:49 Ticket #2871 ("Prologue junk?" error when building GHC) closed by
- fixed: Fixed in HEAD and 6.10: […]
- 08:48 Ticket #3001 (Biographical profiling segfaults) closed by
- fixed: Fixed in HEAD and 6.10: […]
- 08:47 Ticket #2872 (sparc -mcpu=v9 is not used in assembly phase) closed by
- fixed: Fixed in HEAD and 6.10: […]
- 08:31 Ticket #2746 (Documentation for Haskell 98 modules is empty) closed by
- fixed: Now working in 6.10 branch and HEAD. Thanks, David!
- 07:46 Ticket #3018 (Constraints of function in record appears to nullifiy instance ...) created by
- If an field of a record that has constraints in its type, defining a value …
- 04:19 Ticket #3017 (Type inference is broken when dealing with tuple type synonyms) created by
- I have GHC 6.10.1 built from the sources. In the whole bugreport, suppose …
02/10/09:
- 16:28 Ticket #3016 (Long compile times, large memory use with static data in 6.10) created by
- A collection of modules like this, when compiled together, are taking 2 …
- 14:56 Ticket #3015 (Building packages using ghc (6.8.2) results in inconsistent error ...) created by
- […] Whenever installing any package using cabal or building packages …
- 13:54 Ticket #2971 (readFile "/proc/mounts" hangs on an amd64 machine) closed by
- fixed: Merged
- 13:54 Ticket #2980 (Data.Generics reports wrong package?) closed by
- fixed: Merged
- 11:47 Ticket #2808 (createDirectoryIfMissing should be atomic) closed by
- fixed: All 3 merged.
- 11:45 Ticket #2894 (Documentation for "even" missing) closed by
- fixed: Now fixed in HEAD and 6.10 branch.
- 01:17 Ticket #3014 (Any type being derived in Haskell 98 module) created by
- Load the attached module with ghci -ignore-dot-ghci, do :browse and …
- 00:58 DataParallel/WorkPlan edited by
- (diff)
02/09/09:
- 11:20 Ticket #3013 (New simple GADT feature) created by
- It's somewhat of an anomaly that the following does not work: […] …
- 07:01 Ticket #2916 (Adding "-auto-all" when using "-O2 -prof" causes "<<loop>>") closed by
- invalid: So what happened here is that GHC decided to transform this […] into …
- 04:03 Ticket #3012 (A little deriving for GADTs) created by
- For GADTs that are really enumerations, I think deriving Show should work. …
02/08/09:
- 17:05 TypeFunctionsStatus edited by
- (diff)
- 16:04 Ticket #2709 (System.Directory.doesDirectoryExist "\\" is False on Windows) closed by
- fixed: Fixed in HEAD and 6.10 branch: […]
- 15:58 Ticket #3002 (Documentation for Data.Map.unionWithKey makes reference to "new" and "old" ...) closed by
- fixed: Fixed in HEAD and 6.10-branch: […]
- 15:53 Ticket #2883 (setitimer(ITIMER_VIRTUAL) is not always available) closed by
- fixed: Applied to HEAD and 6.10 branch: […]
- 14:34 Ticket #3011 (ASSERT failed: file typecheck/TcMType.lhs line 526 t_a32G{tv}) created by
- NB: this is NOT AFAIK a duplicate of the previous ticket about the TcMType …
- 11:06 Ticket #2913 (OldException's catch etc should treat new Exception types as ...) closed by
- fixed: Fixed in HEAD and 6.10 branches: […]
- 03:19 Ticket #3006 (ghc panic when build Crypto package on Mac OS X 10.4) closed by
- duplicate: Duplicate of #2967, #2919, #2771, and #2753.
- 03:19 Ticket #3010 ("RegAllocLinear.getStackSlotFor: out of stack slots" ghc 6.10.1 for ...) closed by
- duplicate: Duplicate of #3006, #2967, #2919, #2771, and #2753.
02/07/09:
- 17:51 Ticket #3010 ("RegAllocLinear.getStackSlotFor: out of stack slots" ghc 6.10.1 for ...) created by
- compiling Crypto-4.1.0 .............. ............... [1 of 4] Compiling …
- 12:04 Ticket #3009 (ghci-6.10.1 has odd buffering behavior) created by
- In ghci-6.10.1: […] That is, even though stdin is supposed to be …
02/06/09:
- 15:45 Ticket #3008 (Strange behavior when using newtyped version of IO monad in FFI import ...) created by
- Take a look at these two modules: A.hs: […] B.hs: […] Now, …
- 14:35 Ticket #3007 (GHC seems to ignore the package name of modules imported with {#- SOURCE ...) created by
- I have attached an archive with source bundles of two small Cabal packages …
- 11:36 Ticket #3006 (ghc panic when build Crypto package on Mac OS X 10.4) created by
- I build Crypto package on Mac OS X 10.4 and got following error: […]
- 09:16 Ticket #3005 (Normalize fully-applied type functions prior to display) created by
- I have a module with a matrix type constructor: […] which uses …
02/05/09:
- 14:21 Ticket #3004 (Makefile needs to improve treatment of HsColour) created by
- Fresh checkout, a few new patches, sh boot & configure are OK, but 'make' …
- 09:50 Ticket #3003 (Happy does not reject pragmas) created by
- I was about to report a bug in GHC's handling of -fno-warn-missing …
- 08:48 Ticket #2982 (GHCi crashes if a :def command gets a pattern-match error) closed by
- fixed: Fixed in HEAD and 6.10 branch by […] […]
- 08:39 Ticket #2989 (ByteString causes C stack overflow in generated code) closed by
- invalid: I agree, doesn't look like a bug to me.
- 07:21 Ticket #2949 (ghci suddenly won't start) closed by
- worksforme: No response from submitter, so closing. Please reopen if you can reproduce …
02/04/09:
- 07:15 Ticket #2994 (give better error messages for instance declarations with the wrong number ...) closed by
- fixed: Your wish is my command. I spent way too long on this, but it was fun. …
- 07:13 Ticket #2905 (require -XGADTs in order to pattern-match GADTs) closed by
- fixed: Done […] Don't merge to the branch; it's a small change in behaviour. …
- 05:51 Ticket #2958 (ghc-pkg describe is lying) closed by
- invalid
- 03:48 Ticket #3002 (Documentation for Data.Map.unionWithKey makes reference to "new" and "old" ...) created by
- The example given for unionWithKey uses rather odd names "new_value" and …
- 00:44 Ticket #2999 (yi darcs crashes ghc 6.11.20090201) closed by
- fixed: I've pushed a patch that makes it a warning only. That should resolve it. …
02/03/09:
- 19:32 TypeFunctionsStatus edited by
- (diff)
- 16:08 Ticket #2993 (Precedence errors are reported for undefined operators) closed by
- fixed: Both merged.
- 16:07 Ticket #2903 (Incorrect length for CWStringLen on Win32) closed by
- fixed: Fixed (thanks Ross!) in HEAD and 6.10 branch: […]
- 14:19 Ticket #2987 (panic when compiling again) closed by
- fixed: Done: […]
- 07:55 Ticket #3001 (Biographical profiling segfaults) created by
- […]
- 06:22 Ticket #2918 (Storable alignment for Double is 4) closed by
- wontfix: The alignment for Storable instances is determined by configure tests. …
- 06:11 Ticket #3000 (:break command should recognize also nonexported top level symbols in ...) created by
- When a breakpoint is defined for a qualified function name ( ( conid …
02/02/09:
- 19:06 DataParallel/WorkPlan edited by
- (diff)
- 16:08 TypeFunctionsStatus edited by
- (diff)
- 15:56 Ticket #2920 (old-time on hackage is incorrectly packaged) closed by
- fixed: The fix for the .cabal file was […] which was included in …
- 15:18 Ticket #2999 (yi darcs crashes ghc 6.11.20090201) created by
- […]
- 13:00 Ticket #2878 (panic while compiling Cabal-1.6.0.1) closed by
- worksforme
- 12:56 Ticket #2877 (crash when printig a list (IO ())) closed by
- worksforme
- 12:53 Ticket #2874 (Error message doesn't mention extension that is missing) closed by
- worksforme: Unreproducible, and no testcase, so closing this ticket. Please reopen if …
- 11:58 Ticket #2606 (Backspace, delete, etc. don't work in ghci in HEAD) closed by
- invalid
- 06:26 Ticket #2990 ("GHC Commentary: The byte-code interpreter and dynamic linker " is empty) closed by
- invalid: Thanks for making the wiki page. It sounds more useful than this bug …
- 05:14 Commentary/Rts/HaskellExecution/HeapChecks edited by
- This looks like a stub, too (diff)
- 05:07 Commentary/Rts/HaskellExecution/Updates edited by
- This looks like a stub to me… (diff)
- 05:05 Commentary/Rts/Weak edited by
- This is a stub (diff)
- 05:04 Commentary/Rts/Interpreter edited by
- This is a stub (diff)
- 05:03 Commentary/Rts/FFI edited by
- ... but that wasn't the link syntax (diff)
- 05:03 Commentary/Rts/FFI edited by
- This is a stub (diff)
- 05:02 CategoryStub edited by
- Huh. BackLinks? macro didn't work as expected, and I had assumed the … (diff)
- 04:56 CategoryStub created by
- Add a way to tag stubs
02/01/09:
- 15:12 Ticket #2998 (Expose the internals of the network library to make it more extensible) created by
- When creating new libraries on top of the network library it would be …
- 10:19 Ticket #2997 (Package names starting with a numeric character cause assembler errors) created by
- Hi, When trying to compile a package named 9pH, I get the following …
- 09:41 Ticket #2996 (Network.Socket.sClose should change socket status) created by
- The current implementation of sClose in Network.Socket leaves the socket …
- 04:07 Ticket #2995 (ghc -Wall does not complain about unnecessary data constructor imports) created by
- If it is enough to import: […] Then ghc should complain (warn) when …
01/31/09:
- 15:23 Ticket #2960 (Add instance Data.Traversable for Data.IntMap) closed by
- fixed: Applied, thanks!
- 14:13 Ticket #2939 (Example in library doco for Control.Exception.handle is no longer ...) closed by
- fixed: Thanks for the report. I've updated the docs.
- 14:13 Ticket #2819 (Bad example code in documentation of Control.Exception.catch) closed by
- fixed: Thanks for the report. I've updated the docs.
- 14:13 Ticket #2655 (Control.Exception's Haddock document drop instruction about Extensible ...) closed by
- fixed: Thanks for the report. I've updated the docs.
- 12:30 Ticket #2994 (give better error messages for instance declarations with the wrong number ...) created by
- Consider the following erroneous program which tries to define an instance …
- 12:16 Ticket #2993 (Precedence errors are reported for undefined operators) created by
- I found a misleading error message. If I add the import for (<$>), but I …
01/30/09:
- 22:42 Ticket #2992 (GHCi Memory Leak in Windows Vista) created by
- If use ghci.exe and separating compiling via ghc.exe, memory leak in ghci …
- 14:59 GhcApiAstTraversals edited by
- remove references to old/fixed ghc bugs (diff)
- 14:57 GhcApiAstTraversals edited by
- redirect from syb-utils to syb or ghc-syb (diff)
- 12:21 Ticket #2991 (.mix files generation broken with -fhpc and --make flags with lhs modules) created by
- assume the project consisting of two files: !Main.lhs and MyModule.hs. …
- 11:52 Ticket #2990 ("GHC Commentary: The byte-code interpreter and dynamic linker " is empty) created by
- There is no content on the wiki page Commentary/Rts/Interpreter!
- 11:15 Ticket #2985 (Bogus superclass dictionary with equality constraints) closed by
- fixed: Merged.
- 10:49 Ticket #2944 (Mutually recursive equality constraints) closed by
- fixed: Merged
- 10:48 Ticket #2961 (Incorrect FFI code generated with -O) closed by
- fixed: Merged.
- 06:32 Ticket #2914 (RecordWildCards doesn't work with associated datatypes inside class ...) closed by
- fixed: Merged.
- 05:37 Ticket #2956 (Template Haskell: cannot splice sections) closed by
- fixed: Merged
- 05:37 Ticket #2973 (In ghci, loadObj fails after :cd for compiled module) closed by
- fixed: Merged
- 03:10 Commentary/HeapAlloced edited by
- (diff)
- 03:04 Commentary/Rts edited by
- (diff)
- 03:03 Commentary/HeapAlloced edited by
- (diff)
- 03:03 Commentary/HeapAlloced created by
01/29/09:
- 23:34 Ticket #2989 (ByteString causes C stack overflow in generated code) created by
- I accidentally left off the apostrophe in the following code. […] …
- 21:53 DataParallel/WorkPlan edited by
- (diff)
- 19:59 Ticket #2606 (Backspace, delete, etc. don't work in ghci in HEAD) reopened by
- (Sorry, meant to his "preview") ctrl-<left arrow> does not work. #2741 …
- 07:18 Ticket #2974 (Compiling HTTP-4000.0.4 makes GHC 6.11.20090121 panic) closed by
- fixed: Urk. Thanks for finding this. I've fixed it now: […] Simon
- 05:27 Status/SLPJ-Tickets edited by
- (diff)
- 03:50 Ticket #2988 (Improve float-in) created by
- At the moment we can get a cascade of simplifier iterations like this: …
01/28/09:
- 20:39 Ticket #2987 (panic when compiling again) created by
- haskelldb 0.10 doesn't build under ghc 6.10.1. I download it with: […] …
- 14:56 Ticket #2986 (:info printing instances often isn't wanted) created by
- :info shows all instances of types/classes, which often obscures the info …
- 09:43 Ticket #2985 (Bogus superclass dictionary with equality constraints) created by
- […] Running this program produces <<loop>>. Reason is that the `Num …
- 02:16 Ticket #2984 (Vectorized dph code doesn't terminate) created by
- The program attached to this ticket doesn't terminate when vectorisation …
- 02:04 DataParallel edited by
- (diff)
- 01:19 Ticket #2191 (A way to programmatically cause GHC to report the cost center stack ...) closed by
- fixed
- 00:19 Ticket #2983 (Segmentation fault in ray tracer with certain options) created by
- The attached program, RayT.hs, when compiled like so can be executed …
01/27/09:
- 06:03 Ticket #2982 (GHCi crashes if a :def command gets a pattern-match error) created by
- Peter Hercek reports […] The "no parse" is quite correct: `(read …
- 05:54 DataParallel/WorkPlan edited by
- (diff)
- 05:42 DataParallel/WorkPlan edited by
- (diff)
- 05:37 DataParallel/WorkPlan edited by
- (diff)
- 05:15 DataParallel/WorkPlan edited by
- (diff)
- 05:00 DataParallel/WorkPlan edited by
- (diff)
- 03:48 DataParallel/Optimisation edited by
- (diff)
- 03:48 DataParallel/Optimisation edited by
- (diff)
- 03:47 DataParallel/Related edited by
- (diff)
- 03:46 DataParallel/Desugaring edited by
- (diff)
- 03:46 DataParallel/Desugaring edited by
- (diff)
- 03:45 DataParallel/Vectorisation/CodeVectorisation edited by
- (diff)
- 03:45 DataParallel/Vectorisation/TypeVectorisation edited by
- (diff)
- 03:44 DataParallel/Vectorisation edited by
- (diff)
- 03:41 DataParallel/Design edited by
- (diff)
- 03:40 DataParallel/SMP edited by
- (diff)
- 03:40 DataParallel/Example edited by
- (diff)
- 03:39 DataParallel/WorkPlan edited by
- (diff)
- 03:38 DataParallel/Repositories edited by
- (diff)
- 03:38 DataParallel/Repositories edited by
- (diff)
01/26/09:
- 09:49 Ticket #2981 (".space" directive not recognised by solaris assembler) created by
- The Solaris assembler (/usr/ccs/bin/as) does not recognise the .space …
- 08:44 Ticket #2961 (Incorrect FFI code generated with -O) reopened by
- 08:40 Ticket #2961 (Incorrect FFI code generated with -O) closed by
- fixed: Fixed: […]
- 08:32 Ticket #2471 (generate C wrappers for FFI functions) closed by
- duplicate: actually #2979 is a better ticket, so closing this one as a dup.
- 08:07 Ticket #2975 (GHCi's :edit command calls the editor with stdin in nonblocking mode) closed by
- fixed: Thanks for the report. This one is already fixed: […]
- 06:42 Ticket #2980 (Data.Generics reports wrong package?) created by
- On a Windows XP machine, importing the Data.Generics packages gives the …
01/25/09:
- 07:53 Ticket #2979 (better support for FFI C wrappers for macros in system headers) created by
- Often C functions get defined via macros on some systems. For example …
- 00:49 Ticket #2978 (Add support for more characters to UnicodeSyntax) created by
- Here is a short patch to add support for some more Unicode characters when …
01/24/09:
- 11:38 Ticket #2977 (Install phase fails when using --enable-shared) created by
- Using todays snapshot (6.11.20090123), --enable-shared fails to install …
01/23/09:
- 09:37 Ticket #2964 (System.Directory.getCurrentDirectory doesn't work on win32 if the current ...) closed by
- duplicate: looks like the same bug as #2963
- 08:39 Ticket #2976 (:show bindings give wrong results when a variable was redefined) created by
- Bindings displayed with :show bindings do not correspond to what can …
- 08:04 Ticket #2975 (GHCi's :edit command calls the editor with stdin in nonblocking mode) created by
- When using editline support, GHCi sets stdin to nonblocking mode. […] …
- 05:52 Building/Solaris edited by
- make it clear in what cases we would want to avoid hard coding paths (diff)
- 05:46 Building/Solaris edited by
- added references to tickets (diff)
01/22/09:
- 14:21 Ticket #2974 (Compiling HTTP-4000.0.4 makes GHC 6.11.20090121 panic) created by
- Compiling Network.HTTP.MD5Aux makes GHC HEAD panic: […]
- 11:07 Building/Solaris edited by
- remark on linker flags (diff)
- 10:59 Building/Solaris edited by
- added --with-gcc note (diff)
- 08:48 Ticket #2973 (In ghci, loadObj fails after :cd for compiled module) created by
- I am using ghc 6.10.1 from MacPorts?, upgraded recently from 6.8.?. To …
01/21/09:
- 22:15 ArmLinuxGhc edited by
- (diff)
- 20:09 Ticket #2972 (ppc ghci segfaults at startup) created by
- GHCi works in 6.8.3, broken (segfaults on startup) in 6.10.1 on linux/ppc.
- 09:23 Building/Prerequisites edited by
- (diff)
- 06:48 Ticket #2971 (readFile "/proc/mounts" hangs on an amd64 machine) created by
- readFile "/proc/mounts" hangs on an amd64 machine with ghc 6.10.1, it …
- 06:43 Building/Solaris edited by
- move a bit about, remove done TODOs (diff)
- 06:36 Building/Solaris edited by
- various updates (diff)
- 06:32 Ticket #2810 (Debugger: change context to the module containing the current breakpoint) closed by
- duplicate: closing as dup of #2803
- 06:17 Building/Solaris edited by
- note about GCC version 3.4.4 (diff)
- 02:56 Ticket #2970 (detecting readline in top-level ./configure is no guarantee of readline ...) created by
- This is about readline in 6.8.x, but presumably the same issue applies for …
01/20/09:
- 17:00 Ticket #2809 (Patching libffi fails in Solaris) closed by
- duplicate: Duplicated by #2957.
- 13:59 Ticket #2759 (Data.Generics.ConstrRep isn't general enough) closed by
- fixed: Applied, thanks!
- 13:59 Ticket #2875 (Correct SYB's representation of Char) closed by
- fixed: Applied, thanks!
- 13:18 Ticket #2726 (getAddrInfo and addrFamily not in scope on Windows GHC 6.8) closed by
- invalid: Moved here: http://trac.haskell.org/network/ticket/5
- 12:59 Ticket #2774 (sIsReadable and sIsWritable return true after socket is closed.) closed by
- invalid: Moved here: http://trac.haskell.org/network/ticket/4
- 12:55 Ticket #2784 (Cannot call connect with a socket that is already bound.) closed by
- invalid: Moved to here: http://trac.haskell.org/network/ticket/3
- 12:17 Ticket #2936 (System.IO.Error needs to be imported unconditionally) closed by
- fixed: I've pushed an untested patch; please reopen if it's still broken for you. …
- 11:30 Ticket #2943 (Socket related IO cannot be be interrupted on Windows) closed by
- invalid: Moved here: http://trac.haskell.org/network/ticket/2
- 11:25 Building/Solaris edited by
- note a few more TODOs (diff)
- 11:03 Building/Solaris edited by
- note gmake (diff)
- 10:56 Building/Solaris edited by
- note sparcv9 abi issue (diff)
- 10:50 Building edited by
- link to solaris build advice (diff)
- 10:48 Building/Solaris created by
- initial advice, a few TODOs to verify instructions
- 10:22 Ticket #2969 (unix package built wrong on Solaris) created by
- On Solaris with recent gcc versions the unix package gets built with an …
- 10:02 Ticket #566 (mips-sgi-irix6.5 port?) closed by
- wontfix: I withdraw the feature request :-)
- 07:34 Ticket #2968 (add test for C trigraphs) created by
- […] If we compile the above -fvia-C then some gcc versions report: …
- 07:22 Ticket #2967 (GHC panics while building the Crypto library) closed by
- duplicate: Thanks for the report; this is a duplicate of #2753.
- 07:21 Ticket #2919 (ghc panic while compiling Crypto) closed by
- duplicate: Thanks for the report; this is a duplicate of #2753.
- 06:47 Ticket #2967 (GHC panics while building the Crypto library) created by
- GHC panics when I try to build Crypto-4.1.0. […] I've attached the …
01/19/09:
- 09:29 Ticket #2966 (build system does not respect --with-gcc=) created by
- The ./configure scripts for all the core libs do not respect the …
- 07:02 Ticket #2965 (GHC on OS X does not compile 64-bit) created by
- Not much to say other than GHC does not compile as a 64-bit program on OS …
- 05:23 Ticket #2964 (System.Directory.getCurrentDirectory doesn't work on win32 if the current ...) created by
- If you create a path with an international character in it (accented …
- 00:17 Ticket #2963 (Exception if current path has national symbols) created by
- Environment: Windows Vista Home Ru + sp1 ghc 6.10.1 Example for error: …
01/18/09:
01/17/09:
- 15:22 Ticket #2250 (unpackFamily on Windows fails match) closed by
- invalid: Moved to http://trac.haskell.org/network/ticket/1
- 01:43 Ticket #2962 (Reduce space usage of genericLength for common Num instances) created by
- There is a space leak in genericLength: […] The attached patch …
01/16/09:
- 16:20 Ticket #2931 (Template Haskell: Quoting single letter identifier leads to a parse error ...) closed by
- fixed: Merged.
- 16:20 Ticket #2445 (better error message needed for missing package files) closed by
- fixed: Both merged.
- 16:17 Ticket #2645 (fix type, performance of IntMap(Set).findMin(Max)) closed by
- fixed: Applied, thanks!
- 16:17 Ticket #2644 (type of IntMap.intersection[WithKey] is incorrect) closed by
- fixed: Applied, thanks!
- 16:17 Ticket #2643 (Optimized IntMap / IntSet construction from sorted input) closed by
- fixed: Applied, thanks!
- 15:41 Ticket #2961 (Incorrect FFI code generated with -O) created by
- GHC 6.10.1 seems to generate incorrect code for createWindow in X11-1.4.3 …
- 12:26 Ticket #2368 (ASSERT failed! file coreSyn/CorePrep.lhs line 669) closed by
- fixed: Confirmed: simpl014 now passes with ./validate --slow.
- 11:11 Ticket #2960 (Add instance Data.Traversable for Data.IntMap) created by
- Data.IntMap doesn't have a Data.Traversable.Traversable instance like …
- 08:59 Ticket #2959 (Merge in LambdaVM (Haskell to Java/JVM bytecode translator)) created by
- Hello, it would really be nice to see LambdaVM[1] merged in. I'm afraid …
- 08:18 Ticket #2958 (ghc-pkg describe is lying) created by
- If I do 'ghc-pkg describe attoparsec' the last line will say the …
- 08:00 Ticket #2957 (GHC head build fails on non-GNU system assuming `patch' command is GNU ...) created by
- Hello, GHC head build fails on non-GNU system using `patch' command in …
- 07:54 Ticket #2131 (concprog001(threaded2) occasional failures.) closed by
- fixed: We've had no more concprog002 failures since the recent round of throwTo …
- 04:22 Ticket #2955 (Data in $HOME/.ghc is not validated leading to obscure error messages when ...) closed by
- fixed: Fortunately this has just been fixed. #2445 In future you would get an …
- 03:41 Ticket #2956 (Template Haskell: cannot splice sections) created by
- […] Trying to load the above gives: […] The line it's complaining …
- 02:21 Ticket #2955 (Data in $HOME/.ghc is not validated leading to obscure error messages when ...) created by
- I installed cabal-install-0.6.0 from source, used ghc for a couple of days …
01/15/09:
- 21:58 Ticket #2954 (System.Process.terminateProcess sends SIGTERM rather than SIGKILL on unix) created by
- The documentation says {{{ […] On Unix systems, terminateProcess sends …
- 20:34 TypeFunctionsStatus edited by
- (diff)
- 15:40 Ticket #2953 (deriving Functor, Foldable, Traversable) created by
- It is possible to derive instance of Functor, Foldable and Traversable, as …
- 15:30 Ticket #2952 (ghci fails to start from start menu on windows 7) created by
- In Windows 7 (6.1.7000) when starting ghci from the start menu, using Run …
- 07:56 Status/SLPJ-Tickets edited by
- (diff)
- 04:37 Ticket #2699 (broken pipe errors are too noisy) closed by
- fixed
- 03:44 Contributors edited by
- Replacing myself as the Debian GHC maintainer (diff)
- 01:34 Ticket #1632 (Test.HUnit documentation) closed by
- fixed: FIX-1632-Test.HUnit-documentation.patch adds documentation to the …
- 01:33 Ticket #2822 (Arity expansion not working right) closed by
- fixed: Fixed by […] Thanks, Ian. Simon
01/14/09:
- 22:18 Ticket #1632 (Test.HUnit documentation) reopened by
- Reopenening ticket; documentation didn't make it into library.
- 14:03 Ticket #2951 (Add support for amd64-solaris2 platform) created by
- Hello, it would be nice if GHC build correctly detects if it's running on …
- 07:40 Commentary/SourceTree edited by
- (diff)
- 07:36 Ticket #2950 (show breakpoint numbers of breakpoints which were ignored during :force) created by
- Extend message "*** Ignoring breakpoint" (which is printed during :force …
- 06:58 Ticket #2948 (the type of System.Posix.Process.executeFile is not general enough) closed by
- fixed: done.
- 06:46 Ticket #2949 (ghci suddenly won't start) created by
- I've no clue what is wrong or what I have changed, but when I tried to …
- 01:18 Attic/Building/BuildSystem/New edited by
- (diff)
- 01:17 Attic/Building/BuildSystem/New edited by
- (diff)
- 01:16 Attic/Building/BuildSystem/New edited by
- (diff)
- 01:10 Attic/Building/BuildSystem/New edited by
- (diff)
- 01:07 Attic/Building/BuildSystem/New edited by
- (diff)
01/13/09:
- 22:06 ObjectiveC/Classes edited by
- (diff)
- 19:09 Ticket #2948 (the type of System.Posix.Process.executeFile is not general enough) created by
- Because System.Posix.Process.executeFile does not return, its return …
- 13:46 Ticket #2947 (infix precedence of backtick functions defined in ghci is not reported by ...) created by
- excerpt from ghci: […]
- 08:12 Ticket #2946 (tracing should be controled by a global flag) created by
- Instead of ":trace" and ":trace <expr>" command there should be one …
- 07:44 Attic/Building/BuildSystem/New edited by
- (diff)
- 07:28 Attic/Building/BuildSystem/New edited by
- (diff)
- 07:19 Attic/Building/BuildSystem/New edited by
- (diff)
- 06:42 Attic/Building/BuildSystem/New edited by
- add ShowPath?, PageOutline? (diff)
- 06:36 Ticket #2945 (add command :mergetrace) created by
- Currently trace history is stored in "Resume" context. I'm not aware of …
- 06:27 Attic/Building/BuildSystem/New edited by
- (diff)
- 06:21 Attic/Building/BuildSystem/New edited by
- (diff)
- 06:14 Attic/Building/BuildSystem/New edited by
- (diff)
- 06:13 ObjectiveC edited by
- (diff)
- 06:12 ObjectiveC edited by
- (diff)
- 06:11 ObjectiveC/Classes edited by
- (diff)
- 06:11 ObjectiveC/Classes edited by
- (diff)
- 06:10 Attic/Building/BuildSystem/New edited by
- add idiom for distdirs (diff)
- 05:50 Commentary/SourceTree/Includes edited by
- fix links (diff)
- 05:48 Building edited by
- (diff)
- 05:47 Commentary edited by
- (diff)
- 05:47 Building/Files edited by
- (diff)
- 05:45 Building/Files edited by
- redirect back to Commentary/SourceTree (diff)
- 05:44 Commentary/SourceTree edited by
- re-instate links to sub pages (diff)
- 05:44 ObjectiveC edited by
- (diff)
- 05:20 Ticket #2944 (Mutually recursive equality constraints) created by
- Given this piece of code: […] GHC complains: […] Is this a bug? …
- 04:48 Attic/Building/BuildSystem/New edited by
- (diff)
- 04:46 Attic/Building/BuildSystem/New edited by
- (diff)
- 04:45 Attic/Building/BuildSystem/New edited by
- (diff)
- 04:37 Attic/Building/BuildSystem/New edited by
- (diff)
- 04:27 Attic/Building/BuildSystem/New edited by
- (diff)
- 04:24 Attic/Building/BuildSystem/New edited by
- (diff)
- 04:23 Attic/Building/BuildSystem/New edited by
- (diff)
- 04:16 Attic/Building/BuildSystem/New edited by
- (diff)
- 04:09 Attic/Building/BuildSystem/New edited by
- (diff)
- 04:05 Attic/Building/BuildSystem/New edited by
- (diff)
- 03:42 Commentary/Compiler/NameType edited by
- Fix some syntax typo's (diff)
- 02:28 ObjectiveC/Messaging edited by
- (diff)
- 02:27 ObjectiveC/Messaging edited by
- (diff)
- 02:27 Ticket #2941 (HsBase.h includes termios.h which prevents us including curses.h on ...) closed by
- fixed: Fixed in 6.10.1, because we don't #include anything in .hc files. I …
Note: See TracTimeline
for information about the timeline view.
