Timeline
02/12/10:
- 14:44 Ticket #3880 (remove LazyUniqFM) created by
- remove LazyUniqFM: …
- 13:38 Ticket #1969 (enormous compile times) closed by
- fixed: We think the main performance issue is fixed now.
- 12:59 Ticket #3879 (Enable shared libraries on Windows) created by
- http://www.haskell.org/pipermail/cvs-ghc/2010-January/052220.html […]
- 03:57 Ticket #3862 (ghc panic (applyTypeToArgs) building hledger with -O) closed by
- fixed: Ah, so you probably had an inconsistency in your package dependencies. …
- 03:10 Ticket #3878 (doesFileExist doesn't work for some /dev files in ghc 6.12) created by
- Hi. I've noticed this with a program that checks for a lvm image. Here's …
02/11/10:
- 17:24 Ticket #3877 (Require XOverlappingInstances for the most specific instance only) created by
- I tried compiling the attached snippet with both ghc 6.12.1 and 6.10.4. …
- 16:29 Building/Solaris edited by
- Add error message from sun assembler (diff)
- 04:00 Ticket #3876 (assignement of thrown extension to variable of type string) created by
- in an unusual case (exception thrown in code in the return) the thrown …
- 03:32 Ticket #3873 (template haskell: incorrect Warning: defined but not used) closed by
- fixed: Happily the fix for #3845 does this too. Simon
- 03:31 Ticket #3845 (compiling template haskell internal error: ... not in scope during type ...) closed by
- fixed: OK, good, closing then. Simon
- 00:54 Ticket #3875 (DPH QuickHull example crashes on SPARC with -N > 1) created by
- […] GDB says: […]
- 00:45 Ticket #2443 (@EnableWin32DLLs@ in mk/config.mk) closed by
- fixed: Windows DLLs should work now, and this config var was removed.
02/10/10:
- 20:03 Ticket #3874 (GHC.Exts.traceEvent segfaults) created by
- When I call the GC.Exts.traceEvent function (argument: "hello") with event …
- 13:57 Ticket #3873 (template haskell: incorrect Warning: defined but not used) created by
- example code: […] compiling gives: […] but obviously u is used.
- 07:25 Status/SLPJ-Tickets edited by
- (diff)
- 07:24 Ticket #3872 (New way to make the simplifier diverge) created by
- GHC's simplifier can go into a loop if you use fixpoints in a funny way, …
02/09/10:
- 13:25 Ticket #3871 (Missing reference in manpage) created by
- from ghc(1): […] I think there's a word missing after see. Greetings.
02/08/10:
- 15:08 Ticket #3868 (UDP in network module) closed by
- worksforme: You should be able to create an UDP socket by using the AF_INET socket …
- 05:08 Ticket #3865 (On amd64, reading attached file gives "hGetContents: invalid argument ...) closed by
- invalid: The file is encoded in ISO8859-1 (aka Latin-1), so in order to read it you …
- 04:33 Ticket #3870 (Avoid Haddock-links to the Prelude) created by
- If you're generating documenatation that links to the base package, you …
- 04:09 Ticket #3788 (Improved message for GHC "No instance for" Errors) closed by
- wontfix: Not clear what is being proposed, no response from submitter.
02/07/10:
- 22:38 Ticket #3869 (RTS GC Statistics from -S should be logged via the eventlog system) created by
- The -Sfilename option to the RTS gives useful GC statistics, but it's hard …
- 21:06 Ticket #3868 (UDP in network module) created by
- The Network module (at least in 6.10.4) doesn't seem to have any way of …
- 20:05 Platforms edited by
- Update status of SPARC/Solaris build. (diff)
- 19:50 Building/Solaris edited by
- GCC supported versions wibble (diff)
- 19:49 Building/Solaris edited by
- gccfss error message wibble (diff)
- 19:48 Building/Solaris edited by
- Add error message from gccfss (diff)
- 15:08 Ticket #3867 (ghc: panic! (linkBCO: >= 64k ptrs)) created by
- dict is a [String] with around 100,000 entries (around 1.4MB of data), …
- 11:10 Ticket #3866 (Constr Eq instance should have better documentation or semantics) created by
- The following code doesn't do what you expect: […] The reason is …
- 07:08 Ticket #3865 (On amd64, reading attached file gives "hGetContents: invalid argument ...) created by
- This error seems to be related somehow to locale, but it never happens on …
02/05/10:
- 08:13 Ticket #3864 (Bad error message if $TMP does not exist) created by
- […] If the %TMP% environment variable is set to a directory that …
- 03:07 Ticket #3848 (Error message typo in rts/RtsAPI.c) closed by
- fixed: Merged
02/04/10:
- 19:31 Ticket #3863 (Absolute paths to GCC and perl should not be baked into the compiler.) created by
- Building with sh boot ; ./configure ; make leaves me with the …
- 10:19 Ticket #3862 (ghc panic (applyTypeToArgs) building hledger with -O) created by
- […] Seen for the first time today. Does not happen when using ghc …
- 04:55 Ticket #594 (Support use of SSE2 in the x86 native code genreator) closed by
- fixed: Done: […] I measured the FF ray tracer benchmark, and -msse2 seems …
02/03/10:
- 17:27 Building/Solaris edited by
- typo (diff)
- 17:26 Building/Solaris edited by
- say GHC 4.1.2 strongly recommended instead of "needed" (diff)
- 17:22 Building/Solaris edited by
- Add list of failing regression tests (diff)
- 17:16 Building/Solaris edited by
- (diff)
- 17:11 Building/Solaris edited by
- Remove workarounds for fixed bugs in old versions of GHC (diff)
- 16:57 Building/Solaris edited by
- Update to reflect GHC 6.12.1 (diff)
- 12:27 Ticket #3861 (Make testing dynlibs on Windows work) created by
- In http://www.haskell.org/pipermail/cvs-ghc/2010-January/052238.html …
- 11:36 Ticket #3857 (gchi compiles but gch fails) closed by
- invalid: To place a further declaration after the instance, the instance must be …
- 11:28 Ticket #3860 (bindists should check you have a new enough make) created by
- The configure.ac check for make being too old should be put in the …
- 11:07 Ticket #3859 (Problems with toClockTime on NetBSD) created by
- http://bugs.darcs.net/msg8960 (part of http://bugs.darcs.net/issue1524) …
- 08:57 Ticket #3858 (the resolution of abbreviated commands in ghci is surprising.) created by
- […] It seems that abbreviations are resolved to the command, that …
02/02/10:
- 15:51 Ticket #3857 (gchi compiles but gch fails) created by
- The following module loads into ghci but gch reports an error module …
- 12:07 Ticket #3856 (Share code between C wrappers) created by
- driver/ghci/ghci.c and driver/gcc/gcc.c do more-or-less the same thing …
- 11:58 Ticket #3855 (switch back to using a darcs repo for bytestring, and reenable the ...) created by
- Switch back to using a darcs repo for bytestring. Then reenable the …
- 11:03 Ticket #3854 (trac priority and milestone are completely hidden when not logged in) created by
- trac priority and milestone are completely hidden when not logged in. …
- 09:13 Ticket #3853 (make tags work in the new build system) created by
- Make tags work in the new build system.
02/01/10:
- 23:32 Status/SLPJ-Tickets edited by
- (diff)
- 03:55 Ticket #3852 (Building GHC 6.12.1 with Cabal 1.9.0 installed) created by
- Reported by Nicolas Martyanoff <khaelin@gmail.com> on …
- 02:34 Ticket #3851 (type family does not get expanded in ghc-6.12.1) created by
- The following code (which is a trimmed down version of an application of …
01/31/10:
- 21:10 DataParallel/Regular edited by
- (diff)
- 20:03 Supercompilation edited by
- (diff)
- 18:21 Contributors edited by
- (diff)
- 18:11 Contributors edited by
- (diff)
- 17:25 Supercompilation edited by
- (diff)
- 15:18 Ticket #3850 (EmptyDataDecls and type context) created by
- the following code fails to parse correctly or typecheck under 6.12.1 …
01/30/10:
- 18:33 Building edited by
- (diff)
- 18:32 Building edited by
- (diff)
- 14:32 Ticket #3813 (Invalid warning from GHCi) closed by
- fixed: Done, and merged to 6.12.
- 12:50 Ticket #3849 (6.12.1: make framework-pkg on OS X creates package with broken installer) created by
- System: OS X 10.6 (Snow Leopard), Intel Core 2 Duo system (64-bit capable, …
- 12:46 Ticket #3834 (Standalone deriving of an unsupported class panics GHC) closed by
- fixed: Fixed
- 12:46 Ticket #3833 (Panic on standlone deriving without GeneralizedNewtypeDeriving) closed by
- fixed: All done
- 10:35 HackageTesting edited by
- (diff)
- 08:39 Ticket #3748 (Bug in rts/Win32/Ticker.c can cause process hang on exit in Win32) closed by
- fixed: Merged
- 08:39 Ticket #3656 (ghci leaves /tmp/ghc* directory if killed by signal) closed by
- fixed: Both merged
- 08:37 Ticket #2929 (INFINITY used in .hc files without -std=c99) closed by
- fixed: Merged
- 08:37 Ticket #2797 (ghci stack overflows when ghc does not) closed by
- fixed: Merged
- 06:06 WikiStart edited by
- (diff)
- 06:06 HackageTesting created by
01/29/10:
- 18:29 Ticket #3848 (Error message typo in rts/RtsAPI.c) created by
- In rts/RtsAPI.c in the error message about re-entrant finalizers for …
- 07:20 Ticket #3847 (Windows installer has incorrect documentation shortcut) created by
- With the Windows install of 6.12.1, the link on the start menu at …
- 04:21 Ticket #3457 (Impossible to specify pragmas compatible with multiple ghc versions) closed by
- fixed: Fixed: […]
- 04:20 Ticket #3674 (Recognise language pragmas generated by custom pre-processors (run with ...) closed by
- fixed: Fixed: […]
- 04:20 Ticket #2464 (Allow #ifdef'd pragmas) closed by
- fixed
- 04:11 AmazonEC2 edited by
- (diff)
- 04:09 AmazonEC2 created by
01/28/10:
- 22:40 Status/SLPJ-Tickets edited by
- (diff)
- 19:28 Ticket #3846 (.ghci file is ignored on Mac OS X) created by
- I'm running ghc 6.10.4 on Mac OS X, and no matter what I do, my .ghci file …
- 16:19 Status/SLPJ-Tickets edited by
- (diff)
- 09:01 Ticket #3845 (compiling template haskell internal error: ... not in scope during type ...) created by
- example code: […] compiling gives: […] ghc used is the latest ghc …
- 07:27 Ticket #3726 (Internal error compiling ghc-syb-0.1.2.1) closed by
- worksforme: I can't repeat this - same platform, same GHC version. Please re-open if …
- 03:28 Ticket #3763 (make -j8 fails for ghc-6.12.1-pre) closed by
- worksforme: No response from submitter, and I can't make it fail here. I have seen a …
01/27/10:
- 23:27 Ticket #3844 (Undeprecate #include (in at least some circumstances)) created by
- The attached program generates a warning: "Warning: -#include is …
- 15:13 Building/Solaris edited by
- (diff)
- 11:04 Ticket #3821 (Trace.Hpc.Reflect.examineTix segfaults on 64bit) closed by
- fixed: Merged as part of: […]
- 11:03 Ticket #3793 (System.Time.toClockTime does not support all valid timezone offsets.) closed by
- fixed: Merged as part of: […]
- 11:03 Ticket #3803 (addCoverageTicksTobind should not panic when file location is Nothing) closed by
- fixed: Merged
- 11:02 Ticket #3790 (control-C causes segfault, siginfo_t* can be NULL on Solaris) closed by
- fixed: Merged
- 11:02 Ticket #3804 (strange output of mkGHCConstants on SunOS 5.8/sparc) closed by
- fixed: Merged
- 11:02 Ticket #2966 (build system does not respect --with-gcc=) closed by
- fixed: Merged
- 04:33 Ticket #3745 (Non-deterministic behavior with FFI) closed by
- worksforme: I can't reproduce it on x86-64/Linux either. I suspect a hardware problem …
- 03:14 Ticket #3842 (build system does not pass selected gcc when configuring unix package) closed by
- duplicate: Duplicate of #2966
- 03:11 Ticket #3553 (parallel gc suffers badly if one thread is descheduled) closed by
- fixed: I'm not going to investigate this any more.
- 02:39 Ticket #3843 (Merge plugins into HEAD) created by
- This ticket serves to track the progress of the integration of core …
01/26/10:
- 17:33 Ticket #3835 (unpleasant linker warning) closed by
- fixed: Merged
- 16:11 Ticket #3815 (System.Win32.Types.failWith segfaults on unknown error code) closed by
- fixed: Merged
- 16:10 Ticket #3780 (unix-2.4.0.0 fails with base 4.1) closed by
- fixed: Merged
- 15:00 Ticket #3842 (build system does not pass selected gcc when configuring unix package) created by
- The build system's top level ./configure has a flag --with-gcc=. All …
- 14:56 Ticket #3841 (build for libffi assumes tar supports -z) created by
- […] The libffi/ghc.mk uses […] A quick grep indicates this is the …
- 08:58 Ticket #3812 (segfault in maybePerformBlockedException) closed by
- worksforme: After fixing my build, I'm not seeing this bug. Let's re-open the ticket …
- 08:55 Ticket #3840 (ghc-6.12.1 takes longer to compile code and produces bigger binaries ...) created by
- Compiling 348 files from our hets project (using "cabal build") using …
- 01:40 Ticket #3839 (ghci panic reading pragmas) closed by
- fixed: I'm now told this is fixed in 6.12 so I guess it's ok to close.
- 01:36 Ticket #3839 (ghci panic reading pragmas) created by
- Ending a language pragma with a newline before the close-of-comment causes …
01/25/10:
- 05:04 Ticket #3838 (Performance issues with blackholes) created by
- The attached program demonstrates an acute performance problem when many …
01/24/10:
- 19:53 DataParallel/Regular edited by
- (diff)
- 19:52 DataParallel/Regular edited by
- (diff)
- 08:47 Building/Architecture/Idiom/PlatformNames edited by
- Correct broken link. (diff)
01/23/10:
- 10:55 Ticket #3837 (hsc2hs and utf-8) created by
- hsc2hs is broken on a source file containing certain utf-8 characters in …
01/22/10:
- 15:54 Ticket #3773 (Haddoc documentation on wrong function argument) reopened by
- I guess we shouldn't close this one before the patch has applied to GHC's …
- 15:52 Ticket #3773 (Haddoc documentation on wrong function argument) closed by
- fixed: Thanks Isaac! I've reviewed and applied the patch - it's working fine. I …
- 15:08 Ticket #3836 (ghc6 6.12.1 fails to build from source in S390) created by
- This bug is reported in Debian BTS: …
- 08:17 Ticket #3835 (unpleasant linker warning) created by
- When linking any binary (i.e. cabal) that uses the network package I get …
- 08:02 Ticket #3823 (GHC 6.12 breaks combination of records and mutually recursive modules) closed by
- fixed: I've merged this, but the example fails to build (in both HEAD and 6.12) …
- 04:25 Ticket #3637 (./configure doesn't understand Gentoo's build/host/target) closed by
- fixed: Merged.
- 04:24 Ticket #3832 (openTempFile does not apply an encoding to the stream) closed by
- fixed: Merged.
- 03:40 Ticket #2615 (ghci doesn't play nice with linker scripts) closed by
- fixed: Done.
01/20/10:
- 17:25 Ticket #3834 (Standalone deriving of an unsupported class panics GHC) created by
- Using standalone deriving on a non-standard class, without …
- 16:32 Building/Preparation/Linux edited by
- add libffi-dev to debian packages. A similar package is probably required … (diff)
- 16:30 Building/Preparation/Tools edited by
- add libffi dependency (diff)
- 13:05 TypeFunctions/Ambiguity edited by
- (diff)
- 12:48 TypeFunctions/Ambiguity edited by
- (diff)
- 12:35 GpHEden edited by
- (diff)
- 10:21 Ticket #3833 (Panic on standlone deriving without GeneralizedNewtypeDeriving) created by
- I found that GHC panics on the following program if …
- 07:35 Ticket #3794 (Compiling a main program yields: /usr/bin/ld: cannot find -lHSrtsmain) closed by
- fixed: OK, I still can't reproduce it (I think your umask must be getting changed …
- 06:14 Ticket #3832 (openTempFile does not apply an encoding to the stream) created by
- In the following program, the output is written as a raw byte, even in a …
- 05:25 DataParallel/Regular edited by
- (diff)
- 05:24 DataParallel/Regular edited by
- (diff)
- 05:13 DataParallel/Regular edited by
- (diff)
- 05:11 DataParallel/Regular edited by
- (diff)
- 05:05 Ticket #3831 (SpecConstr should exploit cases where there is exactly one call pattern) created by
- On x86/Linux, with this mk/build.mk: […] and these commands: […] …
- 04:49 DataParallel/Regular edited by
- (diff)
- 04:37 DataParallel/Regular edited by
- (diff)
- 04:36 DataParallel/Regular edited by
- (diff)
- 03:54 Status/SLPJ-Tickets edited by
- (diff)
- 03:45 Ticket #3830 (weird error message from type qualification mistake) closed by
- fixed: Good point. The message from 6.12 is better […] Nevertheless, I also …
01/19/10:
- 21:50 DataParallel/Regular edited by
- (diff)
- 21:26 DataParallel/Regular edited by
- (diff)
- 21:11 DataParallel/Regular edited by
- (diff)
- 20:59 DataParallel/Regular edited by
- (diff)
- 20:20 DataParallel/Regular edited by
- (diff)
- 20:14 DataParallel/Regular edited by
- (diff)
- 20:02 DataParallel/Regular edited by
- (diff)
- 19:44 DataParallel/Regular edited by
- (diff)
- 19:07 DataParallel/Regular edited by
- (diff)
- 18:50 DataParallel/Regular edited by
- (diff)
- 18:39 Ticket #3830 (weird error message from type qualification mistake) created by
- […] (the "forall a" is in the wrong place) gives the error message …
- 18:33 DataParallel/Regular edited by
- (diff)
- 18:32 DataParallel/Regular edited by
- (diff)
- 12:51 Ticket #3741 (ghci misinterprets "early" unicode characters) closed by
- fixed: Fixed in 6.12: […]
- 10:56 Ticket #3829 (GHC leaks memory when compiling many files) created by
- Sorry for the rather imprecise bug report; also, I'm not sure if this is …
- 08:40 Ticket #3828 (Error in array index) created by
- I simply compile ghc-6.12.1 on solaris with ghc 6.8.3. when compiling …
- 07:44 Ticket #3762 (filepath.cabal has an extraneous apostrophe) closed by
- fixed: Fixed in 6.12 by: […]
- 07:43 Ticket #3742 (redundant space in FFI imports rejected by 6.12) closed by
- fixed: Merged.
- 06:34 Ticket #3827 (Compiling fails on linux-powerpc) created by
- I get the following error after doing ./configure && make […] The …
- 06:03 TypeFunctions/Ambiguity created by
- 04:43 DataParallel/Regular edited by
- (diff)
- 04:41 DataParallel/Regular edited by
- (diff)
- 04:36 DataParallel/Regular edited by
- (diff)
- 04:33 DataParallel/Regular edited by
- (diff)
- 02:51 Status/SLPJ-Tickets edited by
- (diff)
- 02:29 Ticket #3826 (Can't infer type (type family as "element" type)) created by
- Suppose I have a class C, […] a datatype T, […] and an instance …
- 01:47 DataParallel/Regular edited by
- (diff)
- 00:12 Building/Troubleshooting edited by
- (diff)
01/18/10:
- 15:23 Ticket #3796 (GHC 6.12 dependency checking many times slower than 6.10) closed by
- fixed: Merged.
- 15:22 Ticket #3784 (--with-gmp-includes and --with-gmp-libraries don't affect the building ...) closed by
- fixed: Fixed by: […]
- 13:21 ReportABug edited by
- (diff)
- 07:59 Ticket #3825 ("went past eof token" crash when using -XOverLoadedStrings) closed by
- duplicate: the correct language pragma is punctuated and capitalized this way: […] …
- 07:02 Ticket #3764 (need --htmldir conifiguration) closed by
- worksforme: This works for me, e.g. in the 6.12 branch: […] but the version of …
- 06:05 Ticket #3825 ("went past eof token" crash when using -XOverLoadedStrings) created by
- When trying to compile the following file: {-# LANGUAGE …
- 04:00 Ticket #3824 (parse error on gadt pragma) closed by
- duplicate: Thanks for the report. This is a duplicate of #3153, fixed in 6.12.1 (you …
- 03:18 Ticket #3820 (Pragma for suppressing 'orphan instance' warnings per instance) closed by
- duplicate: Duplicate of #602
- 03:10 Status/SLPJ-Tickets edited by
- (diff)
- 01:59 Ticket #3799 (undefined symbols and undefined references possibly related to template ...) closed by
- invalid: Thank you for investigating this. It looks as if my hypothesis was right: …
01/17/10:
- 21:55 DataParallel/Regular edited by
- (diff)
- 21:29 DataParallel/Regular edited by
- (diff)
- 16:01 Ticket #3824 (parse error on gadt pragma) created by
- I have a file "zap.hs" containing the single line {-# LANGUAGE: GADTs …
- 14:41 GpHEden edited by
- (diff)
- 03:43 Ticket #3761 (6.12.1 HC bootstrap failes due to suspicious static library ordering) closed by
- fixed: Fixed in 6.12 and HEAD by: […]
- 03:42 Ticket #3792 (Qualified names in import specifications) closed by
- fixed: Merged
- 03:41 Ticket #3809 (template-haskell 2.4 fails to compile with base 4.1) closed by
- fixed: Fixed in HEAD and 6.12 by: […]
01/15/10:
- 15:00 Ticket #3823 (GHC 6.12 breaks combination of records and mutually recursive modules) created by
- Take the following code for two mutually recursive modules A and B: […] …
- 09:03 Ticket #3441 (readProcess ... (exit 11): failed) closed by
- worksforme: Thanks for the core dump. Unfortunately I wasn't able to get any clues …
- 06:33 Status/SLPJ-Tickets edited by
- (diff)
- 03:39 Ticket #3822 (guards in arrow notation (Arrows extension) case statement cause compiler ...) created by
- The attached test case causes this panic message: […] The offending …
- 02:31 Ticket #3821 (Trace.Hpc.Reflect.examineTix segfaults on 64bit) created by
- The following seg-faults on my 64bit ghc 6.12.1 when compiled with …
01/14/10:
- 13:48 Ticket #3820 (Pragma for suppressing 'orphan instance' warnings per instance) created by
- Additionally to #2515 I'd like to suppress orphan instances warnings …
- 12:22 Ticket #3819 (keeping RelaxedPolyRec as optional feature can help spotting infinite ...) closed by
- fixed: However ... when I enable RelaxedPolyRec?, the error is catched …
- 12:18 Ticket #3819 (keeping RelaxedPolyRec as optional feature can help spotting infinite ...) created by
- This is a ticket you have nothing to do about - isn't this great? I just …
- 03:13 Ticket #3818 (ghc-pkg prints warnings to stdout instead of stderr) created by
- The warning […] is printed to stdout, which breaks scripts. It should …
- 01:38 Status/SLPJ-Tickets edited by
- (diff)
- 01:07 Ticket #3720 (unknown symbol `_GLOBAL_OFFSET_TABLE_' when loading module) closed by
- wontfix: Ok, maybe adding another type of resolution expressing this information …
- 00:40 Ticket #3720 (unknown symbol `_GLOBAL_OFFSET_TABLE_' when loading module) reopened by
- Replying to igloo: > No reply from submitter, so closing …
- 00:31 Ticket #3772 (Methods not inlined) closed by
- fixed: Actually I fixed this one but forgot to update Trac: […] There's a test …
Note: See TracTimeline
for information about the timeline view.
