Timeline
04/19/11:
- 17:56 Ticket #5134 (ghc-stage1: unrecognised flags: -fno-asm-mangling) closed by
- fixed: Fixed by changeset:17b16ea330efae9733bdf96e30b2759325f9c078
- 17:26 Ticket #5141 (syntax error in pretty-printed kind ascriptions) created by
- Program below; here's the output: […] Note how the first occurrence …
- 15:15 Ticket #5140 (Fix LLVM backend for PowerPC) created by
- LLVM backend does not work for PowerPC. From bug #5131 davidt says the …
- 14:59 Commentary/Compiler/NewCodeGenStupidity edited by
- more fixed (diff)
- 14:59 Ticket #5131 (linux-powerpc : panic in stage1 compiler) closed by
- fixed: OK I've 'fixed' this bug. However don't expect LLVM to work with a …
- 09:48 Ticket #5045 ("panic! (the 'impossible' happened)" compiling code using arrows and ...) closed by
- fixed: Missing case in the HPC code […] Simon
- 09:47 Ticket #5041 (Incorrect Read deriving for MagicHash constructors) closed by
- fixed: Fixed by […]
- 09:46 Ticket #5038 (internal error with rebindable if-then-else) closed by
- fixed: Fixed by: […] Simon
- 09:09 Ticket #5139 (Output ELF .size directives) created by
- This lets tools like Linux's perf events find out symbols and display them …
- 08:03 Status/May11 edited by
- (diff)
- 07:14 Ticket #5138 (TypeSynonymInstances should be enabled by default) created by
- Source: https://github.com/mcandre/genetics With {{{ {-# LANGUAGE …
- 07:06 Status/May11 created by
- 07:06 Status edited by
- (diff)
- 05:18 Ticket #5137 (Time profiling often shows strange information) closed by
- duplicate: thanks for the report; we already have a ticket for this: #4414
- 04:54 Ticket #5137 (Time profiling often shows strange information) created by
- For me it's very frequent that the "entries" column in the time profile is …
- 04:47 Ticket #5136 (linkerscript fix from #2615 breaks Darwin) closed by
- fixed: OK, thanks for letting us know. However, as 7.0 and HEAD compile fine with …
- 04:00 Debugging/LowLevelProfiling/Perf edited by
- sudo isn't required (tested) (diff)
- 03:56 Debugging/LowLevelProfiling/Perf edited by
- (diff)
- 03:53 Debugging/LowLevelProfiling/Perf edited by
- (diff)
- 03:52 Debugging/LowLevelProfiling/Perf edited by
- (diff)
- 03:51 Debugging/LowLevelProfiling/Perf edited by
- Add instruction for installing on Ubuntu (diff)
- 02:59 Ticket #5028 (stage3 build failing with core-lint error) closed by
- fixed: This is now fixed, the stage3 builds are going through fine.
- 01:39 Ticket #5136 (linkerscript fix from #2615 breaks Darwin) created by
- The fix from ticket #2615 breaks compilation on Darwin as follows: […] …
- 01:13 Ticket #5135 (compilation failure on OS X 10.4 due to _POSIX_C_SOURCE) created by
- In rts/PosixSource.h various standards and extensions are enabled. This …
- 00:45 WorkingConventions/Git edited by
- (diff)
04/18/11:
- 22:35 Ticket #5134 (ghc-stage1: unrecognised flags: -fno-asm-mangling) created by
- Clean git checkout, copied mk/build.mk.sample to mk/build.mk, set …
- 08:48 Building edited by
- (diff)
- 08:47 Building edited by
- (diff)
- 08:47 Building edited by
- (diff)
- 08:46 WorkingConventions/Git edited by
- (diff)
- 08:45 Repositories edited by
- (diff)
- 08:29 Ticket #5133 (Random instance for Float can generate values out of requested range) created by
- Recently I was using the standard random number generator and found it …
- 06:48 Ticket #5132 (Segfault on OS X in GHCi when using GHC API) created by
- (This might be related to #5072.) I get a segfault when loading and …
- 03:26 WorkingConventions/Git edited by
- (diff)
- 03:25 WorkingConventions/Git edited by
- (diff)
04/17/11:
- 23:20 Ticket #5131 (linux-powerpc : panic in stage1 compiler) created by
- I was chasing a segfault that was occuring in the stage2 compiler (bug …
- 22:18 Ticket #5130 (Panic on simple scoped type variable example) created by
- When running GHCi with -XScopedTypeVariables: […] I'm unsure if this …
- 17:20 Ticket #5129 ("evaluate" optimized away) created by
- Reported on Stackoverflow: …
- 11:47 Ticket #5080 (Recompilation bug: recomp008 failed) closed by
- fixed: fixed by changeset:c1e3e9f259b6d09e3a1f5b50284aec31fdecc007
- 09:36 Ticket #5047 (ghc fails to build if HOME is not seth) closed by
- fixed: Fixed in Cabal: […]
- 08:20 Ticket #1692 (GLUT timedCallback fires twice) closed by
- invalid: I'm going to close this ticket. If anyone thinks there's a GHC bug here, …
- 08:16 Ticket #1243 (Linking error of ALUT) closed by
- invalid: This doesn't look like it is a GHC bug, so I'm closing the ticket. Please …
- 07:21 Ticket #2902 (Example where ghc 6.10.1 fails to optimize recursive instance function ...) closed by
- fixed: Test added.
- 05:44 Ticket #2762 (Excessive heap usage) closed by
- fixed: Test added.
- 05:25 Ticket #5128 (Linker text reloc warning under Mac OS 10.7) created by
- Compiling any Haskell program under the Mac OS 10.7 developer preview …
- 04:57 Ticket #1607 (seq can make code slower) closed by
- fixed: Stats from 10 runs: […] Looks like the strict code is now actually …
04/16/11:
- 16:27 Ticket #4817 (Missing new flags description in the user guide) closed by
- fixed: -fwarn-missing-import-lists was already documented in the HEAD, but I …
- 15:00 Ticket #4874 (Unnecessary reboxing when using INLINABLE) closed by
- fixed: I had a go, but I couldn't get a significant difference in the RTS stats.
- 14:58 Ticket #5127 (internal error heapCensus unknown object with +RTS -N -hT) created by
- […] The unknown object number varies between program runs, and I got a …
- 12:36 Ticket #4303 (Segfault in RTS (apparently only MacOS) FFI related?) closed by
- wontfix: Unfortunately, it's not clear whether this is really a GHC bug or a bug in …
- 12:31 Commentary/Compiler/NewCodeGenStupidity edited by
- add statuses (diff)
- 12:29 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 12:28 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 11:54 Ticket #5126 (Splicing a type into a signature decl within a decl quotation panics with ...) created by
- Hello, trying to compile the attached file gives: […]
- 06:03 Ticket #5125 (SpecConstr messages should be reworded, and not be shown at standard ...) created by
- Currently GHC displays many messages about "specialisation over …
04/15/11:
- 15:26 Ticket #5121 (T4809 fails because there's no mtl) closed by
- fixed: I've fixed T4809, thanks. I can't reproduce the print021 failure. …
- 12:38 Ticket #5116 (Using -fno-code and -ddump-simpl don't work together anymore.) closed by
- wontfix: This probably changed in …
- 12:36 Ticket #5124 (Improve documentation for Data.Traversable.fmapDefault) created by
- Data.Traversable.fmapDefault in fact only works with Traversable instances …
- 12:26 Ticket #5123 (T706 failed due to reading dot-ghci file) created by
- T706 failed due to unexpected output because the --interactive …
- 12:03 Ticket #5122 (Faster conversion between Rational and Double/Float) created by
- The proposal for the new implementation of fromRational and toRational …
- 11:40 Ticket #5121 (T4809 fails because there's no mtl) created by
- T4809 failed all ways with […] Several other tests fail due to mtl, …
- 11:07 Ticket #5029 (GHC panic!) closed by
- invalid: No response from submitter, so closing.
- 11:06 Ticket #5023 (program exits at runtime with 'unimplemented/strange closure type' error) closed by
- invalid: No response from submitter, so closing.
04/14/11:
- 23:25 Ticket #5120 (inferred type of an implicit parameter rejected (associated type)) created by
- The following module: […] compiles fine with ghc 6.12.3 but ghc 7.0.3 …
- 19:33 SafeHaskell edited by
- Remove specialize pragma from restricted. (diff)
- 16:26 SafeHaskell edited by
- Change TH to be disallowed completely (diff)
- 15:59 Ticket #5119 (sync-all should have a resume option) created by
- If sync-all is run with flags that can cause it to fail given some problem …
- 15:10 SafeHaskell edited by
- (diff)
- 15:08 Ticket #5118 (Numeric.floatToDigits fails for large floatRange) created by
- I tried to write some high precision floating point datatype like this …
- 13:54 Building/GettingTheSources edited by
- (diff)
- 12:41 Ticket #5109 (Build system is not generating dependencies for the RTS) closed by
- fixed: fixed by changeset:ae587ec8ab4dd8414d629d3629dec0cc44b37aa7
- 12:40 Ticket #5110 (Refuse to build if no mk/build.mk is supplied) closed by
- fixed: Done: changeset:a91df48bcf1a06dde529812c44bbceaee7c1fb10
- 12:17 SafeHaskell edited by
- Update what isn't allowed under SafeHaskell (diff)
- 11:05 Ticket #5117 (OverloadedStrings induces overlapping pattern matches) created by
- The OverloadedStrings? extension sometimes causes GHC to warn about …
- 09:32 Ticket #5116 (Using -fno-code and -ddump-simpl don't work together anymore.) created by
- In 6.12.1, I could just use a command like […] to dump the simplified …
- 03:25 Ticket #5114 (-with-rtsopts, ghc_rts_opts not honoured) closed by
- fixed: I fixed this recently: changeset:5463b55b7dadc1e9918edb2d8666bf3ed195bc61 …
- 03:23 Commentary/Compiler/NewCodeGenStupidity edited by
- Fixed. (diff)
- 03:04 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 03:02 Commentary/Compiler/NewCodeGenStupidity edited by
- Fixed (diff)
- 03:01 Commentary/Compiler/NewCodeGenStupidity edited by
- instruction reordering (diff)
- 02:59 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 01:01 Ticket #5115 (Add capability set events) created by
- Add capability set events in the eventlog/tracing framework, as previously …
- 00:41 Ticket #5112 (Incorrect warnings about unqualified imports being redundant) closed by
- invalid: Isn't this warning correct? You don't use any names imported from that …
- 00:21 Building/Using edited by
- Remove "old" build system link (diff)
04/13/11:
- 19:25 Ticket #5114 (-with-rtsopts, ghc_rts_opts not honoured) created by
- using -with-rtsopts or ghc_rts_opts to build a program, the program …
- 18:34 Ticket #5113 (Huge performance regression of 7.0.2, 7.0.3 and HEAD over 7.0.1 and 6.12 ...) created by
- Exploring ways to make show for Double and Float faster, I encountered …
- 17:22 Ticket #5112 (Incorrect warnings about unqualified imports being redundant) created by
- Mixing qualified and unqualified imports can confuse the compiler. To …
- 16:19 Ticket #5106 (objc compilation fails on 32bit OS X) closed by
- fixed: Looks good, done. changeset:7960c82803a501976491d3c21c998a5e779f2380
- 14:58 Status/SLPJ-Tickets edited by
- (diff)
- 14:12 Ticket #5101 (GHC and GHCi use different syntax for dynamic libraries) closed by
- fixed: OK, from 7.0.3 we no longer use the -isysroot and -mmacosx-version-min …
- 14:10 Ticket #5111 (linux-powerpc : segfault in stage2 compiler) created by
- After the patch to fix #4999, the compile gets a bit further and now …
- 07:45 Ticket #5110 (Refuse to build if no mk/build.mk is supplied) created by
- A common thing that trips up people who are hacking on GHC for the first …
04/12/11:
- 11:35 Ticket #4999 (build fails on powerpc: error: 'ObjectCode' has no member named ...) closed by
- fixed: Applied, thanks!
- 08:48 Ticket #5109 (Build system is not generating dependencies for the RTS) created by
- We are missing a call to include-dependencies for the RTS somewhere in …
- 08:47 Ticket #5108 (Allow unicode sub/superscript symbols in both identifiers and operators) created by
- While #4373 permits […] the following is rejected […] Identifiers …
- 08:29 Ticket #4417 (Quasiquoting without bloating) closed by
- fixed: Done; see changeset:a52ff7619e8b7d74a9d933d922eeea49f580bca8
- 08:27 Ticket #3252 (having to call hs_add_root(__stginit_Foo) is a bit of a pain) closed by
- fixed: Done; see changeset:a52ff7619e8b7d74a9d933d922eeea49f580bca8
- 08:25 Ticket #5093 (ghc source build cannot find -lgmp even with the build.mk changes and ...) closed by
- invalid: Thanks for the report, but I don't think this is a bug: it sounds like …
- 07:25 Ticket #5107 (ghc-7.0.2 panic with cabal install) closed by
- duplicate: Thanks
- 04:03 DarcsToGit edited by
- (diff)
- 03:28 Ticket #5107 (ghc-7.0.2 panic with cabal install) created by
- […]
04/11/11:
- 07:24 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 04:06 Ticket #5013 (sporadic failures during compilation under solaris) closed by
- wontfix: It did not turn up for a while, maybe since I switched to 7.0.3. Let's …
- 03:46 Ticket #5104 (Improve the API for TChan, TMVar, and TVar) closed by
- fixed: Pushed, thanks.
04/09/11:
- 12:18 Commentary/Compiler/RecompilationAvoidance edited by
- (diff)
- 09:52 Ticket #4828 (ghci fails to load fat binary archives on OS X) closed by
- fixed: Applied, thanks! changeset:67e48af966056fa8d1533f1cb8ea65fba9f2fcf5
- 09:15 Ticket #5106 (objc compilation fails on 32bit OS X) created by
- With objc-hi.m: […] compilation fails with a 32bit GHC on OS X. …
- 09:04 Ticket #4881 (Some patches for GHC) closed by
- wontfix: I'm going to close this as wontfix, as * nominolo tells me it'll conflict …
- 02:36 Ticket #5105 (Cant do annotations without GHCi) created by
- First found this while working on bug #4999 on powerpc-linux. I tried to …
04/08/11:
- 17:33 Ticket #5104 (Improve the API for TChan, TMVar, and TVar) created by
- Apply the patch for the proposal, reproduced at bottom. This proposal was …
- 14:51 Ticket #5103 (LLVM backend broken with LLVM 2.9) created by
- Even simplest programs like […] Fail when compiled with -fllvm The …
- 14:22 Commentary/Compiler/NewCodeGenStupidity edited by
- add notes about inlining memory accesses (diff)
- 13:52 Ticket #4973 (building ghc7.0.1.20110217 under x86 solaris fails) closed by
- fixed: Applied, thanks.
- 11:51 Ticket #4901 (Possible bug in GHCi archive loading:) closed by
- fixed: I applied the relevant part of #5062.
- 07:29 Ticket #4165 (broken links in Cabal docs) closed by
- fixed: The link works on …
- 07:28 Ticket #4510 (No links will be generated to these packages: base-4.3.0.0) closed by
- worksforme: http://www.haskell.org/pipermail/glasgow-haskell-bugs/2011-April/029679.htm …
- 04:23 Ticket #5102 (ghc struggles to compile a large case statement) created by
- I'm trying to compile a pronunciation dictionary (cmudict) into an …
- 03:58 Ticket #5101 (GHC and GHCi use different syntax for dynamic libraries) created by
- Loading libcharm.dylib into GHCi works as follows: […] {{{ -lcharm …
- 02:53 WorkingConventions/Git edited by
- (diff)
04/07/11:
- 15:27 GitForDarcsUsers edited by
- (diff)
- 12:50 Ticket #5092 (Remove Show instance for GHC.Event.IOCallback) closed by
- fixed: Applied, thanks
- 12:49 Ticket #4404 (RecordWildCards) closed by
- fixed: Merged, thanks
- 09:03 WorkingConventions/Git edited by
- (diff)
- 05:09 Commentary/Compiler/NewCodeGenStupidity edited by
- note about newCAF problems (diff)
- 04:46 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 03:15 WorkingConventions/Git edited by
- typo (diff)
- 03:13 WorkingConventions/Git edited by
- (diff)
- 03:12 WorkingConventions edited by
- (diff)
- 03:11 WorkingConventions/Git edited by
- (diff)
- 03:11 WorkingConventions/Git created by
- first cut
- 02:50 TestingPatches edited by
- (diff)
- 02:48 TestingPatches edited by
- (diff)
- 02:38 Building/Rebuilding edited by
- pretify link (diff)
- 02:25 Ticket #5099 (snap-0.4.1 ExitFailure 1) closed by
- duplicate: Thanks for the report, this is a dup of #5004.
- 01:51 Ticket #5100 (Stack space overflow when using -N2 and not with -N1) created by
- I get a stack space overflow error when using -N2 (or -N4), but the …
- 00:36 TypeNats/AlternativeSingletons edited by
- typo in code (diff)
04/06/11:
- 20:15 Ticket #5099 (snap-0.4.1 ExitFailure 1) created by
- I am running Arch 64, and when I try to run cabal install snap I end up …
- 07:12 Ticket #5025 (GHC should support -x objective-c) closed by
- fixed: Committed, thanks!
- 07:08 Ticket #5098 (GHC fails to compile yi 0.6.3.0) closed by
- duplicate: Duplicate of #5004; thanks for the report.
- 05:44 Ticket #5098 (GHC fails to compile yi 0.6.3.0) created by
- I'm running Arch Linux and have installed the Haskell Platform with Arch's …
- 05:24 Ticket #706 (GHC uses _stub.c files regardless of whether any 'foreign import' decls ...) closed by
- fixed: Fixed: changeset:7b0ff1792d699ff02a604163c9ccf4a98a1ca3eb
- 04:12 Ticket #5097 (mailing list mail dropping) created by
- I think in the move to the new haskell.org we lost the bit of procmail …
- 01:52 TypeNats/Operations edited by
- (diff)
- 01:51 TypeNats/Operations edited by
- typo in type instances (diff)
- 01:09 Ticket #5096 (Profiling wall-clock time counts are way off) closed by
- wontfix: We no longer include GC time in heap profiles; see #4225.
- 00:47 Ticket #5080 (Recompilation bug: recomp008 failed) closed by
- fixed: Fixed: changset:4388d6377e739534be4d0017200c486d3f60df5f
- 00:43 Ticket #5096 (Profiling wall-clock time counts are way off) created by
- Bryan reports (in #4965): I notice that -hT doesn't seem to be counting …
04/05/11:
- 23:58 Ticket #2458 (Unknown symbol `_environ' on MacOS X) closed by
- fixed: Fixed by: […] […]
- 14:56 Ticket #4827 (Data.Array.IO.hPutArray/hGetArray ignore count argument) closed by
- fixed: Fixed in: […] […]
- 08:14 Ticket #3687 (Merge _stub.o files back in to the .o file) closed by
- fixed: Done: changeset:7b0ff1792d699ff02a604163c9ccf4a98a1ca3eb
- 07:44 Ticket #4971 (All essential C-- transformations in new codegen should have infinite ...) closed by
- fixed: Fixed. […]
- 05:54 Ticket #5095 (Incoherent instance for Prelude type class accepted without incoherent ...) created by
- If we create a new module allowing overlapping instances, flexible …
- 04:26 GitForDarcsUsers edited by
- (diff)
- 03:32 SafeHaskell edited by
- (diff)
- 01:15 Ticket #5094 (Get rid of hidden modules) created by
- I'm writing a Haskell script to automate logging into my university's …
- 00:18 Commentary/Compiler/GenericDeriving edited by
- (diff)
- 00:17 Commentary/Compiler/GenericDeriving edited by
- (diff)
- 00:15 Commentary/Compiler/GenericDeriving edited by
- (diff)
04/04/11:
- 23:27 Commentary/Compiler/GenericDeriving edited by
- (diff)
- 14:26 Ticket #5093 (ghc source build cannot find -lgmp even with the build.mk changes and ...) created by
- Hi, I have been trying to build ghc 7.0.3 from source, but the configure …
- 12:03 Ticket #5092 (Remove Show instance for GHC.Event.IOCallback) created by
- Conal [ http://thread.gmane.org/gmane.comp.lang.haskell.libraries/15592 …
- 11:44 Ticket #5091 (Proposal: Retrieving the System Event Manager) created by
- When you want to use the system event manager (the one started by the RTS) …
- 09:08 Ticket #5090 (print026 sporadically fails) created by
- It seems to still be the case that print026 sporadically fails: […] I …
- 08:33 Ticket #5089 (validate should bail out early if testsuite not available) created by
- Right now validate will chug along until GHC is done building, and then …
- 06:54 Ticket #5066 (OS X: hClose003) closed by
- fixed
- 06:51 Ticket #4802 ('current directory' is not thread local) closed by
- fixed: Fixed: […]
- 06:50 Ticket #5088 (TextEncoding iconv instances are shared between threads) closed by
- invalid: I documented the invariants on these things in 54a0b49. Current usage is …
- 06:32 Status/Encoding-Tickets edited by
- (diff)
- 06:31 Ticket #5088 (TextEncoding iconv instances are shared between threads) created by
- The icon_t pointers returned from iconv_open should only be while …
- 05:41 Status/Encoding-Tickets edited by
- (diff)
- 05:26 Ticket #5087 (No instance for (Functor ((->) b0)) arising from a use of `<$>') closed by
- duplicate: Duplicate of #4832, which is now fixed. Use :m Control.Applicative instead …
- 05:06 Ticket #5087 (No instance for (Functor ((->) b0)) arising from a use of `<$>') created by
- I'm pretty new to Haskell so sorry if there is already a bug report for …
04/03/11:
- 15:55 Ticket #5086 (internal error: update_fwd: unknown/strange object -1206004376) created by
- When I compile my parallel program with the following command line: ghc …
- 15:51 GitForDarcsUsers edited by
- fix typo (diff)
- 15:49 GitForDarcsUsers edited by
- fix typo (diff)
- 13:00 Ticket #5085 (internal error: evacuate: strange closure type) created by
- While running my test and benchmarking program for …
- 11:20 Ticket #5083 (Proposal: making inits and tails less strict) closed by
- fixed: Applied, thanks!
- 10:30 Ticket #5084 (Error message with INLINE/SPECIALISE pragma for class method) created by
- The INLINE/SPECIALISE pragmas in a class declaration apply to the *default …
- 08:57 Ticket #4832 (Inconsistent import of instances in GHCi) closed by
- fixed: Quite annoying to track down, but it is now fixed and pushed: […] I …
- 08:57 Ticket #5083 (Proposal: making inits and tails less strict) created by
- I would like to propose making inits and tails less strict: […] …
- 08:47 Ticket #5044 (Proposal: Generalize maybeNew) closed by
- fixed: Applied, thanks
- 08:42 Ticket #4891 (dataConInfoPtrToName doesn't correctly resolve constructors with a ...) closed by
- fixed: Fixed by: […] and test added.
- 07:22 GitForDarcsUsers edited by
- (diff)
- 06:10 Ticket #5082 (Emit warnings when conflicting flags are supplied) created by
- Many command line flags can be thought of as modifying some GHC's internal …
- 04:00 Status/Encoding-Tickets created by
- 03:54 Ticket #5074 (GHCi-7 not importing (some?) re-exported instances) closed by
- duplicate: duplicate of #4832
04/02/11:
- 22:14 GitForDarcsUsers edited by
- Improved "Uh-oh, I trashed my repo with a rebase! What do I do?" (diff)
- 16:07 Ticket #3858 (the resolution of abbreviated commands in ghci is surprising.) closed by
- fixed: I took the liberty of just pushing a fix for this: […] Please revert …
- 13:11 Ticket #5081 (Unexpected passes arrows and ghci, typecheck and ghci) created by
- I have several unexpected passes for arrows tests with ghci: …
- 12:50 Ticket #5080 (Recompilation bug: recomp008 failed) created by
- recomp008 failed with […] It is sometimes reproducible: […] in the …
- 12:30 Ticket #5079 (T3330a: wrong stderr output (new type checking algorithm?)) created by
- T3330a failed with […] could be due to the new type checking algorithm.
- 12:23 Ticket #5078 (Test failed: Change in ghci-debugger message format?) created by
- break024 failed with […] Is that just a format change or a real …
- 12:04 Ticket #5077 (Tests failing due to different type variables in the diagnostics) created by
- A couple of tests fail unexpectedly because some type variables are …
- 11:53 Ticket #5076 (No instance Show [: Int :] in dph-diophantine-opt) created by
- The test dph-diophantine-opt failed with […]
04/01/11:
- 16:24 Ticket #5052 (stdcall on OS X is broken) closed by
- fixed: Pushed. Fixed by: […]
- 14:47 Ticket #5064 (base ./configure can't be run in cross-compilation environments) closed by
- fixed: Thanks for the patch. I've applied something that's hopefully a little …
- 14:03 Ticket #5075 (CPR optimisation for sum types if only one constructor is used) created by
- Inspired by #3138, it might be useful for StrAnal? to detect functions such …
- 13:18 Ticket #5067 (OS X: test 4850) closed by
- fixed: Thanks for the patch! However, coincidentally, I fixed the test the day …
- 10:44 Ticket #5074 (GHCi-7 not importing (some?) re-exported instances) created by
- Using import Module from the ghci prompt fails to bring some …
- 09:41 Repositories edited by
- (diff)
- 08:42 DarcsToGit edited by
- (diff)
- 08:41 DarcsToGit edited by
- (diff)
- 08:31 DarcsToGit edited by
- (diff)
- 08:28 DarcsToGit edited by
- (diff)
- 08:28 Repositories edited by
- (diff)
- 08:28 DarcsToGit edited by
- (diff)
- 08:09 Status/SLPJ-Tickets edited by
- (diff)
- 08:00 Ticket #5073 (Add blockST for nested ST scopes) created by
- GHC lacks the blockST and importVar primitives introduced by …
- 07:33 DarcsToGit edited by
- (diff)
- 07:24 DarcsToGit edited by
- (diff)
- 07:18 Ticket #3380 ([Patch] Support implicit concatenation in list comprehensions) closed by
- wontfix: Noone likes this, let's not clutter up the issue tracker :-)
- 06:52 Blog: New directions for Template Haskell edited by
- 06:50 Blog: New directions for Template Haskell edited by
- 06:43 Ticket #5072 (Segfault on OS X in interpreted code) created by
- I'm getting reproducable segfaults/GC panics when doing the following: …
- 06:37 DarcsToGit created by
- 06:22 Building/GettingTheSources edited by
- (diff)
- 05:23 Ticket #4237 (-dcore-lint error after simplifier iteration 1 when profiling) closed by
- fixed: I think this bug can be closed now since 6.12 is well and truly dormant.
03/31/11:
- 23:57 CrossCompilation edited by
- (diff)
- 23:55 Building edited by
- (diff)
- 23:55 Building/Porting edited by
- (diff)
- 16:22 Ticket #5071 (GHCi crashes on large alloca/allocaBytes requests) created by
- GHCi, and ghc, seems to exit (crash?) on certain types of memory …
- 15:33 CrossCompilation edited by
- major re-write and incorporation of work done on cross-compiling with 7.0 (diff)
- 14:35 Repositories edited by
- (diff)
- 13:43 Building/SyncAll edited by
- (diff)
- 13:42 Building/GettingTheSources edited by
- (diff)
- 13:40 Building/GettingTheSources edited by
- (diff)
- 13:38 Building/GettingTheSources edited by
- (diff)
- 10:23 Building/GettingTheSources edited by
- (diff)
- 09:21 Ticket #5070 (dph and new code generator don't play nicely with each other) created by
- I'm looking at the current failure of DPH with the new code generator, …
- 09:11 Ticket #5069 (testsuite failures: hpc_markup_multi_*) created by
- It seems either the behavior of hpc markup or the layout of the test …
- 05:03 Ticket #5068 (Possible loss of sharing: big performance change) created by
- Bryan's blog post …
- 04:58 Ticket #5067 (OS X: test 4850) created by
- On my HEAD build against OS X 10.6.6 x86_64, test 4850 fails with: […] …
- 04:26 Ticket #3297 (Compiler panic on incorrect code (TcTyFuns.flattenType: synonym family in ...) closed by
- fixed: Fine. I'll just close this ticket then. Simon
- 04:12 Ticket #5066 (OS X: hClose003) created by
- On my HEAD build against OS X 10.6.6 (x86_64), hClose003(threaded2) fails …
- 03:30 Ticket #3011 (ASSERT failed: file typecheck/TcMType.lhs line 526 t_a32G{tv}) closed by
- fixed: Right, thanks for pointing this out. […] Simon
- 02:14 Ticket #4247 (getCPUTime on x86_64 Mac OS X 10.6) closed by
- duplicate: Marking this as a dup of #4970. The patch for this ticket requires a patch …
03/30/11:
- 05:53 Ticket #5065 (dph tests failing) created by
- These dph tests have been failing in validate for a while: […]
- 04:48 Ticket #4994 (Deprecate Control.Exception.blocked in favour of getMaskingState) closed by
- fixed: Applied, thanks: […]
- 04:47 Ticket #4989 (build error on mingw if pthreads is installed) closed by
- fixed: Fixed: […]
- 04:46 Ticket #4441 (NCG miscompiles Double -> Float -> Double) closed by
- fixed: Fixed: […]
- 01:34 Ticket #4456 (Missing atexit symbol) closed by
- fixed: I added it to the linker's symbol table. I think atexit resides in a …
03/29/11:
- 14:30 CrossCompilation edited by
- adding my cross-compiling information -- will need to be edited into main … (diff)
- 13:47 Ticket #5064 (base ./configure can't be run in cross-compilation environments) created by
- The autoconf macro used to determine correct htype's for various c types, …
- 12:13 Ticket #5050 (Produces invalid assembly when using `peek' and -fvia-c with new binutils ...) closed by
- fixed: This is now "fixed", by turning -fvia-c into a no-op.
- 11:00 Ticket #5063 (unix package has untracked dependency on libbsd) created by
- See ticket #4974 about unix-compat failing to build. That is just a …
- 10:20 Ticket #5062 (Patch: Debug output for OS X linker and coding standard upgrades) created by
- This ticket is to track this patch: […] …
- 09:04 Ticket #5061 (Implement FFI spec behaviour for *CString family) created by
- Although the FFI spec requires the *CString functions in Foreign.C.String …
- 08:35 Ticket #4457 (Way to determine if code is running in thread fixed on capability) closed by
- fixed: GHC HEAD has this in GHC.Conc: […] and as part of the proposal to …
- 08:32 Ticket #4248 (Poor error message when openFile fails to open named pipe) closed by
- fixed: I added an API that you can use to open a file in blocking mode if you …
- 06:41 Ticket #5058 (getProcessExitCode doesn't retry on EINTR) closed by
- fixed: Fixed: […]
- 06:22 Ticket #5056 (typo in DEBUG RTS options) closed by
- fixed: Fixed: […]
- 05:14 Ticket #5057 (poor parser error message) closed by
- duplicate
- 01:54 Ticket #5060 (iteratee: epollControl: permission denied (Operation not permitted)) created by
- If you run this ticket as literate haskell program it works fine when 1. …
- 01:34 Ticket #5059 (Pragma to SPECIALISE on value arguments) created by
- I've sometimes found myself wishing for this pragma to get some "partial …
03/28/11:
- 11:02 Ticket #5058 (getProcessExitCode doesn't retry on EINTR) created by
- Just like the ticket says. The source uses throwErrnoIfMinus1, and I can't …
- 06:32 Building/Rebuilding edited by
- add note about make 2 (diff)
- 06:02 Ticket #5055 (STM Exception "BlockedIndefinitelyOnSTM" throws to wrong thread) closed by
- wontfix: GHC is behaving correctly here. It has figured out that the entire …
- 03:57 Ticket #5057 (poor parser error message) created by
- Here's the error message: […] Here's the last few lines of the file: …
- 03:46 Ticket #5056 (typo in DEBUG RTS options) created by
- linking with -debug, then running with +RTS -? shows the following line, …
- 01:39 Ticket #5034 (Performance of Data.Graph.{preorderF, postorderF}) closed by
- fixed
- 01:24 Ticket #2762 (Excessive heap usage) closed by
- fixed: Replying to michalt: > I've just run the example with GHC …
03/27/11:
- 19:58 Ticket #5055 (STM Exception "BlockedIndefinitelyOnSTM" throws to wrong thread) created by
- This might be two bugs. The attached test file (tvarTest.hs) aims to use …
- 18:00 Ticket #5054 (LLVM Errors with test cases) created by
- I encountered a build error when using the LLVM backend on my homework. I …
03/26/11:
- 21:07 Ticket #5053 (Internal error with runhaskell and System.Plugins.dynload) created by
- I've been trying to learn how to use the plugins package, specifically …
- 18:05 Ticket #5052 (stdcall on OS X is broken) created by
- 1288 is SIGBUSing on OS X 32. The symptom is that task in resumeThread …
- 13:47 Ticket #872 (OSX universal binary distribution) closed by
- fixed: Closing as we have GHC binaries as well as Haskell Platform for x86 OS X.
- 10:57 Ticket #5051 (Typechecker behaviour change) created by
- From: …
- 10:16 Ticket #4997 (Mac installers are missing ghc & cabal guides) closed by
- fixed: I've got the tools working now. Future releases will have docs.
- 09:48 Ticket #5043 (Compiling bytestring-mmap with -fvia-C yields broken .s file, two .size ...) closed by
- duplicate: I'll close this as a duplicate of #5050, which includes a minimal …
- 09:33 Ticket #4914 (FPU initialization required again) closed by
- fixed: Thanks for testing!
- 03:54 Ticket #5050 (Produces invalid assembly when using `peek' and -fvia-c with new binutils ...) created by
- I noticed this when rebuilding happstack-util on Ubuntu. A mail sent to …
03/25/11:
- 18:23 Ticket #5046 (test derefnull fails on OS X) closed by
- fixed: Turns out it behaves differently on x86_64 and x86; fixed by: […]
- 15:23 Ticket #5049 (GHC Panic on Text.Highlighting.Kate.Syntax.Ocaml) created by
- […]
- 14:51 Ticket #5036 (ghc bug: urk! lookup local fingerprint) closed by
- worksforme: I've just built HEAD (7.1.20110325) on x86/Linux, and after various small …
- 08:38 Ticket #4904 (Documentation for mkWeakIORef is misleading) closed by
- fixed: pushed, thanks!
- 08:03 Ticket #5042 (STM, newArray, and a stack overflow) closed by
- fixed: pushed, thanks!
- 07:23 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 07:22 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 07:10 Ticket #5048 (Wrong SrcSpan on AbsBinds) created by
- I have the following code: […] And the TypecheckedSource gives me …
- 06:37 Ticket #5035 (Typo in documentation section 7.8.7.2) closed by
- fixed: Thanks; applied […] Simon
- 05:04 Ticket #5047 (ghc fails to build if HOME is not seth) created by
- Hi, some Debian build daemons do not set $HOME, to ensure that package …
03/24/11:
- 19:27 Ticket #5033 (GHC 7.0.2 does not build on OS X 10.5.) closed by
- worksforme: Upgrading to XCode 3.1.4 (from 3.0 it seems) fixed it. (XCode version …
- 13:36 Ticket #5046 (test derefnull fails on OS X) created by
- On OS X, the derefnull test fails because the test driver expects an …
- 11:43 Ticket #5003 (test 4038 (ghci) fails on OS X 64 bit.) closed by
- fixed: I've applied the testsuite patch, thanks! I don't understand what it is …
- 11:39 Ticket #5045 ("panic! (the 'impossible' happened)" compiling code using arrows and ...) created by
- In trying to debug a different issue, I ran ghci on one of the modules in …
- 11:33 Ticket #5044 (Proposal: Generalize maybeNew) created by
- This is a tiny proposal to generalize …
03/23/11:
- 14:17 Ticket #5043 (Compiling bytestring-mmap with -fvia-C yields broken .s file, two .size ...) created by
- I tried to install the bytestring-mmap package, which specifies in its …
- 12:23 Ticket #5042 (STM, newArray, and a stack overflow) created by
- Ketil Malde …
- 08:31 Commentary/Compiler/NewCodeGenStupidity edited by
- multiple reloads (diff)
- 08:12 Commentary/Compiler/NewCodeGenStupidity edited by
- incidence (diff)
- 08:04 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 06:57 Commentary/Compiler/NewCodeGenStupidity edited by
- Assignment of stack locations to temps (diff)
- 06:54 Commentary/Compiler/NewCodeGenStupidity edited by
- fixed one issue (diff)
- 06:16 Commentary/Compiler/NewCodeGenStupidity edited by
- extra note about allocDynClosure (diff)
- 06:11 Commentary/Compiler/NewCodeGenStupidity edited by
- more things wrong (diff)
- 05:46 Commentary/Compiler/NewCodeGenStupidity edited by
- Note about -ddump-opt-cmm versus -ddump-cmmz/-ddump-raw-cmm (diff)
03/22/11:
- 18:37 Ticket #5041 (Incorrect Read deriving for MagicHash constructors) created by
- Greetings, A fellow in #haskell on freenode just discovered the following …
- 16:16 Ticket #4984 (OS X: ld: warning: -read_only_relocs cannot be used with x86_64) closed by
- fixed: Fixed in HEAD and 7.0.3: […]
- 16:09 Building/Architecture/Idiom/PhaseOrdering edited by
- (diff)
- 08:31 Ticket #5038 (internal error with rebindable if-then-else) created by
- Defining ifThenElse in a module with RebindableSyntax? enabled and using …
- 08:25 Commentary/Compiler/NewCodeGenStupidity edited by
- Up and Down, Up and Down, I will lead you Up and Down (diff)
03/21/11:
- 23:43 Commentary/Compiler/Backends/LLVM/WIP edited by
- (diff)
- 18:12 Ticket #5037 (TH mkName bug) created by
- This is accepted: […] but this fails: […] with: […] I expect it …
- 10:12 Commentary/Compiler/NewCodeGen edited by
- Link to Commentary/Compiler/NewCodeGenStupidity (diff)
- 10:11 Commentary/Compiler/NewCodeGenStupidity created by
- Initial revision
- 09:52 Commentary/Compiler/NewCodeGen edited by
- Updates to new codegen play (diff)
- 09:45 Debugging/CompiledCode edited by
- Note about entry and info equivalence (diff)
03/20/11:
- 15:18 Ticket #5036 (ghc bug: urk! lookup local fingerprint) created by
- […]
- 13:37 Ticket #4998 (performance regressions) closed by
- worksforme: I've had a look at fannkuchredux and I can't see any slow down, either …
- 05:51 BugSweep edited by
- Remove closed tickets. (diff)
- 05:42 WikiStart edited by
- Update "Forthcoming plannd releases". (diff)
Note: See TracTimeline
for information about the timeline view.
