Timeline
02/21/10:
- 18:49 Ticket #3892 (some libraries work with runghc but not ghc) created by
- Symptom: Code using some libraries (e.g. array, complex, list) works …
- 12:28 Building/Porting edited by
- Add a note that something is still wrong. (diff)
- 09:38 Contributors edited by
- Removed the m68k port from the list (Debian no longer has it) (diff)
- 09:29 Ticket #3853 (make tags work in the new build system) closed by
- fixed: Fixed by: […]
02/20/10:
- 17:43 Commentary/Compiler/Backends/LLVM edited by
- (diff)
- 14:38 Ticket #3860 (bindists should check you have a new enough make) closed by
- fixed: Fixed in HEAD and 6.12 by: […]
- 10:36 Ticket #3773 (Haddoc documentation on wrong function argument) closed by
- fixed: I've merged the GHC HEAD haddock repo with the haddock HEAD, and pushed …
- 08:31 Commentary/Compiler/Backends/LLVM edited by
- (diff)
- 08:28 Commentary/Compiler/Backends/LLVM created by
- 08:16 Commentary/Compiler edited by
- Added link for info on the LLVM backend (diff)
- 07:11 Ticket #3887 (getOptions'.parseLanguage(2) went past eof token) closed by
- fixed: Thanks for the report. The problem is the -X in your LANGUAGE pragma. …
02/19/10:
- 23:43 Ticket #3891 (evacuate: strange closure types THUNK_STATIC and CONSTR_NOCAF_STATIC on ...) created by
- I've been trying to get GHC to build on ia64 for a while now, …
- 17:48 Ticket #3890 (runghc sometimes won't allow redirecting of stdout/stderr) created by
- See attached test.hs. Here's stdout working normally: […] But after …
- 16:45 Ticket #3889 (configure script is generating the incorrect value for ...) created by
- My system (Fedora 12 x86_64) supports the GNU non-executable stack note, …
- 16:28 Ticket #3856 (Share code between C wrappers) closed by
- fixed: Fixed by: […]
- 10:28 Ticket #3888 (Suggest -XGeneralizedNewtypeDeriving for newtypes) created by
- newtype A = A Int deriving Enum t.hs:1:27: Can't make a derived …
- 05:21 Ticket #3887 (getOptions'.parseLanguage(2) went past eof token) created by
- > :l qgen2 ghc: panic! (the 'impossible' happened) (GHC version 6.10.4 …
02/18/10:
- 19:36 Ticket #3886 (Standalone deriving of NFData causes panic) created by
- Using the -XStandaloneDeriving option, I tried to generate an NFData …
- 05:06 Ticket #691 (Make the testsuite standalone) closed by
- fixed: The testsuite is now standalone.
- 02:44 Ticket #3885 (A bug appeared trying to run an opengl(-haskell) program) closed by
- fixed: This was a bug in GHC 6.10.4 where it didn't detect that an old .hi file …
02/17/10:
- 21:13 CurtSampson created by
- Really just a home for my common queries.
- 16:07 Ticket #3885 (A bug appeared trying to run an opengl(-haskell) program) created by
- mh@dsktp:/media/VENUS/python$ ghc helloWorld.hs -o ej Binary: Int64 …
- 15:51 Ticket #2889 (Compilation fails - Can't open temporary) reopened by
- I came across this similar issue but I only see it under cygwin on windows …
- 15:13 Building/Problems edited by
- (diff)
- 15:13 Building/Prerequisites edited by
- (diff)
- 15:11 Attic/Building/Old/Using edited by
- Name changed from Building/Old/Using to Attic/Building/Old/Using (diff)
- 15:10 Building/KnownProblems edited by
- (diff)
- 15:08 Building/Files edited by
- (diff)
- 15:07 Attic/Building/BuildSystem edited by
- Name changed from Building/BuildSystem to Attic/Building/BuildSystem (diff)
- 15:06 Attic/Building/BuildSystem/New edited by
- Name changed from Building/BuildSystem/New to … (diff)
- 15:04 Attic/BeginnersNotes edited by
- Name changed from BeginnersNotes? to Attic/BeginnersNotes (diff)
- 15:01 Attic/6.6_Branch edited by
- Name changed from 6.6_Branch to Attic/6.6_Branch (diff)
- 15:01 Attic/X86OSXGhc edited by
- Name changed from X86OSXGhc to Attic/X86OSXGhc (diff)
- 14:53 AddingLibsToBuild edited by
- (diff)
- 14:31 WikiStart edited by
- update status (diff)
- 14:30 WikiStart edited by
- add ticket totals (diff)
- 05:26 Commentary/Compiler/RecompilationAvoidance edited by
- Add "package version changes" (diff)
- 03:27 Ticket #3884 (killThread documentation) created by
- The documentation for killThread states that: > killThread terminates the …
- 02:46 Ticket #3883 (--show-iface hangs on certain .hi files) created by
- In a GHC build, try […] This hangs for me, right after […] and …
02/14/10:
- 20:50 Ticket #3882 (Adding libraries to an inplace GHC should JustWork(TM)) created by
- After building the head I end up with the boot libraries built and working …
- 15:43 Ticket #3841 (build for libffi assumes tar supports -z) closed by
- fixed: Fixed by: […] in the ghc repo, and: […] in the integer-gmp repo. …
- 14:33 Ticket #3876 (assignement of thrown extension to variable of type string) closed by
- wontfix: I think every use of throw would be warned about if we did this. It sounds …
- 12:34 Ticket #3846 (.ghci file is ignored on Mac OS X) closed by
- worksforme: It works for me on OS X, albeit with 6.12.1. It could be that the problem …
- 11:13 Ticket #3850 (EmptyDataDecls and type context) closed by
- fixed: Merged.
- 09:30 Ticket #3695 (GHC-6.12.1-RC2-20091121 build fails when using stage-1 compiler) closed by
- fixed: The […] problem was fixed by […] As other people have successfully …
- 09:04 Ticket #3881 (section parse errors, e.g. ( let x=1 in x + )) created by
- These parse errors were brought up on the Haskell' list: …
- 07:11 BuildBot edited by
- (diff)
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.
Note: See TracTimeline
for information about the timeline view.
