Timeline
06/05/10:
- 03:48 Ticket #4119 (File buffering isn't flushed at exit) created by
- In C, there's an atexit handler to fflush all FILE* files. In most other …
06/04/10:
- 14:41 Ticket #4118 (GHC forces gcc version on mingw32) created by
- GHC forces internal gcc version on mingw32 instead of using system one.
- 14:38 Ticket #4117 (GHC does not accept --srcdir) created by
- GHC does not accept --srcdir during building. (Yes - I know of error but …
- 13:18 Ticket #3947 (ghc: panic! (the 'impossible' happened)) closed by
- duplicate: Dup of #3435.
- 10:54 Ticket #4116 (Type supplement for constructor specific uses of sum types) created by
- Benefits: Avoid error calls (runtime), exception control and Maybe …
- 08:05 Ticket #4115 (hsc2hs puts linker flags before object file, causes linker errors) created by
- I'm trying to write a Haskell wrapper for a C library (called unibilium) …
- 05:53 Ticket #4107 (Extra parens in error message's displayed code) closed by
- fixed: Good point. Fixed by […] Simon
06/03/10:
- 09:42 Commentary/Rts/Config edited by
- (diff)
- 06:42 Ticket #4076 (Add Applicative instance for STM) closed by
- fixed: Done: […]
- 06:41 Ticket #4077 (Move MonadPlus instance for STM from Control.Monad.STM to GHC.Conc) closed by
- fixed: Done, adding some version #ifdefs so as not to break the stm package for …
- 06:39 Ticket #4100 (ghci should use UserInterrupt exception from base, not private Interrupted ...) closed by
- fixed: Done: […]
- 06:38 Ticket #4106 (undefined reference to `__stg_EAGER_BLACKHOLE_INFO') closed by
- fixed: Please try now: […] re-open the ticket if the problem still persists.
- 06:37 Ticket #4103 (report location of global package db in ghc --info) closed by
- fixed
- 04:34 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by
- Add bug about HRay crashing (diff)
06/02/10:
- 14:37 Ticket #4114 (Add a flag to remove/delete intermediate files generated by GHC) created by
- See for example …
- 11:34 Ticket #4113 (canonicalizePath "" returns noise) created by
- Apparently […] returns random noise on both Windows and Linux (GHC …
- 06:59 Ticket #4112 (Building GHC with local libgmp.a fails) created by
- I am trying to build the darcs head of GHC on a platform where I have no …
- 06:39 Ticket #3181 (Regression in unboxing) closed by
- invalid: No response from submitter, so closing.
06/01/10:
- 16:51 Ticket #4111 (Sample GHCi session for 6.12.1 user guide shows 6.8.1) created by
- This page is only three clicks away from "Get the Haskell Platform". It …
- 15:18 Ticket #4009 (can newtype be extended to permit GADT-like declarations) closed by
- invalid: It's fundamental. Suppose we had […] This is fine. Matching on the …
- 12:54 Ticket #3911 (HughesPJ.vcat should behave like 'foldr ($$) empty', not like 'foldr ($+$) ...) closed by
- fixed: Thanks, patch applied and test added.
- 12:12 Ticket #3594 (ppc stage1 panic for --enable-shared) closed by
- fixed: Thanks, patch applied.
- 09:42 Ticket #4040 (Eq instance for Data.Data.DataType) closed by
- wontfix: I'm going to close this, as it's not clear to me what the right thing to …
05/31/10:
- 11:32 Ticket #4110 (hsc2hs gives bad error message when it cannot execute the generated ...) created by
- hsc2hs compiles a C program and then executes it. One of the failure modes …
- 10:41 Commentary/Compiler/NewCodeGen edited by
- locate hoopl git repo (diff)
- 09:37 Ticket #4099 (Slighlty confusing error message with data families) closed by
- fixed: Yes good point. Fixed by […]
- 09:31 Ticket #4047 (Incorrect unused-import warning in ghci) closed by
- worksforme: I believe you may be misled by two things: * ghc --make does not …
- 07:10 Status/SLPJ-Tickets edited by
- (diff)
- 06:15 Status/SLPJ-Tickets edited by
- (diff)
- 06:01 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 05:56 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 05:54 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 05:47 Commentary/Compiler/NewCodeGen edited by
- (diff)
05/30/10:
- 15:31 Ticket #4109 (Make Data.Map.insertWith' and friends consistently force the value ...) created by
- Currently, Data.Map.insertWith' (and friends) only force the value …
- 15:14 Ticket #4108 (GHC.Integer.hashInteger is a misnomer and confuses people) closed by
- invalid: I agree with Eric. Hard to say more without knowing which package you are …
- 14:51 Ticket #4108 (GHC.Integer.hashInteger is a misnomer and confuses people) created by
- GHC.Integer.hashInteger from the integer-gmp package does not hash …
- 11:30 Ticket #4107 (Extra parens in error message's displayed code) created by
- In the code f :: Bool a => a f = True $ ghc13 --make teste The error …
05/29/10:
- 14:22 Ticket #4106 (undefined reference to `__stg_EAGER_BLACKHOLE_INFO') created by
- That's probably powerpc (Linux) specific (I know, I know), but perhaps …
- 11:43 Ticket #4105 (ffi005 fails on OS X) created by
- The ffi005 test is failing on OS X x86. The test is only run the optc …
- 06:44 Ticket #4104 (ghc-pkg refuses to register packages if some include directories don't ...) created by
- When registering a package, ghc-pkg fails with an error if any of the …
05/28/10:
- 19:00 Ticket #4103 (report location of global package db in ghc --info) created by
- Cabal does a sanity check to make sure it has a ghc and ghc-pkg program …
- 19:00 Ticket #4102 (Bit manipulation built-ins) created by
- So far Haskell/GHC lacks more HL bit manipulation instructions which on …
- 06:50 Ticket #4101 (Primitive constant unfolding) created by
- Examining the core generated by ghc with -O2 on a numerical code, I saw …
- 02:16 Building/Using edited by
- Little typos. (diff)
05/27/10:
- 14:02 Ticket #4100 (ghci should use UserInterrupt exception from base, not private Interrupted ...) created by
- In response to the user pressing control-C, ghci uses an exception …
- 01:52 Building/Porting edited by
- boot requires perl (diff)
- 01:52 Building/Modifying edited by
- boot requires perl (diff)
- 01:50 Building/Porting edited by
- boot requires perl (diff)
- 01:50 Building/StandardTargets edited by
- boot requires perl (diff)
- 01:49 Building/GettingTheSources edited by
- boot requires perl (diff)
- 01:49 Building/Troubleshooting edited by
- boot requires perl (diff)
- 01:47 Building/Using edited by
- boot requires perl (diff)
- 01:46 Building/Rebuilding edited by
- boot requires perl (diff)
05/26/10:
- 20:27 Commentary/Packages/PackageImportsProposal edited by
- Add link to pertinent user's guide section; make the note more visible … (diff)
- 20:23 Commentary/Packages/PackageImportsProposal edited by
- Add note about the page being out of date and how things turned out (not … (diff)
- 19:11 Ticket #4099 (Slighlty confusing error message with data families) created by
- Example code: […] Error message: […] Calling T a type function …
- 13:31 Ticket #1500 (NCG: shortcutBranch doesn't handle loops properly) closed by
- fixed: This was fixed by: […]
- 09:00 Ticket #4098 (Haskell2010 support) created by
- Discussion on #ghc concluded: * Haskell2010, Haskell98 extensions are …
- 01:25 Ticket #4071 (minor error in ghc manual regarding type defaulting) closed by
- fixed: Thanks; fixed. […]
- 01:24 Ticket #2185 (Memory leak with parMap) closed by
- fixed: Fixed: […]
05/25/10:
- 16:36 Ticket #4097 (Runtime segfaults on +RTS -hr) created by
- I get a segfault whenever running the Snap Framework hello world app with …
- 09:23 Ticket #4015 (:browse prints record selectors too many times) closed by
- fixed: Fixed by […]
- 09:20 Status/SLPJ-Tickets edited by
- (diff)
- 08:36 Ticket #4096 (New primops for indexing: index*OffAddrUsing# etc) created by
- Here's an email from Roman, and response from Simon. Making a ticket so …
- 07:20 Status/SLPJ-Tickets edited by
- (diff)
- 06:15 Ticket #4064 (SpecConstr broken for NOINLINE loops in 6.13) closed by
- fixed: This patch stops SpecConstr doing anything for NOINLINE things […] I …
- 06:13 Ticket #4087 (GHCi printing GADT introduces unused type variable) closed by
- fixed: Good point, thank you. Fixed by […] Test case added. Simon
- 05:37 Ticket #4095 (add Applicative instance for Either) created by
- The proposal is to add this instance to Control.Applicative: […] This …
- 04:46 Ticket #4056 (GHC panic with small TH code) closed by
- fixed: Excellent point. Not quite as simple to fix as I thought! Thank you for …
- 04:31 Ticket #4094 ("+RTS -px" is undocumented and doesn't produce XML) created by
- The "+RTS -px" is undocumented (except for appearing in the "+RTS -?" …
- 04:14 Status/SLPJ-Tickets edited by
- (diff)
- 02:55 ViewPatterns edited by
- (diff)
- 01:53 Building/Using edited by
- (diff)
- 01:52 Building/Using edited by
- (diff)
- 00:22 Ticket #4083 (Generalized newtype deriving fails for newtypes that are type family ...) closed by
- invalid: Thanks. It's definitely a bug that you get an 'impossible' error, …
05/24/10:
- 19:09 Commentary/Rts/HaskellExecution/PointerTagging edited by
- >= instead of > (diff)
- 10:08 Ticket #4093 (compiler hangs (type checking?)) created by
- The compiler hangs while compiling the following program, probably during …
- 08:57 Ticket #4092 (Floating point manipulation : ulp and coerce IEEE-754 Double# into Word64#) created by
- There are currently two ways to compute the ulp of double numbers with GHC …
- 06:36 Ticket #4091 (Parse error on curried context of instance declaration) created by
- Assume we have the following classes: […] GHC allows you to write a …
- 05:41 Ticket #4046 (Add System.IO.hGetBufSome) closed by
- fixed: Done. […]
- 03:44 Status/SLPJ-Tickets edited by
- (diff)
- 02:32 Ticket #4090 (Impossible compilation with primitive operations (possibly unsafeCoerce#)) closed by
- invalid: unsafeCoerce# isn't guaranteed to work between integral types and …
- 00:37 Status/SLPJ-Tickets edited by
- (diff)
05/23/10:
- 20:27 Ticket #4090 (Impossible compilation with primitive operations (possibly unsafeCoerce#)) created by
- On the following code : ulp#::Double#->Double# ulp# d= let …
- 04:26 Ticket #4089 (Empty Show instance + phantom type + GHCi = out of memory) closed by
- invalid: pumpkin is right: The default Show instance includes […] and […] …
- 04:07 Ticket #4085 (minor External Core prettyprinter bug) closed by
- fixed: Thanks, I've applied the patch - but it looks like you recorded it against …
- 04:06 Ticket #4053 (Incorrect install-name for dynamic Darwin rts.) closed by
- fixed: Applied, thanks!
05/22/10:
- 22:51 Ticket #4089 (Empty Show instance + phantom type + GHCi = out of memory) created by
- […] Load in GHCi, type "M" and then enter at the prompt. It kills all …
- 17:15 Ticket #4088 (GHCi crash) created by
- I used GHCi for playing with my code, then it hung (my fault) so I closed …
- 15:50 Ticket #4087 (GHCi printing GADT introduces unused type variable) created by
- […] when printed in GHCi: […]
05/21/10:
- 11:18 Ticket #3889 (configure script is generating the incorrect value for ...) closed by
- fixed: Fixed in HEAD and 6.12 branch by: […]
- 11:17 Ticket #4060 (runhaskell Setup register fails with "internal error: unexpected package ...) closed by
- Merged.
- 08:52 Ticket #4068 (GHC 6.12.2 on Mac OS X from GHC-6.12.2-i386.pkg fails with "Undefined ...) closed by
- invalid: I'm not sure there's anything we can do here, so I'm closing the ticket. …
- 08:24 Ticket #4086 (Data.List 'nub' function is O(n^2)) created by
- I recently discovered that some Haskell code was running much slower than …
- 04:15 Ticket #4084 (minor External Core prettyprinter bug) closed by
- duplicate: duplicate of #4085.
05/20/10:
- 14:42 Ticket #4085 (minor External Core prettyprinter bug) created by
- The ext-core pretty printer was printing out rational literals like: {{{ …
- 14:41 Ticket #4084 (minor External Core prettyprinter bug) created by
- The ext-core pretty printer was printing out rational literals like: {{{ …
- 10:23 Ticket #4083 (Generalized newtype deriving fails for newtypes that are type family ...) created by
- With FlexibleContexts?, FlexibleInstances?, GeneralizedNewtypeDeriving?, …
- 03:05 Commentary/Rts/Scheduler edited by
- (diff)
- 02:58 Commentary/Rts/Scheduler edited by
- (diff)
- 02:58 Commentary/Rts/Scheduler edited by
- update to new InCall? story (diff)
- 02:33 Ticket #4041 (possible misbehaviour of hGet/hGetBuf) closed by
- fixed: Simon Marlow was simply confused. The fix for #3808 has now been …
- 00:50 Ticket #4082 (top level TH splices accepted with -XNoTemplateHaskell) closed by
- duplicate: Thanks! Happily it's a dup of #4042, which is now fixed. Simon
05/19/10:
- 14:44 Ticket #4072 (Local package DB doesn't take preference over global DB) closed by
- fixed: Merged.
- 14:44 Ticket #4074 (Forking not possible with large processes) closed by
- fixed: Both merged.
- 09:09 Ticket #4082 (top level TH splices accepted with -XNoTemplateHaskell) created by
- This is accepted: […] It should require -XTemplateHaskell
- 08:27 Ticket #2924 (createDirectory: permission denied) closed by
- invalid: Suspected to be not a bug. Ian points out one reason why the test might …
- 06:53 Building/Preparation/Windows edited by
- (diff)
- 06:48 Building/Troubleshooting edited by
- (diff)
- 06:40 Building/Preparation/Windows edited by
- (diff)
- 05:21 Ticket #4081 (Strict constructor fields inspected in loop) created by
- Here is a small example to illustrate the problem: […] […] …
- 05:05 Ticket #4078 (hReady and hWaitForInput block under Windows) closed by
- fixed: Merged.
05/18/10:
- 22:20 Ticket #4080 (Use libcharset instead of nl_langinfo(CODESET) if possible.) created by
- nl_langinfo(CODESET) doesn't always return standardized variations of …
- 07:34 Ticket #3953 (Misleading error message when quasiquoter not in scope) closed by
- fixed: Merged.
- 01:37 Ticket #4079 (digits-of-e1.slowstdout is missing) closed by
- fixed: Applied, thanks!
05/17/10:
- 05:11 Commentary/Compiler/Backends/LLVM edited by
- (diff)
- 05:11 Commentary/Compiler/Backends/LLVM edited by
- (diff)
- 01:58 Ticket #4079 (digits-of-e1.slowstdout is missing) created by
- There is a slow test for digits-of-e1 but no corresponding …
05/16/10:
- 14:44 Ticket #4003 (tcIfaceGlobal panic building HEAD with 6.12.2) closed by
- fixed: Test added
- 12:06 Ticket #4078 (hReady and hWaitForInput block under Windows) created by
- While using a Network.Socket converted to a Handle with socketToHandle, …
- 11:01 Ticket #4075 (configure --help shows duplicate options) closed by
- fixed: Thanks for the report; fixed: […]
- 09:17 Ticket #4077 (Move MonadPlus instance for STM from Control.Monad.STM to GHC.Conc) created by
- In [ http://thread.gmane.org/gmane.comp.lang.haskell.libraries/13054 the …
- 06:55 Ticket #4070 (Don't use sh to run boot.) closed by
- fixed: Applied to HEAD and 6.12: […]
- 04:44 Ticket #4076 (Add Applicative instance for STM) created by
- I propose adding an Applicative instance for STM. The first attached …
- 01:29 Ticket #4075 (configure --help shows duplicate options) created by
- When I run ./configure --help in the HEAD branch of ghc, I see the …
05/15/10:
- 14:40 Ticket #4060 (runhaskell Setup register fails with "internal error: unexpected package ...) closed by
- fixed: The workaround (and indeed the sensible thing to do) is not to try and …
- 13:28 Ticket #4074 (Forking not possible with large processes) created by
- If a haskell program requires a lot of memory, trying to fork() fails …
- 07:49 Ticket #4066 (hSetEncoding only sets the encoding for the read side of a duplex Handle) closed by
- fixed: Merged
- 07:09 Ticket #4051 (ghci :m command doesn't work with module names containing ') closed by
- fixed: Merged
05/14/10:
- 13:53 Ticket #4073 (Error with '#' at beginning of line in literate Haskell) created by
- When trying to load the attached file, I'm getting this error: lexical …
- 10:33 Ticket #4072 (Local package DB doesn't take preference over global DB) created by
- I sometime find myself wanting to compile some small test program (say …
- 09:03 Ticket #4071 (minor error in ghc manual regarding type defaulting) created by
- In section 2.4.5 "Type defaulting in GHCi" of the GHC manual …
- 01:50 Status/SLPJ-Tickets edited by
- (diff)
- 00:51 Ticket #4070 (Don't use sh to run boot.) created by
- A patch from Marco Túlio Gontijo e Silva <marcot@…>
- 00:25 Ticket #4063 (target "is not a module name or a source file") closed by
- fixed
05/13/10:
- 09:14 Ticket #4050 (Mac OS X build fails: ghc.mk:96: *** Make has restarted itself 3 times; is ...) closed by
- fixed: Thanks PHO for the patch, and thorkilnaur for the testing! Patch applied.
- 07:20 Ticket #4069 (ASSERTION FAILED: file rts/Schedule.c, line 1305) created by
- From time to time Leksah crashes with the above message. GHC version …
- 06:15 Ticket #4068 (GHC 6.12.2 on Mac OS X from GHC-6.12.2-i386.pkg fails with "Undefined ...) created by
- With […] installed from …
- 02:16 Ticket #4067 (Building haskeline-0.6.2.2 with Mac OS X and GHC-6.12.2 fails with ...) closed by
- invalid: Fixed by runhaskell Setup clean - I had built haskeline earlier with …
05/12/10:
- 14:02 Ticket #4067 (Building haskeline-0.6.2.2 with Mac OS X and GHC-6.12.2 fails with ...) created by
- Building haskeline-0.6.2.2 with […] fails with […] Best regards …
- 06:11 Ticket #4066 (hSetEncoding only sets the encoding for the read side of a duplex Handle) created by
- For example, calling hSetEncoding on a socket only works for reading, …
- 01:12 Ticket #4065 (Inconsistent loop performance) created by
- Here are two small benchmarks: […] On my laptop, I consistently get a …
- 00:36 Ticket #4064 (SpecConstr broken for NOINLINE loops in 6.13) created by
- Example: […] This is what GHC generates: […] At the moment, we …
05/11/10:
- 09:14 Ticket #4063 (target "is not a module name or a source file") created by
- Create a standalone Haskell program "/tmp/delme.hs". Then do […] We …
- 06:31 Building/Troubleshooting edited by
- (diff)
- 06:30 Ticket #4062 (Bad choice of loop breaker?) created by
- When compiling …
- 06:30 Building/Troubleshooting edited by
- (diff)
- 02:50 Ticket #4061 (Implement mutually recursive view patterns) created by
- I got bit by the fact that mutually recursive view patterns don't work …
- 02:41 Ticket #4060 (runhaskell Setup register fails with "internal error: unexpected package ...) created by
- I built 6.12.2 using the already installed (and working) ghc-6.12.1. I …
05/10/10:
- 07:30 Ticket #4059 (possible error in foreign wrapper reentering Haskell) closed by
- duplicate: Thanks for the detailed report. This is another instance of #4038, and as …
- 04:58 Ticket #4059 (possible error in foreign wrapper reentering Haskell) created by
- The following simple code works as expected in 6.12.1, 6.10, and all …
- 02:15 Ticket #4058 (improve error message: Module `System.IO' does not export `LineBuffering') created by
- LineBuffering is a constructor, and System.IO definitely does export …
- 00:46 Ticket #4055 (Incorrect parsing of declarations) closed by
- duplicate: Yes, this is a dup of #4042, which I fixed last week. It's because the …
05/09/10:
- 12:24 Ticket #4057 (Modifying TVar after calling always causes freeze/spin in GHCi) created by
- The attached code, if run under GHCi, causes GHCi to freeze while spinning …
- 11:58 Ticket #3852 (Building GHC 6.12.1 with Cabal 1.9.0 installed) closed by
- fixed: Fixed in 6.12 branch and HEAD. […]
- 08:04 Ticket #4056 (GHC panic with small TH code) created by
- […]
- 07:43 Ticket #4031 (Build broken with cygwin make 3.81) closed by
- fixed: Fixed in HEAD and 6.12 branch. […]
05/08/10:
- 17:32 Ticket #3913 (array 0.3.0.0 should depend on base >= 4.2.0.0) closed by
- fixed: Fixed in 6.12 by: […]
- 17:32 Ticket #4038 (segmentation fault between GHC-6.12.2 and gtk2hs) closed by
- fixed: Merged.
- 17:31 Ticket #4029 (ghci leaks memory when loading a file) closed by
- fixed: Fixed in 6.12 by: […]
- 09:53 Ticket #4055 (Incorrect parsing of declarations) created by
- GHC's parser seems to accept incorrect Haskell programs, which leads to …
- 09:39 Ticket #4054 (Configure script for Linux binary does not check for libgmp) created by
- The "configure" script packaged with the binary distribution downloadable …
- 08:11 Ticket #4053 (Incorrect install-name for dynamic Darwin rts.) created by
- rts/ghc.mk doesn't properly set install-name for dynamic rts libraries on …
05/07/10:
- 13:56 Ticket #3964 (Impossible happened when using ViewPattern in Arrows) closed by
- fixed: Merged.
- 13:56 Ticket #3965 ('deriving Data' compilation regression 6.10.1 -> 6.12.1) closed by
- fixed: Merged
- 07:59 Ticket #4042 (Order of declarations affects the correctness of reported error.) closed by
- fixed: Right. Fixed by […] Now you get […] At least that's what happens …
- 06:51 Building/Using edited by
- (diff)
- 06:33 Ticket #3922 (nameModule panic when building numbers package) closed by
- fixed: Thanks for a helpful report. I've fixed this, but it was a while ago now. …
- 05:38 Ticket #4052 (Two sided sections) created by
- Allow sections to be functions of two arguments: […] Where the …
- 03:08 Ticket #4051 (ghci :m command doesn't work with module names containing ') created by
- This bug was filed on the Debian bug tracker at …
- 02:45 WikiStart edited by
- update status (diff)
05/06/10:
- 17:48 WorkingConventions/AddingFeatures edited by
- Fixed spelling. (diff)
- 16:27 Ticket #3855 (switch back to using a darcs repo for bytestring, and reenable the ...) closed by
- fixed: Done.
- 10:06 Ticket #3955 (occasional stray "mkUsageInfo" output) closed by
- fixed: Fixed by […] Then I made the mkUsageInfo warning into a panic […] …
- 10:00 Ticket #3966 (Warn about useless UNPACK pragmas) closed by
- fixed: I thought this was going to be easy: […] but that didn't work (it was …
- 07:37 Ticket #3933 ("include" deprecation warning is a bit off) closed by
- fixed: Fixed in HEAD and 6.12: […]
- 07:27 Ticket #4050 (Mac OS X build fails: ghc.mk:96: *** Make has restarted itself 3 times; is ...) created by
- The tn23 GHC builder […] fails with: […] First time: …
- 05:12 Ticket #3149 (Data.HashTable is slow) closed by
- fixed: I'm claiming this is fixed in 6.12.1: […]
- 01:58 Ticket #4036 (Compiled FFI static imports are invalid when imported in GHCI) closed by
- duplicate: Thanks for the report; this is a known bug (#781) that is hard to fix. …
- 01:34 Ticket #3951 (Unknown symbol error when ghci tries to load package scion) closed by
- invalid: The module Scion.Types.Outline is missing from exposed-modules in …
Note: See TracTimeline
for information about the timeline view.
