Timeline
12/30/08:
- 10:27 Ticket #2903 (Incorrect length for CWStringLen on Win32) created by
- The functions newCWStringLen and withCWStringLen return a CWStringLen with …
- 01:01 Status/SLPJ-Tickets edited by
- (diff)
- 01:00 Status/SLPJ-Tickets edited by
- (diff)
12/29/08:
- 14:35 Ticket #2902 (Example where ghc 6.10.1 fails to optimize recursive instance function ...) created by
- Using ghc 6.10.1, I get over a 3x performance boost on the attached toy …
- 09:39 Ticket #2901 (GHC crashes with "impossible happened ... RnEnv.lookupImportedName" if ...) created by
- If you specify DisambiguateRecordFields? as an option, and then try to use …
- 08:31 Ticket #2885 (Late and confusing error on uncallable class method) closed by
- duplicate: Yes, you are quite right. This is a bad and long-standing problem; the …
- 06:05 Ticket #2206 (GADT pattern match with non-rigid return type) closed by
- fixed: Indeed GHC 6.10 now (correctly) reports […] which seems like a decent …
- 05:59 Ticket #2899 (GADT type inference with existentials) closed by
- invalid: This is by design, I'm afraid. See * …
- 02:08 Ticket #2876 (Inconsistent error message) closed by
- worksforme: This looks ok to me in the 6.10 branch sources, and when running GHC …
12/26/08:
- 13:33 Ticket #2900 (Confusing error message for monadic function with wrong number of ...) created by
- If I compile the following code: […] I get the error message: […] …
- 13:28 Ticket #2899 (GADT type inference with existentials) created by
- The following code works in GHC 6.8.2: […] The compiler correctly …
12/25/08:
- 21:58 Building/MacOSX edited by
- Updated information on prerequisites (diff)
12/24/08:
- 21:19 Ticket #2898 (crash when interpreting) created by
- when I interpret my file Utilities/ChoiceMonad.hs from ghci-haskline I get …
- 01:50 Ticket #2897 (HsFFI.h is not in the default include path for hsc2hs) created by
- Using the ghc 6.1.0 package for libedit2 downloaded from the GHC downloads …
12/23/08:
- 23:12 Ticket #2896 (Warning suggestion: argument not necessarily a binary operator) created by
- As an example: […] The suggested warning is that: if an argument to a …
- 17:27 Ticket #2895 (Implement the "Class System Extension" proposal) created by
- See: http://haskell.org/haskellwiki/Class_system_extension_proposal …
- 08:31 ExplicitCallStack/CorePassImplementation created by
- 04:16 Ticket #2894 (Documentation for "even" missing) created by
- http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html You …
- 01:41 Ticket #2893 (Implement "Quantified contexts" proposal) created by
- See: http://haskell.org/haskellwiki/Quantified_contexts Motivating …
12/22/08:
- 07:07 Ticket #2892 ((threadDelay (-1)) hangs) created by
- threadDelay silently hangs forever given a negative delay interval. It …
- 02:26 Ticket #2891 (threadDelay appears to use excessive CPU in GHCi) closed by
- wontfix: Ok, this program repeatedly waits for one second. When this is run with …
- 02:09 Building/Prerequisites edited by
- (diff)
- 02:03 Building/Prerequisites edited by
- (diff)
12/19/08:
- 12:05 Ticket #2891 (threadDelay appears to use excessive CPU in GHCi) created by
- I have the following simple program: import Control.Concurrent main = …
- 03:25 Ticket #2890 (Library docs are missing source links) created by
- Our library docs used to have links to HsColoured source code - what …
- 03:21 Ticket #2002 (problems with very large (list) literals) closed by
- wontfix: Tested today with GHC HEAD. Compiling a 100k-element [Int] list takes …
12/18/08:
- 13:57 Ticket #2889 (Compilation fails - Can't open temporary) created by
- When compiling (either a .hs or linking .o's), the following error is …
- 04:29 Ticket #2808 (createDirectoryIfMissing should be atomic) reopened by
- There are a few question marks with the new code: The code is now …
- 00:46 ReplacingGMPNotes/PerformanceMeasurements edited by
- (diff)
12/17/08:
- 15:16 Ticket #2808 (createDirectoryIfMissing should be atomic) closed by
- fixed: Both merged.
- 13:49 Ticket #2838 (-fasm codeGen doesn't truncate CMMInt's at the right place) closed by
- fixed: Merged.
- 11:48 Ticket #2592 (Can't profile when the heap maximum is hit) closed by
- fixed: Merged,
- 10:24 Ticket #1364 (Finalizers not guaranteed to run before the program exits) closed by
- fixed: Both merged.
- 10:01 Ticket #2888 (Source file that compiled fine no longer compiles after touching it.) created by
- In the following session, t.hs first compiles fine, then after being …
- 09:18 Ticket #2887 (Segfault while configuring Cabal 1.6.0.1 on OS X 10.5) created by
- An unknown issue prevents Cabal from being built successfully on PPC Macs. …
- 02:41 Ticket #2880 (GHC panic when printing Unique) closed by
- fixed: Thank you for the clarifications! I have not been aware that using …
12/16/08:
- 07:32 Ticket #2886 (Haddock documentation missing for haskell98) closed by
- duplicate: Dupe of #2746 (I did search before report this issue, but the search is …
- 06:27 Building/Hacking edited by
- Replace -Onot with -O0 (diff)
- 00:45 Ticket #2886 (Haddock documentation missing for haskell98) created by
- The random library is empty: …
12/15/08:
- 19:49 Ticket #2885 (Late and confusing error on uncallable class method) created by
- This has been discussed on Haskell Café …
- 19:33 Ticket #2884 (Compiled code performance worsens when module names are long enough) created by
- Attached to this report is an example where by simply renaming a module, …
- 17:57 Ticket #2883 (setitimer(ITIMER_VIRTUAL) is not always available) created by
- On some limited systems, setitimer(ITIMER_VIRTUAL) returns ENOSYS because …
- 15:15 Building/GettingTheSources edited by
- add "Getting a GHC source tree using git" section (diff)
- 08:36 Ticket #2882 (variable escaping in existential type error on 6.8 but not 6.10) closed by
- invalid: actually this has been identified as a user error.
- 08:26 Ticket #2882 (variable escaping in existential type error on 6.8 but not 6.10) created by
- I wrote a patch for darcs that does the following: […] where […] …
- 04:31 Ticket #2862 (GHC Panic in ByteCodeGen) closed by
- fixed: It works after this partial reversion: […]
- 04:31 Ticket #2864 (ghc: panic! (the 'impossible' happened) -- Please report this as a GHC bug) closed by
- fixed: Worked around this bug for now: […]
12/14/08:
- 17:57 Ticket #2881 (Basic Fibonacci function using Word causes ghci to panic. - 6.10.1) created by
- When inputting the function: […] GHCi produces a panic error: […] …
- 10:23 Ticket #2880 (GHC panic when printing Unique) created by
- The following program causes panic: […] The error message is: […] I …
- 07:52 Ticket #2879 (ghci : set - unset) created by
- reading Real World Haskell one of the first "get comfortable" tasks is to …
12/12/08:
- 12:02 Ticket #2878 (panic while compiling Cabal-1.6.0.1) created by
- While compiling Cabal-1.6.0.1, as packaged with Cabal-0.6.0, I got: […]
- 11:51 Ticket #2848 (threadDelay can wait forever, next time on January 22, 2009, around 20:00 ...) closed by
- fixed: Merged
- 11:51 Ticket #2863 (ghc manual should note FFI non-compliance) closed by
- fixed: Merged.
- 04:10 Ticket #2868 (`par` `pseq` does not work as expected) closed by
- fixed: Fixed in HEAD too […]
12/11/08:
- 15:53 Ticket #2877 (crash when printig a list (IO ())) created by
- […] when i enter "test" at the interpreter-prompt (i'm using ghci from …[…]
- 07:25 Ticket #2876 (Inconsistent error message) created by
- Most error messages mention language extensions needed, this one mentions …
- 06:58 Ticket #2875 (Correct SYB's representation of Char) created by
- SYB uses DataRep to represent datatypes: […] I believe that …
- 04:05 Ticket #2874 (Error message doesn't mention extension that is missing) created by
- If you forget to turn on a language extension then the error message …
12/10/08:
- 15:33 Ticket #2873 (ghc-pkg list/dump --package-conf=missing returns successful error code) created by
- If the user supplies a missing package file then ghc-pkg should return a …
- 13:40 Ticket #2872 (sparc -mcpu=v9 is not used in assembly phase) created by
- The ghc DriverPipeline.hs adds -mcpu=v9 when compiling .hs files on …
- 12:12 Ticket #2871 ("Prologue junk?" error when building GHC) created by
- As far as I can tell this is a bug in the Evil Mangler. This is on …
- 10:45 Contributors edited by
- (diff)
- 07:31 Ticket #2815 (On windows, hGetLine stdin leaks like an inside trader) closed by
- worksforme: I still can't reproduce it, trying 6.10.1 and HEAD, with or without …
- 06:29 Ticket #2869 (Linking problem in S390 and ARM) closed by
- invalid: Looking at the buildlog here: …
- 04:45 Ticket #2870 (User signals are not blocked before 'fork' in runInteractiveProcess) created by
- Hello, It is possible that the parent process handles user-defined …
- 04:43 Ticket #2869 (Linking problem in S390 and ARM) created by
- The bug is described in http://bugs.debian.org/482503 .
- 03:45 Ticket #1968 (data family + GADT: not implemented yet) closed by
- fixed: OK, I'm closing this. Would one of you care to add a testsuite case (or …
- 03:10 Ticket #2160 ("internal error: PAP object entered!" when running ghci compiled with ...) closed by
- duplicate: There's another ticket about this: #2197, and since that one has more …
12/09/08:
- 23:49 Ticket #2868 (`par` `pseq` does not work as expected) created by
- The following Wombat program is from "A Tutorial on Parallel and …
- 22:13 Ticket #2866 (panic with GADTs + NoMonomorphismRestriction) closed by
- duplicate: Thanks, I've confirmed this is ok on my original program with …
- 13:36 Ticket #2847 (Failure on OPTION_* pramgas other than GHC) closed by
- fixed: Fixed in the HEAD by: […] and […] and in the 6.10 branch by: […] …
- 13:34 Ticket #2867 (Make a way to tell GHC that a pragma name should be "recognised") created by
- GHC warns about unrecognised pragmas, but other impls can add pragmas …
- 13:24 Ticket #2866 (panic with GADTs + NoMonomorphismRestriction) created by
- The program below causes […] with ghc, and […] with ghci The …
- 11:49 Building/GettingTheSources edited by
- (diff)
- 11:48 Ticket #2865 (Add more tab completions in GHCi for :set and :show) created by
- GHCi already has tab completions for several :set options, but not all of …
- 09:40 Ticket #2864 (ghc: panic! (the 'impossible' happened) -- Please report this as a GHC bug) created by
- The compiler asked me to report this. […] This is using git HEAD, …
- 09:10 Ticket #2861 (stage2 crash: PAP object entered!) closed by
- fixed: I don't know why we get a PAP-entered fault when Lint is happy, but I do …
- 08:39 Platforms edited by
- (diff)
- 08:34 Ticket #2863 (ghc manual should note FFI non-compliance) created by
- The FFI spec says about hs_init and hs_exit: In addition to nested …
- 07:34 Ticket #2854 (Extended defaulting rules not used for super classes) closed by
- duplicate: Hmm, well that does seem reasonable. But it depends on how we ultimately …
- 06:26 Ticket #2862 (GHC Panic in ByteCodeGen) created by
- Try to load the following problem with ghc --interactive of the …
- 04:10 Ticket #2861 (stage2 crash: PAP object entered!) created by
- With stage2 today: […] Interestingly, -dcore-lint doesn't find any …
- 03:50 Ticket #2848 (threadDelay can wait forever, next time on January 22, 2009, around 20:00 ...) reopened by
- oops, still needs to be merged.
- 03:38 Ticket #2848 (threadDelay can wait forever, next time on January 22, 2009, around 20:00 ...) closed by
- fixed: Thanks for a great bug report. The code is now: […] fixed by this …
- 02:58 Ticket #2860 (Redundant unblocking in POSIX generic_handler) created by
- Generic handler redundantly unblocks signal at the end of generic handler.
- 02:46 Status/SLPJ-Tickets edited by
- (diff)
- 01:21 Ticket #2853 (Defaulting not used enough with type families) closed by
- duplicate: But see #2641 which argues for making the rules less liberal, not more …
- 01:09 Ticket #2855 (Surprising type (family) type derived) closed by
- duplicate: Yes, it's a dup. So I'll close it now, having linked from #1897 Simon
- 01:05 Status/SLPJ-Tickets edited by
- (diff)
- 01:01 Ticket #2859 (Reduce coercion terms to normal form) created by
- Sometimes coercion terms in a Core program grow absurdly big, and can …
- 00:21 Ticket #2858 (Segmentation fault due to race between IO manager and installSignals.) created by
- Hello, consider the attached test case. To reproduce the problem please …
12/08/08:
- 21:09 Ticket #2857 (sync-all ignores --complete) created by
- The ordering of the if...elsif...etc branches appears to be slightly off. …
- 19:20 TypeFunctionsStatus edited by
- (diff)
- 18:21 TypeFunctionsStatus edited by
- (diff)
- 17:55 TypeFunctionsStatus edited by
- (diff)
- 17:08 Ticket #2852 (Type family checking oddity) closed by
- worksforme: Replying to guest: > Consider the following snipped […] > …
- 17:04 Ticket #2851 (Improve error message for failed deriving) reopened by
- (I don't have a ghc-6.10 here to test, so maybe it's already good, but) …
- 09:46 Ticket #2844 (incorrect results when not compiling with optimisation) closed by
- fixed: Fixed by […] The commit message amplifies. Thanks for boiling it …
- 09:10 Ticket #2851 (Improve error message for failed deriving) closed by
- invalid: Well, it's tricky. The 'deriving' mechanism is supposed to produce nice, …
- 08:12 Ticket #2856 (GeneralizedNewtypeDeriving doesn't work with data families) created by
- Observe: […] The deriving of Num fails, whereas the corresponding …
- 04:53 Ticket #2855 (Surprising type (family) type derived) created by
- Consider the following module […] Now ask for the type of g […] Why …
- 04:05 Ticket #2854 (Extended defaulting rules not used for super classes) created by
- Consider the following module […] The type of x is […] and since a …
- 03:55 Ticket #2853 (Defaulting not used enough with type families) created by
- Consider this module […] Now let's try to ask for the type of (D 5) …
- 03:34 Ticket #2852 (Type family checking oddity) created by
- Consider the following snipped […] If we now ask for the type of D we …
- 03:13 Ticket #2851 (Improve error message for failed deriving) created by
- The following does not work: […] The natural way of adding an …
12/07/08:
- 19:43 Ticket #2850 (GeneralizedNewtypeDeriving + TypeFamilies doesn't work) created by
- It would be nice if we could do stuff like this: […] which currently …
- 12:34 Ticket #2760 (Data.Generics.Basics.mkNorepType spelled wrong) closed by
- fixed: Applied, thanks.
- 11:26 Ticket #2849 (RegAllocLinear.getStackSlotFor: out of stack slots) closed by
- duplicate: Thanks for the report. This looks like a duplicate of #1993.
12/06/08:
- 21:52 Ticket #2849 (RegAllocLinear.getStackSlotFor: out of stack slots) created by
- […] […]
- 16:53 Ticket #2843 (Missing "Defined but not used" for recursive expressions) closed by
- fixed: Thanks for the report. Happily, 6.10.1 (and the HEAD) already warns about …
- 04:05 Ticket #2848 (threadDelay can wait forever, next time on January 22, 2009, around 20:00 ...) created by
- We(*) have found a serious bug in the non-threaded RTS on 32-bit *nix …
- 04:03 Ticket #2847 (Failure on OPTION_* pramgas other than GHC) created by
- GHC should not attempt to look at other peoples pragmas. For example: …
12/05/08:
- 20:01 Ticket #2846 (Impredicativity bug: GHC crash by type signature) created by
- Quick and dirty, this is the bug: […] I'm running Gentoo Linux. I …
- 16:03 Ticket #2845 (break018 skips a step) created by
- The break018 test is failing: […] What's happening here is that as we …
- 15:22 Ticket #2844 (incorrect results when not compiling with optimisation) created by
- This is a cut-down random1283. R.hs: […] s.hs: […] […]
- 14:32 Contributors edited by
- (diff)
- 14:05 ViewPatterns edited by
- make names consistent (diff)
- 05:48 Ticket #2843 (Missing "Defined but not used" for recursive expressions) created by
- […] In this example b is not really used, but there is no …
- 02:07 Status/SLPJ-Tickets edited by
- (diff)
12/04/08:
- 21:05 Ticket #2842 (http://darcs.haskell.org/darcsweb/ throwing errors.) created by
- Click any link at http://darcs.haskell.org/darcsweb/ and you'll see.
- 07:44 Ticket #2841 (Ghci + foreign export declarations result in undefined symbols) created by
- When using ghci and foreign export declarations, calling any function, …
- 07:40 Ticket #2420 (Multi-method classes are inlined/specialized better than single-method ...) closed by
- fixed: I think this is fixed in GHC 6.10. Simon
- 06:24 Status/SLPJ-Tickets edited by
- (diff)
- 06:23 Ticket #2840 (Top level string literals) created by
- At the moment GHC's internal language does not allow any top-level …
12/03/08:
- 18:03 Ticket #2750 (Bug in Data.Generics) closed by
- fixed: Thanks, applied to HEAD and 6.10 branch.
- 16:31 Ticket #2757 (runghc doesn't respond to --help / --version) reopened by
- runghc's cabal files claims it to be version 0.67 currently. Is that a …
- 12:24 Building/Prerequisites edited by
- (diff)
- 11:11 GHC-6.10.2 edited by
- (diff)
- 05:02 Status/SLPJ-Tickets edited by
- (diff)
- 05:01 Status/SLPJ-Tickets edited by
- (diff)
- 05:01 Status/SLPJ-Tickets edited by
- (diff)
- 05:01 Status/SLPJ-Tickets edited by
- (diff)
- 05:00 Status/SLPJ-Tickets edited by
- (diff)
- 03:47 TypeFunctions/IntegratedSolver edited by
- (diff)
- 02:57 Ticket #2502 (segfault with GHC.Handle.fdToHandle') closed by
- fixed
12/02/08:
- 22:52 TypeFunctions/IntegratedSolver edited by
- (diff)
- 22:18 TypeFunctions/IntegratedSolver edited by
- (diff)
- 21:38 TypeFunctions/IntegratedSolver created by
- 21:13 TypeFunctions edited by
- (diff)
- 19:22 TypeFunctions edited by
- (diff)
- 07:36 Ticket #2839 (Integer not documented in latest docs) created by
- The haddock documentation on the website for Integer is missing, which …
- 04:17 Ticket #2081 (GHC reports internal error: stg_ap_v_ret) closed by
- worksforme: Let's close this ticket, and open a new ticket if it re-emerges.
- 03:36 Ticket #2838 (-fasm codeGen doesn't truncate CMMInt's at the right place) created by
- With this sample program: […] And compiling with […] on 6.10 or a …
- 03:08 Ticket #2560 (killThread and getChanContents appear to interact strangely) closed by
- invalid: I've spent a long time staring at this ticket today, and I'm not convinced …
- 03:01 Ticket #2837 (Vectoriser should give a better error message) closed by
- worksforme: It turns out that just providing -fdph-seq or -fdph-par is actually …
- 02:33 Ticket #2837 (Vectoriser should give a better error message) created by
- Given […] We can compile with dph-par […] but not with dph-seq …
- 01:39 Ticket #2835 (Handles leak to processes spawned by runInteractiveProcess) closed by
- wontfix: Normally, only pipes created by the System.Process library are closed in …
- 01:30 Ticket #2834 (DLL compilation does not work as it did in 6.8.3) closed by
- duplicate: Duplicate of #2745
- 01:28 Ticket #2829 (GHC_SEARCH_PATH broken) closed by
- worksforme: Submitter reports that it now works with 6.10.1.
12/01/08:
- 15:32 Ticket #2836 (Data.Typeable does not use qualified names) created by
- The TyCon in Data.Typeable does not provide the qualified type name. This …
- 13:49 Ticket #2835 (Handles leak to processes spawned by runInteractiveProcess) created by
- I believe this is related to …
- 13:17 Ticket #2834 (DLL compilation does not work as it did in 6.8.3) created by
- Creating a windows DLL in GHC 6.10.1 in accordance with the "adder" …
- 13:03 Ticket #2833 (internal error: throwTo: unrecognised why_blocked value) created by
- The attached file, built with reactive 0.9.6 with the change listed below …
- 12:34 Ticket #2832 (GHC -split-objs, Doesn't Print Error If GHC Built With SplitObjs = NO.) created by
- If GHC is called with flag -split-objs but GHC was built with SplitObjs? = …
- 07:07 Ticket #2712 (Parallel GC scheduling problems) closed by
- fixed: Done in the HEAD, but I probably won't backport because the changes are …
- 06:49 Ticket #2818 (schedule: invalid what_next field) closed by
- fixed: Works with the HEAD. I'm pretty sure it was fixed by this patch: […] …
- 05:17 Ticket #2830 (undefined reference to `base_DataziTuple_Z63T_con_info' when using ...) closed by
- fixed: Happily this works fine in 6.8.3, 6.10.1, and HEAD. Simon
- 05:12 Status/SLPJ-Tickets edited by
- (diff)
- 05:10 Ticket #2831 (Floated error expressions get poor strictness, leaving bad arity) created by
- GHC is careful to ensure that […] gets arity 2. It does this by giving …
- 04:42 Platforms edited by
- (diff)
- 04:22 Platforms edited by
- (diff)
- 04:19 Platforms edited by
- (diff)
- 04:15 Platforms edited by
- (diff)
- 04:08 Platforms edited by
- (diff)
- 04:06 Status edited by
- (diff)
- 04:05 Platforms edited by
- (diff)
11/30/08:
- 18:17 TypeFunctionsStatus edited by
- (diff)
- 14:55 Ticket #2830 (undefined reference to `base_DataziTuple_Z63T_con_info' when using ...) created by
- Hi, I came across this bug when using HAppS, but it is not related to …
- 14:52 Ticket #2829 (GHC_SEARCH_PATH broken) created by
- This bug is present in at least ghc 6.8.2 and ghc 6.10.1. According to …
- 09:01 Ticket #2828 (TcTyFuns.uMeta: normalisation shouldn't allow x ~ x) created by
- […] where stats.hs is: […] NOTE that i'm not even sure if this …
- 08:19 Ticket #2730 (Quasiquote or TH linking may need HPC flag) closed by
- duplicate: This is a duplicate of #1779.
Note: See TracTimeline
for information about the timeline view.
