Timeline
08/13/09:
- 18:32 TypeFunctionsStatus edited by
- (diff)
- 09:56 Ticket #2977 (Install phase fails when using --enable-shared) closed by
- fixed: --enable-shared is now the default in the HEAD on platforms that support …
- 09:53 Ticket #3007 (GHC seems to ignore the package name of modules imported with {#- SOURCE ...) closed by
- fixed: Fixed: […]
- 09:22 Ticket #3409 (type variable out of scope in worker/wrapper transformation) closed by
- fixed: In fact it's as I said. Fixed by […] I checked that the original test, …
- 02:13 Ticket #3428 (Wrong pragma parsing) created by
- If I write the following code with pragma LANGUAGE and extension …
08/12/09:
- 15:37 Ticket #2285 (Solaris 9 build fails at stage2 with undefined symbol errors (for libm ...) closed by
- invalid: My understanding is that this isn't a GHC bug, and that with a recent …
- 15:13 Ticket #3173 (Install fails when using DESTDIR) closed by
- fixed: This now works with the new build system, in the HEAD.
- 13:39 Ticket #3082 (Unclear warning message: Attempting to re-export hidden constructors) closed by
- fixed: It looks like Simon's original fix has fixed the problem sufficiently, so …
- 13:05 Ticket #3303 (Allow multi-line deprecation messages.) closed by
- fixed: I've fixed the original issue: […] and filed the other one as #3427.
- 13:05 Ticket #3427 (control what sort of entity a deprecated pragma applies to) created by
- Originally reported as part of #3303. ---- It's annoying not being able …
- 08:42 Ticket #3200 (System.Environment.withProgName strips everything before the last slash) closed by
- wontfix: See #3199
- 08:42 Ticket #3199 (System.Environment provides no access to argv[0]) closed by
- wontfix: The report just says […] I suggest you make a …
- 07:57 Ticket #3179 (Linking unix package fails) closed by
- invalid: This looks like it is some kernel/libc mismatch, and thus not a GHC bug. …
- 07:29 Ticket #3124 (warning -F: directory name (/Users/me/Library/Frameworks) does not exist) closed by
- fixed: This sounds like it only applies to old bindists, so I'm closing the …
- 07:27 Ticket #3083 (Win32 package should bind SHGetFolderPath) closed by
- wontfix: Can you please submit this as a …
- 07:18 Ticket #3089 (Sanity checker false positive (presumably)) closed by
- fixed: Aha, so OpenGL wasn't required after all. I've fixed this: […]
08/11/09:
- 16:49 Ticket #3216 (Terminal output in GHCi 10.3 on Mac OS X) closed by
- worksforme: No response from submitter, so closing.
- 15:49 Ticket #3139 (automate "cabal check" in ghc release process) closed by
- fixed: Fixed by: […]
- 08:29 Commentary/SourceTree edited by
- (diff)
- 06:13 Supercompilation edited by
- (diff)
- 05:22 GhcPapers edited by
- (diff)
- 05:19 GhcPapers edited by
- (diff)
- 05:18 GhcPapers edited by
- (diff)
- 05:17 GhcPapers edited by
- (diff)
- 05:17 GhcPapers edited by
- (diff)
- 05:16 GhcPapers edited by
- (diff)
- 05:12 GhcPapers edited by
- (diff)
- 04:07 GhcPapers edited by
- (diff)
- 04:00 Ticket #3426 (Misuse of SRC_HC_OPTS) created by
- Originally reported here: …
08/10/09:
- 09:47 Ticket #3421 (Iface Lint failure panic with HEAD ghc-stage1) closed by
- fixed: Urk. Thanks. Turned out be be a typo in TysPrim: […] I'm not going …
- 07:44 Ticket #3425 (compileToCoreModule: ghc: panic! (the 'impossible' happened)) created by
- The following code on GHCi […] causes a GHC Panic […] foo.hs is …
08/09/09:
- 13:07 Ticket #3378 ([Patch] Make 'group' into a special ID when TransformListComp is on) closed by
- fixed: I think a special ID makes sense, so I've applied these patches; thanks.
- 12:22 Ticket #3094 (Some GHC.* module should export word size and heap object header size) closed by
- fixed: Done: […]
- 09:37 Ticket #2395 ("Pattern match(es) are overlapped" warning with a single view pattern (ghc ...) closed by
- fixed: Thanks, patches applied.
- 07:00 Ticket #3392 (export copyPermissions from System.Directory) closed by
- fixed: Thread is here: …
- 07:00 Ticket #3393 (Add openFileTemplate, openBinaryFileTemplate to System.IO) closed by
- fixed: There was some discussion over naming. I've made this change, using the …
- 02:05 Ticket #3422 (No match in record selector Var.tcTyVarDetails) closed by
- duplicate
- 02:04 TypeFunctionsStatus edited by
- (diff)
- 02:00 TypeFunctionsStatus edited by
- (diff)
08/08/09:
- 16:52 Ticket #3135 (ext-core docs missing from web site) closed by
- fixed: Both done.
- 16:07 Ticket #3415 (Peculiar anomaly with record style data types and deriving Read) closed by
- invalid: Thanks for the report; however, this is not a bug. The …
- 15:58 Ticket #3400 (OS X: ghc broken on Snow Leopard) closed by
- fixed: Thanks for the report. This should be fixed by: […]
- 15:14 Ticket #3386 (RegAllocLinear.getStackSlotFor: out of stack slots, try -fregs-graph) closed by
- duplicate: Thanks for the report. This is a duplicate of #2790, so I'll close this …
- 10:31 Ticket #3424 (Corrupt executable when compiling large do block for List monad) created by
- For a program that like […] the compiler generates a program, that …
08/07/09:
- 22:58 Ticket #3423 (No match in record selector Var.tcTyVarDetails with ghc >= 6.10.2) created by
- This seems to have been introduced in 6.10.2: […] which fails with: …
- 22:58 Ticket #3422 (No match in record selector Var.tcTyVarDetails) created by
- See http://hpaste.org/fastcgi/hpaste.fcgi/view?id=7993#a7993 This also …
- 09:09 Ticket #3375 (Add a command-line option to the darcs-all script to specify the darcs ...) closed by
- wontfix: This patch broke things like […] so I've rolled it back. As we …
- 07:07 Ticket #3420 (Missing warning on duplicate import) closed by
- fixed: Thanks for the report. This warning's implementation has been overhauled …
- 02:35 Ticket #3421 (Iface Lint failure panic with HEAD ghc-stage1) created by
- A.hs: […] B.hs: […] Compiling them with "ghc-stage1 -dcore-lint …
- 02:06 Building edited by
- (diff)
- 02:05 Building/Windows edited by
- (diff)
08/06/09:
- 17:15 TypeFunctionsStatus edited by
- (diff)
- 10:24 Ticket #3420 (Missing warning on duplicate import) created by
- The following program does not give a warning: […] But this program …
- 08:59 Ticket #3419 (Incorrect "unnecessary import" warning) created by
- With the code: […] I get the warning: […] It seems like it's …
- 08:28 Ticket #3418 (Equality constraint causes ghc panic) created by
- I have the following module: […] Loading this in ghci results in …
- 07:18 Ticket #3417 (Data.Array.IO.hGetArray should be implemented.) created by
- This is a leftover from the IO library rewrite. Right now hGetArray …
- 07:08 Ticket #3416 (Make maximumBy strict on the contents of its list) created by
- maximumBy uses too much stack when working on long lists: […] Here's …
08/05/09:
- 15:39 Ticket #3415 (Peculiar anomaly with record style data types and deriving Read) created by
- -- Given this data type data Foo = Foo { foo :: Int } deriving (Read, …
- 06:44 Supercompilation edited by
- (diff)
- 05:29 Supercompilation edited by
- (diff)
- 03:11 Ticket #3402 (internal error: ARR_WORDS object entered!) closed by
- invalid
08/04/09:
- 23:11 Ticket #3414 (GHC does not configure with autoconf 2.64) closed by
- duplicate: Oops...somebody beat me to it...terribly sorry about that…
- 23:06 Ticket #3414 (GHC does not configure with autoconf 2.64) created by
- Lots of errors occur. Some stem from "dnl"s that cause "fi"s and "done"s …
- 08:05 Ticket #3381 (PROPOSAL: Remove Control.OldException) closed by
- fixed: Some people thought it is too soon to remove Control.OldException, so it …
- 03:36 Ticket #3413 (configure fails when generated with debian's autoconf 2.64-1 from unstable) created by
- when doing sh boot&&./configure on ghc-HEAD with latest patches with …
08/03/09:
- 14:56 Ticket #3135 (ext-core docs missing from web site) reopened by
- Link is borked again.
- 08:29 Ticket #3412 (the 'impossible' happened (expectJust chooseExternalIds)) closed by
- fixed
- 06:53 WorkingConventions/Darcs edited by
- (diff)
- 05:54 Building/GettingTheSources edited by
- (diff)
08/02/09:
- 20:14 TypeFunctionsStatus edited by
- (diff)
- 14:34 Ticket #3411 (Extra file in snapshots from HEAD branch) closed by
- fixed: Thanks for the report. Fixed by […]
- 13:11 Ticket #3412 (the 'impossible' happened (expectJust chooseExternalIds)) created by
- This module fails to compile with ghc head (with optimizations and using a …
- 11:35 Ticket #3411 (Extra file in snapshots from HEAD branch) created by
- There seems to be a some problem with the script that builds the HEAD …
- 09:47 Ticket #2781 (Install permissions broken) closed by
- fixed: Should all be fixed by: […]
- 09:16 Ticket #3410 (ghc fails to parse versioned GPL and LGPL license from package ...) created by
- I used this shell script to reproduce the problem: […] which fails …
- 08:08 Supercompilation edited by
- (diff)
- 06:47 Ticket #1259 (Accessing undefined value in DiffArray returns misleading error message) closed by
- invalid: diffarray is now in its own package. Ticket moved to here: …
- 06:46 Ticket #2727 (DiffArray performance unusable for advertized purpose) closed by
- invalid: diffarray is now in its own package. Ticket moved to here: …
- 06:35 Ticket #3370 (Put DiffArray in its own diffarray package) closed by
- fixed: Done. It's now in its own package, at http://code.haskell.org/diffarray/
08/01/09:
- 09:35 Ticket #789 (BCOs can only have 64k instructions: linkBCO: >= 64k insns in BCO) closed by
- fixed: Fixed by […]
07/31/09:
- 17:25 Ticket #3409 (type variable out of scope in worker/wrapper transformation) created by
- I ran into a bug while using type families in an array library that I'm …
- 07:14 DarcsRepositories edited by
- (diff)
- 00:14 TypeFunctionsStatus edited by
- (diff)
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)
Note: See TracTimeline
for information about the timeline view.
