Timeline
06/22/09:
- 11:24 Ticket #3321 (-fhpc assumes original sources relative to the current directory) created by
- For the most part, ghc can be invoked in a manner that is independent of …
- 06:22 Ticket #3320 (Parallel program crashes using GHC 6.11 under OS X) created by
- The attached program dies with a bus error when compiled -threaded …
- 02:15 Attic/BeginnersNotes edited by
- (diff)
- 01:57 Ticket #3318 (Export System.Process.syncProcess) closed by
- wontfix: Agree with duncan. See also #2233 for other changes we want to make in …
06/21/09:
- 21:07 Ticket #3319 (Template Haskell generates invalid code for import foreign address ...) created by
- For example, splicing {{{ForeignD (ImportF CCall Unsafe "&" (mkName "foo") …
- 05:42 Ticket #3318 (Export System.Process.syncProcess) created by
- I don't see any reason as to why syncProcess is not exported from …
06/20/09:
- 16:02 Ticket #3275 (ghc: panic! (the 'impossible' happened)) closed by
- invalid: OK, that does indeed explain why it happened. You'll need to either build …
- 10:16 Ticket #3317 (Ctrl-C is not received during a call to runProcess) created by
- The following program runs cat as an external process, and tries to kill …
- 04:14 Ticket #3316 (Deadlock in non-threaded RTS with hPutBuf) created by
- Using the non-threaded RTS, the attached program works fine in 6.8.2, but …
- 03:52 Ticket #3315 (Add generalised "lookup" function) created by
- I think it would be very nice to have a default implementation of a …
- 01:30 Ticket #3314 (Add compilation date to +RTS --info) created by
- I don't know how hard this would be, but it would be nice to add a …
06/19/09:
- 16:21 Ticket #3313 (Uncertain bug report (panic!)) created by
- Hi, I really have no clue what happened; ghc panic!'d without much info, …
- 13:18 Building/Porting edited by
- (diff)
06/18/09:
- 19:54 Ticket #3312 (no darcs and no VERSION file) created by
- Trying to port ghc to OpenBSD/sparc64 so that I can build darcs there so …
- 19:47 Ticket #3311 (web page direct me to a tarball that can't build) created by
- I started here: http://hackage.haskell.org/trac/ghc/wiki/Building . Then …
- 16:56 Ticket #3310 (`show BlockedIndefinitely` should not equal `show BlockedOnDeadMVar`) created by
- show BlockedIndefinitely and show BlockedOnDeadMVar should, IMO, …
06/17/09:
- 18:29 Ticket #3309 (getArgs should return Unicode on Unix) created by
- The raw bytes of args should be decoded according to the current locale. …
- 18:19 Ticket #3308 (getArgs should return Unicode on Windows) created by
- This is what is expected, and it is needed for file paths read from the …
- 18:13 Ticket #3307 (System.IO and System.Directory functions not Unicode-aware under Unix) created by
- Under Unix, file paths are represented as raw bytes in a String. That is …
- 07:49 Building/Using edited by
- GhcLIbWays must contain "v" (diff)
- 06:07 Ticket #3132 (cgCase of PrimAlts needs care in new codegen) reopened by
- Ah, we need to leave this ticket open, as a reminder to investigate the …
- 06:05 Ticket #3132 (cgCase of PrimAlts needs care in new codegen) closed by
- fixed: Fixed: […]
- 02:04 Ticket #3288 (GC assertion failure in reactive program) closed by
- duplicate: This bug turns out to be the same as #3288
- 01:56 Commentary/Compiler/UnusedImports edited by
- (diff)
- 01:48 Commentary/Compiler/UnusedImports created by
- 00:57 Ticket #3306 (Improve syntax for GADT + records) created by
- This …
06/16/09:
- 05:36 Ticket #2678 (hLookAhead + hSetBuffering = unsupported operation (Illegal seek)) closed by
- fixed: Works in HEAD. Added a test: […]
- 05:36 Ticket #3128 (hClose leaves file descriptor open if it fails) closed by
- fixed: Fixed: […] and a test: […]
- 05:13 Building/Using edited by
- (diff)
- 03:42 TypeFunctionsStatus edited by
- (diff)
- 03:10 Ticket #3270 (Stop using PackedString in template-haskell; drop packedstring as a ...) closed by
- fixed: Done. In template-haskell: […] And ghc: […]
- 02:32 TypeFunctionsStatus edited by
- (diff)
- 02:31 TypeFunctionsStatus edited by
- (diff)
- 01:58 Building/Using edited by
- (diff)
- 01:55 Building/Using edited by
- (diff)
06/15/09:
- 18:40 Ticket #3305 (panic message "impossible happened" loadobj: failed loading SOE packages ...) created by
- ghc v. 6.10 error trying to run main1 in SOE.Animation.lhs package. No …
- 07:18 Ticket #2811 (Unicode support for text I/O) closed by
- fixed: Done. […]
06/14/09:
- 18:17 Ticket #3304 (define gcd 0 0 = 0) created by
- Please make any comments on the libraries list by Tuesday 15th September …
- 14:53 Ticket #3303 (Allow multi-line deprecation messages.) created by
- Sometimes one line just isn't enough. There's two related issues, pretty …
- 11:19 Building/Platforms/Windows edited by
- (diff)
06/13/09:
- 22:22 Ticket #3302 (Where-clause environments for GHCi) created by
- Often in ghci I'd like to interactively debug and play with functions in …
- 22:02 Ticket #3301 (Update Haskeline) created by
- GHC 6.10.3 switched from readline/editline to …
- 17:44 Ticket #3300 (System.IO and System.Directory functions not Unicode-aware under Windows) created by
- Under Windows, System.Directory.getDirectoryContents seems to apply …
- 10:27 Ticket #3299 (Error building HEAD on OS X: missing gmp.h) created by
- I got a fresh tree from darcs of ghc+libraries, ran ./configure and …
06/12/09:
- 14:07 Ticket #3298 (Add swap to Data.Tuple) created by
- I think swap is a widely accepted name for the function. There is only …
- 06:43 Ticket #3297 (Compiler panic on incorrect code (TcTyFuns.flattenType: synonym family in ...) created by
- On the following code sample the compiler panics with: […] I found …
- 01:28 Building/GettingTheSources edited by
- Remove mentions of darcs-all --extra, which now doesn't exist (diff)
06/11/09:
- 16:02 WikiStart edited by
- (diff)
- 07:42 Ticket #3296 (mention also -RTS after stack overflow) created by
- a stack overflow is shown as follows: […] Maybe the usage message for …
- 07:39 Ticket #3291 ("Thread blocked indefinitely" kills the program despite being caught) closed by
- invalid: The GC determines which threads are blocked indefinitely: those that are …
06/10/09:
- 15:34 Ticket #3295 (Null deref by threaded runtime scheduler) created by
- Using ghc and runtime built from HEAD on Tuesday (although this has been …
- 14:58 Ticket #3294 (Large compilation time/memory consumption) created by
- When compiling the attached test case in the following way: […] You can …
- 13:43 Ticket #3293 (Implement shiftLInteger and shiftRInteger) created by
- Currently shift for Integer (in Data.Bits) is defined in terms of …
- 12:01 Ticket #3292 (Add an 'ignore' function to Control.Monad) created by
- See http://www.haskell.org/pipermail/libraries/2009-June/thread.html#11880 …
- 09:48 Ticket #3291 ("Thread blocked indefinitely" kills the program despite being caught) created by
- Perhaps this is just me misunderstanding the semantics of exceptions, but …
- 06:58 Ticket #3290 (Add Functor, Applicative, Monad, and Monoid instances for ParseResult) created by
- In the haskell-src package, add the following instances to ParseResult: …
- 01:51 Ticket #3285 ("PAP object entered" on executable with profiling) closed by
- duplicate: closing as duplicate after adding a note to #2197 - thanks for the report!
06/09/09:
- 19:24 Ticket #3289 (make -j3 (or make -j30) occasionally fails on 6.11) created by
- I've seen this a handful of times since the new build system was pushed. …
- 14:30 Ticket #3288 (GC assertion failure in reactive program) created by
- In the same vein as [ http://hackage.haskell.org/trac/ghc/ticket/3279 bug …
- 07:17 Ticket #3287 (Malformed LANGUAGE pragma causes GHC panic) closed by
- duplicate: Thanks for the report! See #3153
- 06:48 Ticket #3287 (Malformed LANGUAGE pragma causes GHC panic) created by
- Hi, I tried to compile file starting with {-# LANGUAGE …
- 06:26 Ticket #3286 (junk `naughty x86_64 register' after expression) created by
- This is a cut-down version of the hmm and logfloat packages on …
06/08/09:
- 05:21 Ticket #3285 ("PAP object entered" on executable with profiling) created by
- We're developing a tool that translates System Fc (GHC Core) to VHDL, and …
- 03:36 Ticket #3284 (ghc: panic! (the 'impossible' happened). RegAllocLinear.getStackSlotFor: ...) created by
- […] (Crypto 4.1.0)
- 01:07 Building/Troubleshooting edited by
- (diff)
- 01:05 Building/Troubleshooting edited by
- (diff)
06/07/09:
- 22:31 Ticket #3283 (Selective disabling of unused bind warnings) created by
- I like to compile with -fwarn-unused-binds to keep my code clean, but I …
- 14:15 Ticket #3282 (How to start an emacs editor within ghci asynchronously with :edit ...) created by
- Hi Haskell Team, if i set my editor to ":set editor emacs &" and - say- …
06/05/09:
- 22:26 Ticket #3281 (The order of arguments to the function passed to nubBy got swapped somehow) closed by
- duplicate
- 22:20 Ticket #3281 (The order of arguments to the function passed to nubBy got swapped somehow) created by
- According to the Report: […] Hence, we should have that […] However …
- 22:19 Ticket #3280 (The order of arguments to the function passed to nubBy got swapped somehow) created by
- According to the Report: […] Hence, we should have that […] However …
- 10:33 Ticket #3119 (Make ghc-6.10 use a non-executable stack (by bumping libffi)) closed by
- fixed: The HEAD now has 3.0.8 too.
- 09:06 Ticket #3279 (Segmentation fault in reactive program) created by
- Trying to debug reactive, I triggered what appears to be a GHC bug. To …
- 08:57 Ticket #2806 (Require bang-patterns for unlifted bindings) closed by
- fixed: Now completed, documented, and a test added. I've also opened #3278 to …
- 08:42 Building/Troubleshooting edited by
- (diff)
- 08:34 Building edited by
- (diff)
- 05:26 Ticket #3278 (Make lazy unlifted bindings an error) created by
- Remove Opt_WarnLazyUnliftedBindings, and turn the warnTc into an …
- 03:34 Ticket #3277 (ghc-6.8.2: panic! (the 'impossible' happened) RnEnv.lookupImportedName) created by
- […]
06/04/09:
- 19:24 Ticket #3276 (FilePath.addTrailingPathSeparator "" = "/") created by
- Since we often consider the filepath "" to be synonymous with ".", …
- 14:21 Ticket #3275 (ghc: panic! (the 'impossible' happened)) created by
- I downloaded the beta of the Haskell Platform installer from …
- 06:22 Ticket #3274 (Add System.FilePath.Cygwin) created by
- I propose we add the module System.FilePath.Cygwin to the filepath …
- 05:24 Ticket #3273 (memory leak due to optimisation) created by
- Short summary: The attached programs use lots of space when compiled with …
06/03/09:
- 14:08 GhcPapers edited by
- Correct link (diff)
- 14:02 ExplicitCallStack edited by
- Correct link (diff)
- 12:22 Commentary/Compiler/StgSynType edited by
- Update link to STG paper (diff)
- 02:08 Building/Preparation/Windows edited by
- (diff)
- 01:16 Building/Troubleshooting edited by
- remove a problem that was fixed (diff)
06/02/09:
- 21:34 Ticket #3272 (GHC panics when contexts are put late in function types) created by
- Here's a simple transcript from ghci: […]
- 14:36 Ticket #3271 (New methods for Data.Sequence) created by
- Data.Sequence is meant as a general-purpose implementation of finite …
- 09:51 Building/Using edited by
- (diff)
- 09:50 Building/Preparation/Windows edited by
- (diff)
- 09:46 Building edited by
- (diff)
- 08:36 Ticket #3186 (findExeutable does not respect order of search path on Windows) closed by
- fixed: Fixed: […] d'oh, I got the bug number wrong in the patch. Oh well. …
- 08:32 Ticket #2650 (Child processes always unwantedly inherit Handles on Windows) closed by
- fixed: Fixed: […] I think this part of the bug is much more unlikely to …
- 08:28 Ticket #3241 (System.Win32.Registry - incorrect length calculation in regSetStringValue) closed by
- fixed: Fixed: […]
- 06:40 Ticket #3265 (Type operators can be defined without the TypeOperators extension flag) closed by
- fixed: Quite right thanks. Fixed by […] Simon
- 05:47 Ticket #3253 (validate failure (GCC warning)) closed by
- fixed: Fixed: […]
06/01/09:
- 08:47 Ticket #3269 (Stop using PackedString in template-haskell; drop packedstring as a ...) closed by
- duplicate
- 08:46 Ticket #3270 (Stop using PackedString in template-haskell; drop packedstring as a ...) created by
- The packedstring library has been superseded by the bytestring and …
- 08:43 Ticket #3269 (Stop using PackedString in template-haskell; drop packedstring as a ...) created by
- The packedstring library has been superseded by the bytestring and …
- 07:37 Ticket #3268 (implement the Cabal ${pkgroot} spec extension) created by
- See the proposal for relative paths in installed package descriptions: …
- 06:25 Ticket #3247 (GHCI segfaults when per-thread stack size is larger than max stack size) closed by
- duplicate
- 05:19 Ticket #3256 (Extra EOT from NoBuffering mode in emacs) closed by
- invalid: As far as I can tell, this is not a bug in GHC. The same behaviour can be …
- 03:51 Status/SLPJ-Tickets edited by
- (diff)
- 03:09 Ticket #1346 (bootstrap from HC files) closed by
- fixed: Porting to a new platform is now working again: …
05/31/09:
- 12:44 Ticket #3267 (hasktags ctags output enhancement) created by
- Modified version of hasktags which handle : - output redirection (-o …
05/30/09:
- 07:49 Ticket #3266 (Segment fault with WxHaskell and GHC 6.10.2) created by
- When i compile this very simple program : […] and that I run it with …
05/29/09:
- 07:32 Ticket #3265 (Type operators can be defined without the TypeOperators extension flag) created by
- The following code is accepted without any extension flags given: […] …
- 07:21 Ticket #3189 (Exception in canonicalizePath if path has national symbols) closed by
- fixed: Fixed. In directory: […] and Win32: […]
- 07:19 Building/Preparation/Windows edited by
- expand about python versions (diff)
- 05:57 Ticket #3218 (Proposal: System.Posix.fdReadBuf/fdWriteBuf) closed by
- fixed: pushed. […]
- 05:04 Ticket #3098 (loadObj: failed) closed by
- duplicate: closing as duplicate of #2973, it's been a couple of months since we asked …
- 05:01 Ticket #3264 (Real World Haskell book example issue) closed by
- duplicate: duplicate of #2973. Thanks for the report! (and the screenshot!)
- 03:30 Ticket #3156 (Error on +RTS kHugeNumber) closed by
- fixed: Fixed. There were a series of tweaks necessary to get this fully cleaned …
- 02:04 Ticket #3177 (support quasiquoting for types) closed by
- fixed: OK, I've added a couple of tests and am closing. Simon
- 01:56 Ticket #3259 (A module-local combinator using Control.Parallel.par behaves differently ...) closed by
- fixed: OK so after talking to Simon I indeed moved the exposure of lazy into …
- 01:52 Ticket #3262 (Identifiers beginning with _ should not be considered for shadowing) closed by
- fixed: Good idea. Done […] Simon
- 01:50 Ticket #3261 (Some warnings disappear with -Werror) closed by
- fixed: OK library patches pushed, so I'm closing this. Simon
- 00:52 Ticket #3257 (System.Exit.exitWith exits current thread, not program) closed by
- fixed: Fixed: […]
05/28/09:
- 09:18 IOManager edited by
- (diff)
- 08:56 Building/Using edited by
- (diff)
- 08:48 Building/Using edited by
- (diff)
- 08:45 Building edited by
- (diff)
- 06:32 Ticket #3248 (internal error: splitLargeBlog) closed by
- duplicate: Thanks for the report. Already reported as #3156
- 05:48 Ticket #3264 (Real World Haskell book example issue) created by
- load SimpleResult.hs from the chapter 5 of the book try to output alist …
- 05:46 Status/SLPJ-Tickets edited by
- (diff)
- 02:08 IOManager created by
- 01:00 Ticket #3013 (New simple GADT feature) closed by
- fixed: Good idea. Implemented (and documented) by […] Simon
- 00:59 Ticket #2953 (deriving Functor, Foldable, Traversable) closed by
- fixed: OK done […] Simon
05/27/09:
- 22:42 Ticket #3263 (Warnings for monadic values not used) created by
- I would like two warnings. The first -fwarn-unused-monad-bind: …
- 15:52 Ticket #3262 (Identifiers beginning with _ should not be considered for shadowing) created by
- The following program: […] Prints this warning (when compiled with, …
- 14:26 Ticket #3261 (Some warnings disappear with -Werror) created by
- With q.hs: […] I get: […]
- 12:29 Ticket #3163 (GADTs should not allow polymorphism in return type) closed by
- fixed: Done! The fix got mixed into a Template Haskell enhancement: […] …
- 12:17 Ticket #3221 (Incorrect "defined but not used" warning for data types using deriving) closed by
- fixed: Fixed by […] Simon
- 06:40 Building/Using edited by
- (diff)
- 00:08 Ticket #3260 (Linking stage2 on PPC gives "scattered reloc r_address too large") created by
- Linking the head stage2 compiler on PPC has been failing since about the …
05/26/09:
- 08:24 Ticket #3097 (Parser doesn't support doc comments on type aliases) closed by
- wontfix: We won't be merging non-essential fixes into the 6.10 branch any more.
- 08:24 Ticket #3126 (GHC needs to be more careful about pattern match order) closed by
- wontfix: We won't be merging non-essential fixes into the 6.10 branch any more.
- 08:24 Ticket #3153 (Panic on syntactically wrong LANGUAGE pragma) closed by
- wontfix: We won't be merging non-essential fixes into the 6.10 branch any more.
- 08:24 Ticket #1779 (unknown symbol `hs_hpc_module') closed by
- wontfix: We won't be merging non-essential fixes into the 6.10 branch any more.
- 08:23 Ticket #3151 (Hello World does not compile (missing Prelude?)) closed by
- fixed: This was built without the libffi dependency in 6.10.3.
- 06:58 ExplicitCallStack edited by
- (diff)
- 06:57 ExplicitCallStack edited by
- (diff)
- 02:43 Building edited by
- (diff)
05/25/09:
- 11:08 Ticket #3240 (Bad jump on PowerPC) closed by
- duplicate: I believe that this is a duplicate of #1845, so closing. Best regards …
05/24/09:
- 18:30 Ticket #3259 (A module-local combinator using Control.Parallel.par behaves differently ...) created by
- There's a moderately long thread@haskell-cafe discussing the problem at: …
- 14:59 Ticket #3258 (a.out file in ghc 6.10.3 package, under libraries/haskeline) closed by
- fixed: Now fixed in Haskeline's HEAD, with the following patch: […]
- 12:57 Ticket #3237 (Target binary-dist fails when building GHC with DPH) closed by
- fixed: Thanks for the report. The errors were actually only cosmetic, but worth …
- 12:51 Ticket #3229 (queued GHCi commands are not resume context specific) closed by
- wontfix: If I understand correctly, you are saying that in the "rv\n:continue" the …
- 11:42 Ticket #3209 (Use Levenshtein distance for unknown identifier errors) closed by
- duplicate: Thanks for the suggestion. I'm closing this ticket as a duplicate of …
- 10:59 Ticket #3258 (a.out file in ghc 6.10.3 package, under libraries/haskeline) created by
- Summary says it all, it seems to have snuck in there; maybe there's some …
- 09:47 Ticket #3142 (unix-2.3.2.0 needs base >= 4.1 in .cabal file) closed by
- fixed: Fixed: […]
- 09:46 Ticket #3172 (syb-0.1.0.1 doesn't require base >= 4 in its .cabal file) closed by
- fixed: Fixed: […]
- 09:45 Ticket #3141 (directory-1.0.0.3 needs base == 4.* in .cabal file.) closed by
- fixed: Fixed: […]
- 09:12 Ticket #3188 (instance Random for Data.Word) closed by
- wontfix: Thanks for the suggestion, Can you please make library submission for …
- 08:38 Ticket #3250 (can't build ghc-6.11: "Failed to load interface for `GHC'") closed by
- fixed: Fixed: […]
05/23/09:
- 22:09 Ticket #3257 (System.Exit.exitWith exits current thread, not program) created by
- The documentation for System.Exit is a bit ambiguous about what the …
- 15:51 Ticket #3141 (directory-1.0.0.3 needs base == 4.* in .cabal file.) reopened by
- Replying to igloo: > I'm afraid we don't support using …
- 13:39 Ticket #3196 (libHSffi_p.a should not be created when profiled libs are disabled) closed by
- fixed: Thanks for the patch; however, this is handled differently in the new …
- 13:29 Ticket #3159 (QSem fails with negative quantities) closed by
- fixed: I've documented the 0 minimum quantity.
- 13:21 Ticket #3164 (ghc: panic! (the 'impossible' happened) while building pandoc on a macbook) closed by
- duplicate: Closing this as a duplicate
- 12:53 Ticket #3141 (directory-1.0.0.3 needs base == 4.* in .cabal file.) closed by
- invalid: I'm afraid we don't support using bootlibs with older versions of GHC, …
- 11:33 Ticket #3249 (Unable to install Ghc packages by MacPorts) closed by
- duplicate: Thanks for the report. This is a duplicate of #2753, and will be fixed as …
- 11:23 Ticket #3242 (ghci: can't load .so/.DLL for: m (addDLL: could not load DLL)) closed by
- invalid: Thanks for the report. The hipmunk cabal file unconditionally says […] …
- 11:11 Ticket #3235 (ghci-6.10.3 can't be built with readline support) closed by
- wontfix: I agree that time would be better spent improving haskeline than trying to …
- 08:30 WikiStart edited by
- (diff)
- 06:34 Ticket #1717 (ghc-6.8 configure does not recognise 32bit userland on ppc64) closed by
- fixed: We now get the platform from the bootstrapping compiler's `ghc +RTS …
Note: See TracTimeline
for information about the timeline view.
