Timeline
04/08/13:
- 16:48 Building/RunningTests/Adding edited by
- Update performance tests section to reflect current test framework … (diff)
- 16:19 Ticket #7824 (problem with vector in arm) created by
- Hello, i try compile my shoutcast server in raspberrypy and have next …
- 16:11 Ticket #7823 (ARM Thumb relocation fails to handle sign of veneer jumps) created by
- While working on http://hackage.haskell.org/trac/ghc/ticket/7794 on …
- 12:36 Ticket #7822 (Undeclared errors from CMM files during GHC PPC cross compiler build) closed by
- duplicate: Thanks for the report, but actually this is unrelated to …
- 11:52 Ticket #7822 (Undeclared errors from CMM files during GHC PPC cross compiler build) created by
- I'm getting error: function undeclared errors when the Apply.cmm file is …
- 11:17 Ticket #7812 (Ambiguity check too eager with unconstrained type variable) closed by
- invalid: I have figured out a suitable workaround. Instead of using a type family …
- 09:45 Ticket #7821 (PPC cross-compile impossible happened) created by
- While trying to build a powerpc targetted GHC cross compiler from current …
- 07:57 Ticket #7820 (Installing profiling library BREAKS non-profiling executable) created by
- I am trying to work through problems with different GHC "ways" so that I …
- 05:52 Ticket #7810 (make show VALUE=VAR depends on ghc-stage1) closed by
- wontfix: The problem is that some makefiles are generated during the build: We make …
- 04:52 Ticket #7801 (Change C arithmetic types to integral types.) closed by
- wontfix: Thanks for the suggestion, but I think that if we were to make that change …
- 04:20 Ticket #7806 (Dynamic linking and libffi) closed by
- fixed: I've filed #7819 for that bug
- 04:18 Ticket #7819 (FreeBSD without system libffi: Shared object "libffi.so.6" not found) created by
- In #7806, kazu-yamamoto reported that on FreeBSD without a system libffi: …
04/07/13:
- 16:27 Ticket #7818 (Cost of STACK object should be attributed to CCCS at time of thread ...) created by
- Right now, we always charge STACK objects to the SYSTEM cost centre. I …
- 14:23 Ticket #7784 (problems building HEAD dynamic on linux) closed by
- fixed: Thanks for the reproduction instructions; fixed.
- 14:21 Ticket #7806 (Dynamic linking and libffi) closed by
- fixed: Fixed by #7686 fix
- 14:19 Ticket #7686 (--with-libffi-header=<value> is not propagated to compiler/ghci/LibFFI.hsc ...) closed by
- fixed: Applied, thanks!
- 05:53 Ticket #7780 (GHC HEAD dll fails to build on Windows) closed by
- fixed: OK, the package is now safely split in 2, and a check that the split is …
- 04:28 Ticket #7817 (Moving basic functions) created by
- 1. Add the infixl 4 operator ($>) = flip (<$) to Data.Functor. …
04/06/13:
- 10:31 Ticket #7816 ("main function" is not a function) created by
- A module without main gives an error: […] However, main in Haskell is …
- 09:05 Commentary/Compiler/CPS edited by
- escape (diff)
- 08:56 Commentary/PositionIndependentCode edited by
- add escape (diff)
- 08:45 Commentary/Compiler/CPS edited by
- (diff)
- 08:42 Commentary/Compiler/CPS edited by
- it is merged (diff)
04/05/13:
- 10:14 Ticket #7815 (STM fails to validate read.) created by
- This issue was brought up by napping in #haskell with this paste: …
- 05:46 Debugging/CompiledCode edited by
- there is no -ddump-cmmz any more (diff)
- 04:44 Ticket #7814 (panic in PPC NCG) created by
- I get panics in the NCG PPC register allocator while compiling these …
- 00:12 Ticket #7813 (Fix mismatched visibility of StgRun) created by
- [ http://www.haskell.org/pipermail/ghc-devs/2013-April/000932.html From …
04/04/13:
- 08:29 Frisby2013Q1 edited by
- (diff)
- 07:43 Ticket #7812 (Ambiguity check too eager with unconstrained type variable) created by
- Consider the following code: […] GHC 7.6.1 compiles this code without …
- 02:31 Ticket #7798 (test_bindist reports ".../libffi-6.dll (No such file or directory)") closed by
- fixed: For tn23 and presumably also am-deb7-64, this has been fixed by […] …
04/03/13:
- 10:52 Ticket #7811 (intermittent 'unexpected' results of test ghcpkg01) created by
- I get this unexpected error from ghcpkg01 […] when running the full …
- 10:35 Frisby2013Q1 edited by
- (diff)
- 10:35 Frisby2013Q1 edited by
- (diff)
- 10:24 Ticket #7805 (Panic: promoteType with higher-rank datatype) closed by
- fixed: Correct, thanks. Simon
- 10:24 Ticket #7804 (Ambiguity check too eager in presence of RankNTypes and TypeFamilies) closed by
- fixed: Quite right! This was trickier than I thought and, as the comment says, …
- 10:18 Commentary/Compiler/Demand edited by
- (diff)
- 09:54 Ticket #7810 (make show VALUE=VAR depends on ghc-stage1) created by
- I'm trying to debug some issues in GHC build system and its pretty …
- 09:18 Ticket #7809 (Silly error message suggesting LiberalTypeSynonyms) created by
- The following code (rightly) does not compile: […] The error message …
- 08:20 Ticket #7808 (data families and TH names do not mix well (e.g. cannot use TH deriving)) created by
- lots of Haskell libraries have TH functions like: […] (e.g. aeson …
04/02/13:
- 08:02 Ticket #7807 (Parse error with "where" and file-ending comment) created by
- Consider the following file: […] If there is a file-ending newline, …
- 06:51 Debugging/TickyTicky edited by
- (diff)
- 06:50 Debugging/TickyTicky edited by
- (diff)
- 06:48 GhcKinds/KindsWithoutData edited by
- suggest kind only syntax (diff)
- 06:41 Debugging/TickyTicky edited by
- (diff)
- 06:41 Debugging/TickyTicky edited by
- (diff)
- 05:41 Debugging/TickyTicky edited by
- (diff)
- 01:39 Ticket #607 (Ticky-ticky profiling) closed by
- fixed
- 01:26 Ticket #7806 (Dynamic linking and libffi) created by
- After dynamic linking became the default, building/installing GHC on …
04/01/13:
- 19:57 Ticket #7805 (Panic: promoteType with higher-rank datatype) created by
- The following code causes the panic in HEAD: […] Here is the panic …
- 19:36 Ticket #7804 (Ambiguity check too eager in presence of RankNTypes and TypeFamilies) created by
- The following code compiles in 7.6.1 but not in 7.7: […] Here is the …
- 18:14 Ticket #7803 (Superclass methods are left unspecialized) created by
- In the attached code, Foo.foo1 gets compiled (by ghc -O2) into a call to …
03/31/13:
- 14:56 Ticket #7802 (kindFunResult in monad transformer) closed by
- duplicate: Thanks for the report. In fact "getptrval = liftM2 lift" is enough to …
- 13:51 Ticket #7802 (kindFunResult in monad transformer) created by
- This is probably related to the existing (fixed?) bug(s) about …
03/29/13:
- 14:38 Ticket #7801 (Change C arithmetic types to integral types.) created by
- I've done some looking, and I haven't found a case where C's arithmetic …
- 12:25 Debugging/TickyTicky edited by
- (diff)
- 12:21 Debugging/TickyTicky edited by
- (diff)
- 08:29 Commentary/Profiling edited by
- (diff)
- 08:28 Debugging/TickyTicky edited by
- (diff)
- 05:46 Commentary/Compiler/StrictnessAnalysis/KirstenNotes edited by
- (diff)
- 05:45 Commentary/Profiling/TickyNotes edited by
- (diff)
- 03:48 Ticket #7800 (Error message when deriving Typeable without PolyKinds) created by
- Module M: […] Module N: […] We get a confusing error message: …
03/28/13:
- 12:31 Ticket #7799 (Assembly error while building GHC 7.7) created by
- While building GHC 7.7 (after running `make') I got this error message: …
- 10:50 Ticket #7796 (improve dead code elimination in CorePrep) closed by
- fixed: I added the test case simplCore/should_compile/T7796 to test for this. …
- 01:16 Ticket #7798 (test_bindist reports ".../libffi-6.dll (No such file or directory)") created by
- Since http://darcs.haskell.org/ghcBuilder/builders/tn23/873.html, the tn23 …
03/27/13:
- 22:00 Ticket #7553 (ghc fails to terminate with -O2 or greater) closed by
- duplicate: Yes, vector fold with a list accumulator will trigger the ForceSpecConstr? …
03/26/13:
- 13:59 Ticket #7797 (re-enable the defun RULE from a SPECIALISE instance pragma) created by
- As of commit 51d89a55c3, …
- 09:14 Ticket #7796 (improve dead code elimination in CorePrep) created by
- #4962 is about generating code for (and allocating at runtime!) bindings …
- 08:56 Ticket #7795 (panic! the impossible happened) closed by
- duplicate: This is caused by deriving (show), which should be deriving (Show). …
- 07:54 Ticket #7795 (panic! the impossible happened) created by
- Got the following in ghch *Calc> :l Calc [1 of 1] Compiling Calc …
03/25/13:
- 19:26 Ticket #7794 (GHCi "Prelude.undefined" exceptions on ARM; ByteCodeItbls.mkJumpToAddr ...) created by
- A number of non-trivial operations fail in ghci on ARM (specifically armhf …
- 15:12 Building/CrossCompiling/iOS edited by
- Remove adjustor pools documentation because adjustor pools are no more (diff)
- 04:04 Ticket #1518 (Make it possible to evaluate monadic actions when assigning record fields ...) closed by
- wontfix: Is this really necessary now that we have RecordWildCards?, NamedFieldPuns? …
- 01:48 Building edited by
- Cross compilation is used both for porting and for cross compilers, so … (diff)
- 01:17 Ticket #7791 (Bad error message when strictness annotations are used without ...) closed by
- invalid: Yes, the trouble is that […] really is a valid definition in Haskell …
- 01:16 Contributors edited by
- (diff)
- 01:02 Ticket #7680 (-prof build: trying to 'show' a 'Double' leads to 'Char.intToDigit: not a ...) closed by
- invalid: Rebuilt ghc with gcc-7.4.2-r1 (gentoo's fix for gcc) and can't reproduce …
03/24/13:
- 14:36 Ticket #7716 (ZonedTime read instance failing to parse what show returns) closed by
- invalid: Thanks for the report. However, please send bugs in the time package to …
- 14:32 Ticket #7731 (Add "source" button for instances in Hackage) closed by
- invalid: Thanks for the report. However, haddock issues should be filed in …
- 13:48 Ticket #7793 (GHC User’s Guide, Version 7.6.2: Page numbering errors) created by
- In The Glorious Glasgow Haskell Compilation System User’s Guide, Version …
- 13:32 Ticket #7749 (hsc2hs generated executable does not reflect additional library ...) closed by
- invalid: This doesn't look like an hsc2hs bug to me. Presumably if you compile a …
- 13:22 Ticket #2555 (Template Haskell does not respect -package and -hide constraints) closed by
- worksforme: Agreed; we don't have a way to reproduce it, so closing.
- 10:53 Commentary/PlatformNaming edited by
- (diff)
- 09:22 Ticket #7792 (unregisterised build broken) created by
- Unregisterised builds are currently broken: Compiling C calls in CMM files …
- 03:24 Ticket #7791 (Bad error message when strictness annotations are used without ...) created by
- Loading the program […] into GHCi results in an error: […] The …
- 01:25 Ticket #7790 (Add dummy undefined symbols to indicate ways) created by
- Currently, "way" information is not recorded into object files; it is only …
03/23/13:
- 23:07 Commentary/Compiler/IfaceFiles edited by
- (diff)
- 16:19 Ticket #7717 (Libffi errors while cross-compiling GHC 7.6.2 (Stage 1)) closed by
- invalid
- 12:45 Ticket #7789 (GHCI core dumps when used with VTY) created by
- Load the attached script in ghci: […] (you need the vty-menu package …
03/22/13:
- 21:18 Ticket #7788 (Recursive type family causes <<loop>>) created by
- This file: […] Dies with <<loop>>. The type family is recursive, of …
- 21:09 Ticket #7787 (modifyMVar does not restore value if callback returns error value) created by
- modifyMVar is currently implemented as follows: […] The problem is …
- 04:08 Ticket #7786 (strange errors when deducing constraints) created by
- Please load attached file in ghci and observe the resulting error message. …
03/21/13:
- 23:04 Ticket #7785 (Module-local function not specialized with ConstraintKinds) created by
- In the attached program, 'shared' is not exported and only used with f = …
- 15:56 Ticket #7784 (problems building HEAD dynamic on linux) created by
- hi, I'm seeing some problems when installing a perf build of HEAD, on my …
- 07:55 Ticket #7783 (MultiWayIf should start a new layout) created by
- Currently, MultiWayIf doesn't fully replace old case () of _ form. …
- 06:59 Ticket #7754 (Can't find curses.h when building cross-compiler) closed by
- invalid: Thanks for the report. However, I don't think it is a bug: …
- 06:50 Contributors edited by
- (diff)
- 04:42 Ticket #7782 (flag to run the demand analysis a second time) created by
- There are some tickets documenting runtime bugs that can be cleaned up by …
- 02:26 Ticket #7781 (Dumb error message when trying to runghc a module with no 'main' function) closed by
- duplicate: Already reported as #7765.
03/20/13:
- 21:24 Ticket #7781 (Dumb error message when trying to runghc a module with no 'main' function) created by
- $ runghc Log.hs Log.hs:1:33: Not in scope: `main' Perhaps you …
- 19:54 Ticket #3360 (Add profiling support to GHCi) closed by
- duplicate: Closing as dup of #4837
- 19:16 Ticket #7780 (GHC HEAD dll fails to build on Windows) created by
- Bitmap depends on PlatformConstants?. Currently, dll0 fails to link …
- 18:19 Ticket #7743 (GHCI segfaults with Data.Binary instances) closed by
- worksforme: Works here too, on Linux/amd64. In the absence of evidence to the …
03/19/13:
- 21:31 Ticket #7779 (building GHC overwrites the installed package database if GHC_PACKAGE_PATH ...) created by
- When building GHC, if GHC_PACKAGE_PATH is set to a single path, then the …
- 15:23 Ticket #7778 (kindFunResult panic with => inside a constraint) created by
- Following type (found by arkeet on #haskell) causes kindFunResult panic in …
- 06:18 GpHEden/HackDay_Mar13 edited by
- (diff)
- 06:15 GpHEden/HackDay_Mar13 edited by
- (diff)
- 04:34 GpHEden/HackDay_Mar13 edited by
- (diff)
- 04:29 GpHEden/HackDay_Mar13 edited by
- (diff)
- 04:12 GpHEden/HackDay_Mar13 edited by
- (diff)
- 04:10 GpHEden/HackDay_Mar13 edited by
- (diff)
- 04:04 GpHEden/HackDay_Mar13 edited by
- (diff)
- 01:57 Ticket #7777 (ghc panic: varargs + sets) closed by
- duplicate: The panic is caused by: […] which should be `(Ord a, BuildSet? a b) => …
03/18/13:
- 20:43 Ticket #7777 (ghc panic: varargs + sets) created by
- This program: {-# LANGUAGE MultiParamTypeClasses? #-} {-# LANGUAGE …
- 14:06 GpHEden/HackDay_Mar13 edited by
- (diff)
- 10:15 GpHEden/HackDay_Mar13 edited by
- (diff)
- 09:48 GpHEden/HackDay_Mar13 edited by
- (diff)
- 09:35 GpHEden/HackDay_Mar13 edited by
- (eb's update: particky, spmatmult) (diff)
- 09:16 GpHEden/HackDay_Mar13 edited by
- (diff)
- 08:27 GpHEden edited by
- (diff)
- 05:52 Ticket #7737 (t7319: Oops! Entered absent arg w_s1Du{v} [lid] [base:GHC.Base.String{tc ...) closed by
- fixed: To test this I've updated the test codeGen/should_run/T7319 so that it …
- 04:17 Ticket #7776 (Can't make operator called ~#) closed by
- fixed: Thanks for the report; fixed.
- 03:21 GpHEden/HackDay_Mar13 edited by
- (diff)
- 01:23 PrimBool edited by
- (diff)
- 01:15 PrimBool edited by
- (diff)
03/17/13:
- 22:50 Ticket #7776 (Can't make operator called ~#) created by
- In response to: infixl 8 ~# GHC says: parse error on input `~#' …
- 13:35 Ticket #7775 (Mark intentionally omitted type class instances) created by
- In GHCi I get […] In many cases users now actually try to implement the …
03/16/13:
- 19:32 Ticket #7770 (Remove a bitrotted hack for OpenBSD and NetBSD regarding the dyn way) closed by
- fixed: Applied, thanks
- 19:32 Ticket #7769 (Enable Opt_PIC for the dyn way regardless of OSes) closed by
- fixed: Applied, thanks
- 16:50 Ticket #7774 (T5313 fails) created by
- T5313 fails […]
- 14:22 Ticket #7773 (Waiting on non-kqueue supported files on OS X) created by
- Neither the old IO manager nor the new "parallel" IO manager properly …
03/15/13:
- 16:22 Ticket #7772 (Finish support for DYNAMIC_GHC_PROGRAMS on Windows) created by
- Finish support for DYNAMIC_GHC_PROGRAMS on Windows. […] Gives: …
- 14:16 Commentary/ResourceLimits edited by
- (diff)
- 12:18 GpHEden/HackDay_Mar13 edited by
- (diff)
- 11:50 Commentary/ResourceLimits edited by
- (diff)
- 11:48 Commentary/ResourceLimits edited by
- (diff)
- 09:03 Ticket #4175 (GHCi support for type/data families should match that of related features) closed by
- fixed
- 06:39 GpHEden edited by
- (diff)
- 06:06 GpHEden/HackDay_Mar13 edited by
- (diff)
- 05:59 GpHEden/HackDay_Mar13 created by
- 05:59 GpHEden edited by
- (diff)
- 04:29 Ticket #7642 (Nullary type classes) closed by
- fixed: OK, I've committed. I'm not convinced it's going to be useful to many, …
- 03:32 TypeLevelReasoning edited by
- some background (diff)
03/14/13:
- 08:32 Commentary/Compiler/Backends/LLVM/Mangler edited by
- (diff)
- 06:36 Ticket #7771 (RTS should provide stg_sel_n_noupd_closure) created by
- In StgStdThunks.cmm we define info tables stg_sel_1_upd_info, etc, for …
- 02:33 PrimBool edited by
- (diff)
- 01:00 Ticket #7770 (Remove a bitrotted hack for OpenBSD and NetBSD regarding the dyn way) created by
- On OpenBSD and NetBSD, we were accidentally passing -optl-pthread to …
03/13/13:
- 21:05 Ticket #7769 (Enable Opt_PIC for the dyn way regardless of OSes) created by
- [ http://www.haskell.org/pipermail/ghc-devs/2013-March/000715.html From: …
- 11:57 Ticket #7447 (Stale .hi files affect compilation.) closed by
- fixed: This is what I get with current HEAD: […] The warning is no longer …
- 08:02 Ticket #7768 ("untracked content" in fresh clone of haskeline) created by
- This sequence of events happened today: […] It seems harmless, but I …
- 07:47 SplitBase edited by
- (diff)
- 07:45 SplitBase edited by
- (diff)
- 07:31 Ticket #7767 ("internal error: evacuate: strange closure type 154886248" crash) created by
- I have a simple Main.hs that uses the GHC API to produce a …
- 06:58 Ticket #7557 (Default implementation for a type class function missing when profiling is ...) closed by
- invalid: OK, I think I'll just close it then. Sorry!
- 06:00 Ticket #7766 (equality constraints exposed by patterns mess up constraint inference) closed by
- invalid: This is by design. Type inference in the presence of GADTs is tricky! …
- 05:47 Ticket #7766 (equality constraints exposed by patterns mess up constraint inference) created by
- When patterns bring (equality) constraints into scope, the inference …
- 01:06 SplitBase edited by
- (diff)
03/12/13:
- 19:49 Ticket #5987 (Too many symbols in ghc package DLL) closed by
- fixed: Fixed. We now have […]
- 17:54 Ticket #7765 (Odd error message for `runghc` with missing `main` function.) created by
- […] 'ghc what.hs' gives a rather more sensible message.
- 08:18 SplitBase edited by
- (diff)
- 07:05 Ticket #7764 (Link Error on windows) created by
- specific commit in question: …
03/11/13:
- 21:50 Ticket #7763 (Resource limits for Haskell) created by
- […] See also …
- 16:39 SplitBase edited by
- (diff)
- 16:20 Commentary/ResourceLimits edited by
- (diff)
- 15:35 Status/SLPJ-Tickets edited by
- (diff)
- 13:49 Ticket #3746 (Poor parse error) closed by
- fixed: HEAD reports […] Now the error points at the correct location and …
- 07:29 Ticket #7762 (when using lots of memory: internal error: evacuate(static): strange ...) created by
- […] Bug occurs reproducable after running the main program for around 8 …
- 02:17 Ticket #7750 (Pretty printing of human-readable integers is incorrect) closed by
- fixed: Applied thank you.
- 02:17 Ticket #7748 (Runtime <<loop>> due to incorrect inferred type) closed by
- fixed
- 01:58 Ticket #7758 (Remove cg_tag field from CgIdInfo) closed by
- fixed: All three committed, thank you. Simon
- 01:57 Ticket #7757 (Remove unused functions from compiler/codeGen/StgCmmUtils.hs) closed by
- fixed: Applied, thanks
- 01:55 Ticket #7755 (Remove commented out code in compiler/codeGen/StgCmmHeap.hs) closed by
- fixed: I've done this, thanks. git am didn't recognise the patch, so I did it …
03/10/13:
03/09/13:
- 20:18 Ticket #7756 (Remove warning suppressions from compiler/cmm/CmmCommonBlockElim.hs) closed by
- fixed: bosu's patch seems unnecessary on HEAD. Others validated and checked in.
- 20:10 Commentary/Rts/Scheduler edited by
- (diff)
- 16:58 Commentary/Rts/Scheduler edited by
- start incorporating things from my blog post (diff)
- 03:13 Ticket #7761 (iOS patch no 16: pass the correct -Dxxx_HOST_ARCH and -Dxxx_HOST_OS to ...) created by
- Currently hsc2hs always gets the build host's values, even when cross …
- 03:08 Ticket #7760 (iOS patch no 15: remove HSC2HS_EXTRA from hsc2hs's stage0 wrapper) created by
- hsc2hs gets built in stage0 and stage1. The stage0 binary is used during …
- 02:52 Ticket #7759 (iOS patch no 14: libraries/base changes) created by
- In this patch there are two changes to apply to libraries/base. …
- 01:55 Ticket #7758 (Remove cg_tag field from CgIdInfo) created by
- Apparently it is used nowhere now. To do the removal I've needed to …
- 00:19 Ticket #7757 (Remove unused functions from compiler/codeGen/StgCmmUtils.hs) created by
- cmmConstrTag, cmmGetTag are used nowhere. Attached is the patch to remove …
Note: See TracTimeline
for information about the timeline view.
