Timeline
07/30/09:
- 10:39 Ticket #3408 (idle GC causes large CPU usage if run more frequently than 1 second) created by
- I have a web server which exhibits unusual CPU usage. When it first starts …
- 08:40 Ticket #3407 (GHC.Prim documentation should mention GHC.Exts!) created by
- I had a real headache while learning to use unboxed types yesterday …
- 08:34 Ticket #3406 ('impossible' happened while messing around with ScopedTypeVariables) created by
- The attached bug.hs was an (incorrect) intermediate step on my way to …
- 07:31 Ticket #3405 (ghc: panic! FamInstEnv.pprFamInstHdr) created by
- I got this message during a compile: Appraisal/Account/XML.hs:1:0:ghc: …
- 03:22 Supercompilation edited by
- (diff)
- 02:06 Supercompilation edited by
- (diff)
07/29/09:
- 13:58 Ticket #3404 (Strictness analysis bug with Double) created by
- This program will overflow the stack, even when compiled -O to turn on …
- 13:49 Building/Preparation/Linux edited by
- typo (diff)
07/28/09:
- 14:01 Ticket #3403 (linear stack usage where constant stack usage expected) created by
- I would expect this program: […] to run through the input list in …
- 10:12 Supercompilation edited by
- (diff)
- 10:06 Supercompilation edited by
- (diff)
- 02:04 Ticket #3402 (internal error: ARR_WORDS object entered!) created by
- I got this while playing around with vacuum-cairo: […]
- 01:03 Ticket #3401 (unintuitive error message about unbalanced parentheses) closed by
- duplicate: See #999
07/27/09:
- 20:14 Ticket #3401 (unintuitive error message about unbalanced parentheses) created by
- A minimal test case is as follows: testFunc file = do let file1 = file) …
- 11:09 Ticket #3400 (OS X: ghc broken on Snow Leopard) created by
- I downloaded GHC-6.10.4-i386.pkg and installed it on a OS X 10.6 Snow …
- 10:19 Ticket #3399 (Generalize the type of Data.List.{deleteBy, deleteFirstsBy}) created by
- Better (more general) type signatures would be […] Example of why …
- 07:18 Ticket #3398 (Unicode output in GHC) created by
- Unicode output is somewhat broken in GHC as a whole. We should fix it …
- 06:41 Supercompilation edited by
- (diff)
- 06:18 Supercompilation edited by
- (diff)
- 04:55 Ticket #3385 (Compiling readline 1.0.1.0 on GHC 6.10.3 causes panic) closed by
- invalid: Replying to gparent: > I'm sorry, I didn't phrase this …
- 01:05 Supercompilation edited by
- (diff)
07/26/09:
- 13:34 Ticket #3168 (Unhelpful error message about "hidden" packages) closed by
- fixed: Now fixed: […] You only get this extra cabal hint if …
- 12:10 Ticket #3389 (CPP strips out C-style comments) reopened by
- At least my version of cpp (GNU cpp on Mac OS X 10.5) claims to have …
- 10:23 Ticket #3397 (:step hangs when -fbreak-on-exception is set) created by
- Stepping through code (that I can step through fine when …
- 08:45 Ticket #2800 (deprecated OPTIONS flag warnings generated during dep chasing?) closed by
- wontfix: The only reason putting -fno-warn-deprecated-flags in the Cabal file …
- 08:12 Ticket #2561 (Using "ITstring !FastString" in Lexer.x goes wrong (internal error: ...) closed by
- fixed: I can't reproduce this in the HEAD.
- 05:14 Supercompilation edited by
- (diff)
- 05:09 Ticket #3396 (Parsing LANGUAGE pragma causes GHC panic) closed by
- fixed: Thanks for the report. Happily, this is already fixed in the HEAD: […]
- 04:30 Ticket #3396 (Parsing LANGUAGE pragma causes GHC panic) created by
- Parsing LANGUAGE pragma like this (notice the '*'): […] causes: …
07/25/09:
- 12:59 Ticket #2608 (Direct support for unit tests in Cabal) closed by
- invalid: Closing in favour of the Cabal tickets.
- 12:29 Ticket #2951 (Add support for amd64-solaris2 platform) closed by
- fixed: GHC now builds for the platform of the bootstrapping compiler, so this bug …
- 12:19 Ticket #2995 (ghc -Wall does not complain about unnecessary data constructor imports) closed by
- fixed: This module: […] now gives: […] in the HEAD.
- 11:50 Ticket #311 (gmp's memory management) closed by
- fixed: It is now possible to build GHC with a pure Haskell Integer library, so …
- 11:40 Ticket #3395 (Template Haskell crashes) closed by
- fixed: Thanks for the report. This represents […] i.e. it generates incorrect …
- 10:22 Ticket #3395 (Template Haskell crashes) created by
- The following fragment: […] when loaded gives: […]
- 08:31 Supercompilation edited by
- (diff)
- 08:31 Supercompilation edited by
- (diff)
- 06:14 Supercompilation edited by
- (diff)
07/24/09:
- 13:07 WikiStart edited by
- (diff)
- 10:58 Ticket #2210 (ghci gets into weird state if loading a module with a bad LANGUAGE pragma) closed by
- fixed: This is fixed in the HEAD: […]
- 10:55 Ticket #2006 (unreachable GADT pattern clauses show up as warnings with -Wall) closed by
- fixed: Fixed by: […]
- 10:47 Ticket #2211 (Installing latest GHC-6.8.2 stable: pwd with floating point exception) closed by
- invalid: We don't have a way to keep this info up-to-date, and I think incorrect …
- 10:33 Ticket #1868 (Exception fails all exception predicates) closed by
- wontfix: I'm going to close this ticket. To fix it properly we would need a library …
- 10:19 Ticket #1653 (GHCi ':set' completion does not list all options) closed by
- fixed: This is now done in the HEAD.
- 09:47 Ticket #2610 (File permission-related proposals) closed by
- fixed: These are now #3393, #3392 and #3394 respectively.
- 09:47 Ticket #3394 (Make Permissions type abstract) created by
- This task is to make a proposal to make the portable Permissions type …
- 09:43 Ticket #3393 (Add openFileTemplate, openBinaryFileTemplate to System.IO) created by
- In System.IO, openTempFile and openBinaryTempFile mask the file …
- 08:30 Ticket #3392 (export copyPermissions from System.Directory) created by
- […] (currently an internal function) should be exported from …
- 03:11 Building/Troubleshooting edited by
- (diff)
- 01:34 TypeFunctionsStatus edited by
- (diff)
- 01:31 Ticket #3385 (Compiling readline 1.0.1.0 on GHC 6.10.3 causes panic) reopened by
- I downloaded the readline package from that URL, and it doesn't seem to …
- 00:40 Ticket #3273 (memory leak due to optimisation) closed by
- duplicate: OK, so the conclusion seems to be that, while this case is more …
07/23/09:
- 09:08 Ticket #3391 (Generics compilation failure in combination with Data.Accessor deriving) closed by
- fixed: Good stuff. Fixed by […] Thanks for the report Simon
- 09:04 Ticket #3385 (Compiling readline 1.0.1.0 on GHC 6.10.3 causes panic) closed by
- invalid: Replying to simonmar: > Remember the hi-file problem only …
- 08:05 Ticket #3391 (Generics compilation failure in combination with Data.Accessor deriving) created by
- When trying to compile (using my latest build: 6.11.20090722) a file with …
- 07:00 Ticket #3137 (ghc 6.10.2 fails to compile on Mac OS X Leopard) closed by
- fixed: Thanks for testing; sounds like the problem is fixed.
- 06:35 Ticket #3111 (Can't find DPH) closed by
- fixed: As dph is now always built with GHC, there will not be an error due to it …
- 06:29 Ticket #3389 (CPP strips out C-style comments) closed by
- invalid: As I understand it, there's no way we can stop cpp doing this, so I'm …
- 06:22 Commentary/Compiler/RecompilationAvoidance edited by
- (diff)
- 06:22 Ticket #3131 (GHC stops after a single 'defined but not used' warning) closed by
- worksforme: No response from submitter, and I can't reproduce this with either 6.10.1 …
- 06:17 Ticket #3012 (A little deriving for GADTs) closed by
- fixed: OK it's done […] Simon
- 05:49 Commentary/Libraries edited by
- (diff)
- 05:43 Ticket #3377 ([Patch] Support Python-style tuple sections) closed by
- fixed: OK, it's done. Thanks to Max for doing the first version. […]
- 05:42 Ticket #3193 (line number for GADT type error is very inaccurate) closed by
- fixed: I'm nearly certain I have fixed this bug: […] Simon
- 05:40 Building/Troubleshooting edited by
- (diff)
- 05:16 Status/SLPJ-Tickets edited by
- (diff)
- 03:40 Ticket #3390 (Upgrade the Windows build to use gcc 4.4.0) created by
- Apparently there is breakage when using gcc 4.4.0 to build on Windows (not …
- 03:02 Supercompilation edited by
- (diff)
- 01:03 Supercompilation edited by
- (diff)
- 01:03 Supercompilation edited by
- (diff)
- 01:02 Supercompilation edited by
- (diff)
07/22/09:
- 10:56 Ticket #3389 (CPP strips out C-style comments) created by
- The following code fails to compiler with `y` not in scope: […] …
- 09:05 Ticket #3293 (Implement shiftLInteger and shiftRInteger) closed by
- fixed: shiftLInteger and shiftRInteger are now implemented. I've opened #3388 …
- 09:05 Milestone 6.10 branch completed
- [ http://hackage.haskell.org/trac/ghc/query?status=new&status=assigned&statu …
- 09:04 Ticket #3388 (mkIntegerExpr could use bit operations rather than plus/times for making ...) created by
- mkIntegerExpr in coreSyn/MkCore.lhs could use bit operations rather …
- 09:03 Ticket #3325 (ghci debugger sometime doesn't notice that Integers are Integers) closed by
- fixed: This got fixed during the latest Integer reshuffle
- 03:56 Ticket #366 (incomplete patterns and GADT) closed by
- fixed: I have not done the full overhaul envisaged by #595, but it turned out to …
- 01:53 Ticket #3387 (Provide a CInt instance for unboxed arrays) closed by
- invalid: Thanks for the explanation. Closed.
07/21/09:
- 23:04 Ticket #3382 (Panic in tidyNPat when using N+k patterns with overloaded strings) closed by
- fixed: Ah yes, excellent point. Fixed by […] thanks Simon
- 09:16 Supercompilation edited by
- (diff)
- 01:39 Ticket #1895 (Allow aliases in GHCi module imports) closed by
- duplicate: closing to merge with #2362
07/20/09:
- 13:32 Ticket #3387 (Provide a CInt instance for unboxed arrays) created by
- Would it make sense to provide a CInt (and perhaps CLong, etc.) …
- 11:28 Ticket #3386 (RegAllocLinear.getStackSlotFor: out of stack slots, try -fregs-graph) created by
- Using ghc 6.10.4, I tried to install the crypto lib (version 4.1.0) via …
- 06:36 Supercompilation edited by
- (diff)
- 03:50 Ticket #288 (amd64-FreeBSD-5.3 port?) closed by
- fixed: GHC works on x86_64-*-freebsd (see Platforms)
- 02:57 Supercompilation edited by
- (diff)
07/19/09:
- 13:40 Ticket #3385 (Compiling readline 1.0.1.0 on GHC 6.10.3 causes panic) created by
- Compiling readline 1.0.1.0 from source using GHC 6.10.3 causes the …
- 13:08 Ticket #1911 (-w doesn't turn off nullModuleExport) closed by
- fixed: Andrea, sorry for overlooking your patch for so long; I tend not to look …
- 13:01 Ticket #1966 (Incorrect Outputable instance for InstDecl) closed by
- fixed: I've opened #3384 for the regression tests.
- 13:00 Ticket #3384 (Add HsSyn prettyprinter tests) created by
- Add HsSyn? prettyprinter tests. See #1966 for some discussion.
- 11:03 Ticket #1647 (Using -fdicts-strict flag causes Core Lint error) closed by
- fixed: I can no longer reproduce this with the HEAD.
- 10:56 Ticket #1324 (threadDelay can't handle long times) closed by
- wontfix: If you would like to propose changing the interface, please use the …
- 10:15 MultipleLinkerInstances created by
- 09:11 Ticket #2669 ("index out of range" error message regression) closed by
- fixed: Fixed by these patches in array and base: […]
- 09:10 Ticket #2120 (Arrays allow out-of-bounds indexes) closed by
- fixed: Fixed by these patches in array and base: […]
- 07:10 Supercompilation edited by
- (diff)
- 05:52 Ticket #2051 (-hide-package doesn't allow hiding uninstalled package) closed by
- fixed: It looks like -ignore-package dataenc already does what you want, so I'm …
- 01:37 Ticket #3383 (Confluent type family instances confuse the solver) closed by
- worksforme: This bug has already been fixed in the HEAD.
07/18/09:
- 16:14 Ticket #3383 (Confluent type family instances confuse the solver) created by
- While attempting to define integer arithmetic using type families, I …
- 15:40 Ticket #3382 (Panic in tidyNPat when using N+k patterns with overloaded strings) created by
- Spotted this while reading the source code to tidyNPat. It looked dubious …
- 12:18 Ticket #3289 (make -j3 (or make -j30) occasionally fails on 6.11) closed by
- fixed: The problem is that both […] used (and cleaned) the same […] …
- 09:35 Supercompilation edited by
- (diff)
- 05:49 Ticket #3381 (PROPOSAL: Remove Control.OldException) created by
- We included Control.OldException in base to help people trying to remain …
07/17/09:
- 17:40 Ticket #3380 ([Patch] Support implicit concatenation in list comprehensions) created by
- Using the -XImplicitConcatListComp option turns on implicit concatenation …
- 17:21 Ticket #3206 (Redhat EL 5 ghc-6.8.3: internal error: getMBlock: mmap: Permission ...) closed by
- worksforme: No response, so closing.
- 16:16 Ticket #3088 (have ghc-pkg print less useless info when registering) closed by
- fixed: ghc-pkg now has a verbosity flag, and at verbosity level 0 it won't print …
- 16:11 Ticket #3041 (Arch independent binary representations) closed by
- fixed: I've made Int's get serialized as Int64, and opened #3379 for making GHC …
- 16:11 Ticket #3379 (GHC should use the standard binary package) created by
- GHC should use the standard binary package, rather than reimplementing its …
- 15:51 Ticket #3378 ([Patch] Make 'group' into a special ID when TransformListComp is on) created by
- […] Take it or leave it :). Probably a win in practice.
- 15:45 Ticket #2270 (gcd is specialised only for Int) closed by
- duplicate: Closing, as this ticket is subsumed by #3055.
- 15:45 Ticket #3051 (Add product/sum/maximum/minimum specialisations for more atomic types) closed by
- duplicate: Closing, as this ticket is subsumed by #3055.
- 15:37 Ticket #3377 ([Patch] Support Python-style tuple sections) created by
- Support Python-style tuple sections: […] The attached patches …
- 09:06 Ticket #3346 (Strange and incorrect type error when using rewrite rules with type ...) closed by
- fixed: You are right, that is bogus. Fixed by […] There was special handling …
- 07:12 Ticket #1817 (Should be possible to specify pragmas with mixed case) closed by
- fixed: Applied, thanks!
- 05:07 Ticket #3306 (Improve syntax for GADT + records) closed by
- fixed: In fact I'd even committed that patch, so I declare this done: […] …
- 03:04 Building/Using edited by
- (diff)
- 03:02 Commentary/Packages edited by
- (diff)
- 02:23 Supercompilation edited by
- (diff)
- 01:57 Supercompilation edited by
- (diff)
- 01:33 Supercompilation edited by
- (diff)
- 01:09 Supercompilation edited by
- (diff)
- 00:00 Milestone 6.10.4 completed
07/16/09:
- 09:21 Ticket #3376 (hpc and CPP don't mix on Windows) created by
- Originaly reported by Dominic Steinitz here: …
- 03:03 Commentary/Compiler/RecompilationAvoidance edited by
- (diff)
07/15/09:
- 19:38 Ticket #3375 (Add a command-line option to the darcs-all script to specify the darcs ...) created by
- The darcs-all script currently assumes that it is being run from the …
- 06:32 Ticket #3337 (Proposal: expose Unicode and newline translation from System.IO) closed by
- fixed: Done. […]
- 00:05 Supercompilation edited by
- (diff)
07/14/09:
- 18:48 Ticket #3374 (Profiling libraries are not installed) created by
- When building GHC from source, profiling libraries are created as …
- 15:31 Ticket #3373 (GHC API is not thread safe) created by
- There are some items of global state (the NameCache and the …
- 15:25 Ticket #3372 (Allow for multiple linker instances) created by
- Right now there is only one RTS linker with a single symbol table.This …
- 10:48 Ticket #2998 (Expose the internals of the network library to make it more extensible) closed by
- fixed: tibbe says that this has been done now, with .Internal.
- 10:42 Ticket #3263 (Warnings for monadic values not used) closed by
- fixed: Warnings in the GHC build now all fixed.
- 10:40 Ticket #3347 (Add flag to prevent generation of import libraries on Windows) closed by
- fixed: Patch applied (rerecorded to avoid conflict); thanks!
- 10:40 Ticket #3368 (Deriving Foldable doesn't work) closed by
- fixed: Patches applied, thanks!
- 09:04 Supercompilation edited by
- (diff)
07/13/09:
- 22:35 TypeFunctionsStatus edited by
- (diff)
- 22:34 Ticket #3272 (GHC panics when contexts are put late in function types) closed by
- fixed
- 21:34 TypeFunctionsStatus edited by
- (diff)
- 09:10 Ticket #3371 (Spurious "Defined but not used" when using record wildcards) created by
- Code such as […] produces "defined but not used" warnings for both a …
- 08:38 Ticket #3274 (Add System.FilePath.Cygwin) closed by
- wontfix: Some people thought it was a good idea. There was discussion of how to …
- 04:00 Ticket #3343 (make 2 doesn't seem to work as documented) closed by
- worksforme: Please re-open if the problem is something other than running "make 2" …
- 03:31 Ticket #3369 (Deadlock sending stdin to a process which does not read it) closed by
- invalid: This was hard to reproduce today, and I'm no longer sure its mac-specific. …
- 03:05 Ticket #3313 (Uncertain bug report (panic!)) closed by
- duplicate: duplicate of #2881
- 03:02 Status/Releases edited by
- (diff)
07/12/09:
- 14:16 Ticket #3315 (Add generalised "lookup" function) closed by
- wontfix: Please see http://www.haskell.org/haskellwiki/Library_submissions for how …
- 14:08 EventLog edited by
- (diff)
- 14:06 EventLog edited by
- (diff)
- 14:06 EventLog edited by
- (diff)
- 14:05 EventLog edited by
- (diff)
- 14:03 EventLog edited by
- (diff)
- 14:01 EventLog edited by
- (diff)
- 12:44 Ticket #3302 (Where-clause environments for GHCi) closed by
- fixed: Thanks dherington. Closing the ticket as this is already possible.
- 09:49 Ticket #3267 (hasktags ctags output enhancement) closed by
- invalid: hasktags is no longer part of the GHC distribution. It now has its own …
- 09:00 Ticket #3242 (ghci: can't load .so/.DLL for: m (addDLL: could not load DLL)) closed by
- invalid: I'm afraid I don't know how to do this on Windows, but I still don't see a …
- 08:05 Supercompilation edited by
- (diff)
- 04:10 Supercompilation edited by
- (diff)
- 01:11 Ticket #3359 (Build failed: "Could not find module `MachOp'" on 64bit Linux w/ GHC ...) closed by
- worksforme: Deleting leftover files fixed this.
07/11/09:
- 16:28 Ticket #3284 (ghc: panic! (the 'impossible' happened). RegAllocLinear.getStackSlotFor: ...) closed by
- duplicate: Thanks for the report. This is a duplicate of #2790.
- 15:38 Ticket #3277 (ghc-6.8.2: panic! (the 'impossible' happened) RnEnv.lookupImportedName) closed by
- fixed: I'm afraid we are no longer porting fixes back to the 6.8 branch, no. …
- 14:49 Ticket #3370 (Put DiffArray in its own diffarray package) created by
- DiffArray currently has serious performance problems (see #2727), and is …
- 14:08 Ticket #3369 (Deadlock sending stdin to a process which does not read it) created by
- This code writes some standard input to a command and collects the output: …
- 12:03 Ticket #1792 (-ddump-minimal-imports breaks qualified imports (import...as)) closed by
- fixed: Fixed by: […]
- 11:35 Ticket #2267 (Bogus "unused import" warning) closed by
- fixed: Fixed by: […]
- 11:32 Ticket #1148 (Bad warnings about unused imports that are in fact needed) closed by
- fixed: Fixed by: […]
- 11:28 Ticket #1074 (-fwarn-unused-imports complains about wrong import) closed by
- fixed: Fixed by […]
- 11:14 Ticket #3312 (no darcs and no VERSION file) closed by
- invalid: I believe that zooko is unstuck now that source dists are working again. …
- 11:04 Supercompilation edited by
- (diff)
- 11:04 Ticket #3301 (Update Haskeline) closed by
- fixed: The Fedora kaya package will need to depend on a Fedora Haskell editline …
- 11:02 Supercompilation edited by
- (diff)
- 09:25 Ticket #3365 (Bug in GHCi, 'impossible' happened) closed by
- duplicate: Thanks for the report. This is a duplicate of #789.
- 09:24 Ticket #3366 (Bug in GHCi, 'impossible' happened) closed by
- duplicate: Duplicate of #3365.
- 09:23 Ticket #3367 (syntax error in LANGUAGE pragma -- getOptions'.parseLanguage(1) went past ...) closed by
- fixed: Thanks for the report. Happily, the fix for the other recently-reported …
- 09:04 Ticket #3242 (ghci: can't load .so/.DLL for: m (addDLL: could not load DLL)) reopened by
- Hello, igloo! I'm Hipmunk's maintainer and it has been almost two months …
- 06:32 Supercompilation edited by
- (diff)
- 06:30 Supercompilation edited by
- (diff)
- 06:14 Ticket #3368 (Deriving Foldable doesn't work) created by
- I was trying out the Foldable deriving in GHC HEAD (see ticket #2953). …
- 05:27 Ticket #3348 (crash in gc with > 2 generations) closed by
- fixed: Merged
- 04:14 Ticket #3367 (syntax error in LANGUAGE pragma -- getOptions'.parseLanguage(1) went past ...) created by
- the following program is sufficient to produce this error: […] the …
- 00:55 Ticket #3366 (Bug in GHCi, 'impossible' happened) created by
- I have just created file with following contents: […] I have got this …
- 00:55 Ticket #3365 (Bug in GHCi, 'impossible' happened) created by
- I have just created file with following contents: […] I have got this …
07/10/09:
- 06:47 Commentary/Packages edited by
- (diff)
- 06:44 Commentary/Packages edited by
- (diff)
- 06:19 Ticket #3364 (calling "ghc -H" panics) created by
- Calling with only the argument "-H" GHC panics: […] Same for `ghci …
- 05:41 Ticket #3363 (ghc: panic installing darcs-beta) closed by
- invalid: Thanks for the report. This is a bug in the Haskell Platform package for …
- 05:39 Ticket #3361 (GHC panic with 64 bit kernel: Int64 truncated to fit in 32 bit Int) closed by
- invalid: closing as requested. If you think this is something we could have / …
- 04:00 Commentary/Packages edited by
- (diff)
- 03:49 Commentary/Packages edited by
- (diff)
- 00:09 TypeFunctionsStatus edited by
- (diff)
- 00:06 TypeFunctionsStatus edited by
- (diff)
- 00:05 TypeFunctionsStatus edited by
- (diff)
- 00:03 Ticket #2203 (TFs in class instances heads) closed by
- fixed
07/09/09:
- 21:37 TypeFunctionsStatus edited by
- (diff)
- 21:30 TypeFunctionsStatus edited by
- (diff)
- 20:30 Ticket #3363 (ghc: panic installing darcs-beta) created by
- I've just tried to install darcs using cabal install darcs-beta, and …
07/08/09:
- 11:46 Ticket #3301 (Update Haskeline) reopened by
- I'm the maintainer of kaya and have to complaint, that the build of this …
- 02:05 Supercompilation edited by
- (diff)
07/07/09:
- 22:45 Status/Releases edited by
- (diff)
- 20:29 Ticket #3362 (Adding a newtype EndoCategory to Control.Category) created by
- I suggest adding a wrapper to make (a x x) a Monoid for any …
- 13:43 Ticket #3361 (GHC panic with 64 bit kernel: Int64 truncated to fit in 32 bit Int) created by
- Reloading xmonad configuration i get ugly X window with this text: Error …
- 08:57 Ticket #3360 (Add profiling support to GHCi) created by
- It would be nice if GHCi could be run with profiling on. In …
- 08:43 WikiFormatting edited by
- Add an outline thingy (diff)
- 08:33 Commentary/Packages edited by
- (diff)
- 06:11 Supercompilation edited by
- (diff)
- 03:32 Commentary/Packages created by
- 03:02 Commentary edited by
- Add a commentary section for packages (diff)
- 02:56 Ticket #3228 (please make it easier to remove a file from the GHC sources) closed by
- fixed: I'm claiming I've now fulfilled this request. […] So to remove a file …
- 02:21 Ticket #3357 (ghc panic) closed by
- duplicate: Thanks for the report. This is a duplicate of #789
- 01:50 Ticket #3344 (request earlier and more perspicuous detection of tab characters in ...) closed by
- fixed: Done […]
07/06/09:
- 23:28 Ticket #3359 (Build failed: "Could not find module `MachOp'" on 64bit Linux w/ GHC ...) created by
- […] […]
- 22:57 TypeFunctionsStatus edited by
- (diff)
- 22:56 Ticket #2677 (Detection of TF instance conflict depends on instance order) closed by
- fixed
- 20:25 Ticket #3358 (ghc panic) closed by
- duplicate
- 20:25 Ticket #3358 (ghc panic) created by
- Running "ghci 67.hs" from the command line caused the following crash. …
- 20:21 Ticket #3357 (ghc panic) created by
- I ran "ghci 67.hs" from the command line, and got the following crash. …
- 18:21 TypeFunctionsStatus edited by
- (diff)
- 13:16 Ticket #3356 ({-# LANGUAGE NoTraditionalRecordSyntax #-} to disable the current record ...) created by
- I want to get the current record syntax demoted to an extension in …
- 07:48 Ticket #2197 (GHCi doesn't work when built with way=p) closed by
- fixed: Fixed (as in, we get a good error message. GHCi still does not work when …
- 04:52 Commentary edited by
- (diff)
- 04:34 TemplateHaskell/Conversions edited by
- (diff)
- 03:44 Commentary/Compiler/Renamer edited by
- (diff)
- 03:43 Commentary/Compiler edited by
- (diff)
- 01:55 Ticket #3355 (Refactor Template Haskell syntax conversions) created by
- On Commentary/Compiler/TemplateHaskell? there is a proposed …
- 01:53 TemplateHaskell/Conversions created by
07/05/09:
- 12:10 Ticket #3354 (binaries built with GHC on Mac OS X 10.5 (Leopard) do not work on 10.4 ...) created by
- It seems that binaries (at least those linked with the threaded runtime) …
- 09:03 Ticket #2793 (CLDouble is nothing like a long double) closed by
- fixed: I've removed GHC's CLDouble pretense, and opened #3353 "Add CLDouble …
- 09:02 Ticket #3353 (Add CLDouble support) created by
- The FFI spec says that we should support CLDouble, but we don't (#2793).
- 07:14 Ticket #3352 (Data.Word should define instances of Random for each type) created by
- I'm forwarding Debian bug http://bugs.debian.org/533022 for your …
- 05:22 Ticket #3351 (Generated ghc man page missing xrefs) created by
- The man page for ghc is generated from xml files. Currently, this ignores …
- 01:18 Supercompilation edited by
- (diff)
07/04/09:
- 16:56 Ticket #3350 (GHC doesn't compile on Mac OS X 10.4 (Tiger) via MacPorts) created by
- Executed "sudo port install ghc". Began installing version 6.10.3. Got …
- 14:36 Commentary/PrimOps edited by
- notes on adding new foreign out-of-line primops (diff)
- 14:08 Commentary/PrimOps edited by
- document foreign import prim (diff)
- 10:44 Supercompilation edited by
- (diff)
- 10:42 Supercompilation edited by
- (diff)
- 10:11 Ticket #3299 (Error building HEAD on OS X: missing gmp.h) closed by
- fixed: Great, thanks
- 07:31 Ticket #3349 (poor responsiveness of ghci) created by
- With lots of garbage created during an interactive session, pauses for gc …
- 07:16 Ticket #3348 (crash in gc with > 2 generations) created by
- using ghci from binary distribution built w/mingw command line arguments …
- 05:31 Ticket #3301 (Update Haskeline) closed by
- fixed: I've merged all the changes from the upstream haskeline repo into our …
- 05:20 Ticket #3342 (splitTyConApp panic when using view patterns) closed by
- fixed: Merged.
07/03/09:
- 12:32 Ticket #3347 (Add flag to prevent generation of import libraries on Windows) created by
- The import libraries generated when you use the -shared option to generate …
- 05:36 Ticket #3346 (Strange and incorrect type error when using rewrite rules with type ...) created by
- The following code […] gives the compilation error with GHC …
- 05:16 Supercompilation edited by
- (diff)
- 05:01 Ticket #3345 (Support reading .a files in GHCi to reclaim some disk space) created by
- Currently, Cabal builds two code files for every libary it installs: …
- 01:49 Building/Using edited by
- add info about FAST=YES (diff)
07/02/09:
- 15:56 Ticket #3344 (request earlier and more perspicuous detection of tab characters in ...) created by
- It turns out that if there is a tab character in …
- 08:38 Status/SLPJ-Tickets edited by
- (diff)
- 06:14 TypeFunctionsStatus edited by
- (diff)
- 06:12 Status/SLPJ-Tickets edited by
- (diff)
- 02:53 TypeFunctionsStatus edited by
- (diff)
- 02:53 Ticket #3197 (disambiguating type family instances with qualified names not possible) closed by
- fixed: I fixed the bug, and I also permitted type families with no indices. I …
- 02:08 Supercompilation edited by
- (diff)
- 00:39 Supercompilation edited by
- (diff)
- 00:09 Supercompilation edited by
- (diff)
- 00:09 Supercompilation edited by
- Status update for end of June. (diff)
07/01/09:
- 22:57 Ticket #3343 (make 2 doesn't seem to work as documented) created by
- The guide to the new build system claims, under the …
- 16:15 Ticket #3342 (splitTyConApp panic when using view patterns) created by
- Here is a sample program that makes ghci panic with the following message: …
- 14:29 Building/MacOSX edited by
- (diff)
- 11:39 Ticket #3341 (encoding errors could be handled better) created by
- With the new Unicode I/O library, using the following program …
- 05:48 Building/Using edited by
- (diff)
- 05:40 Commentary/Compiler/UnusedImports edited by
- (diff)
- 05:36 Commentary/Compiler/UnusedImports edited by
- (diff)
- 05:26 Commentary/Compiler/UnusedImports edited by
- (diff)
- 05:24 Commentary/Compiler/UnusedImports edited by
- (diff)
- 05:23 Commentary/Compiler/UnusedImports edited by
- (diff)
- 05:16 Commentary/Compiler/UnusedImports edited by
- (diff)
- 05:16 Ticket #3340 (Better defaults for parallel GC settings) created by
- The parallel GC settings should default to something sensible in 6.12.1. …
- 03:37 Ticket #454 (hPutBuf doesn't respect LineBuffering) closed by
- fixed: The new IO library now treats LineBuffering like NoBuffering in …
06/30/09:
- 15:08 Status/Releases edited by
- mention user guide for shared libs (diff)
- 15:07 Status/Releases edited by
- tasks for shared libs (diff)
- 14:36 Ticket #3339 (Data.Monoid: Add (<>) as a synonym for mappend) created by
- This proposal was, I think, originally suggested by Jules Bean. The idea …
- 11:38 Ticket #3338 (Revert to old key bindings in ghci) closed by
- fixed: Thanks for the report! We've already added those bindings in the …
- 09:37 Ticket #3338 (Revert to old key bindings in ghci) created by
- As of GHC 6.10.3, ghci uses Haskeline. Some of the key bindings that …
- 06:44 Status/Releases edited by
- (diff)
- 06:43 Status/Releases edited by
- (diff)
- 06:41 Status edited by
- (diff)
- 06:40 Status/GHC-6.10 created by
- 04:57 Ticket #3337 (Proposal: expose Unicode and newline translation from System.IO) created by
- For the proposed new additions, see: * …
- 03:07 Ticket #3045 (GHCI Crashes Under Windows when loading compiled code) closed by
- duplicate: No response; closing as dup of #2973
- 03:01 Ticket #2833 (internal error: throwTo: unrecognised why_blocked value) closed by
- fixed: No response; closing as fixed.
- 02:59 Ticket #3254 (add a configure option to turn off profiling) closed by
- wontfix
- 02:50 Ticket #2970 (detecting readline in top-level ./configure is no guarantee of readline ...) closed by
- wontfix: we're using haskeline now.
- 02:06 Ticket #3300 (System.IO and System.Directory functions not Unicode-aware under Windows) closed by
- fixed: These changes are now complete. libraries/Win32: […] …
Note: See TracTimeline
for information about the timeline view.
