Timeline
08/09/07:
- 14:38 Ticket #1607 (seq can make code slower) created by
- Adrian Hey produced a program that goes a little slower when he added "!" …
- 08:00 Ticket #1606 (excessively long, redundant, compile-error-message contexts) created by
- This is one single error message, with no good reason to go over, say, 24 …
- 07:44 Ticket #1350 (Win 9x support) closed by
- wontfix: We intend to drop support for Win9x, as we are unable to test it. I …
- 07:38 Ticket #1549 (ghc derives different type signature for equal functions with overlapping ...) reopened by
- Thank you. The connection that I hadn't made is that type inference (in …
- 06:56 Ticket #1602 (GHC.Handle.fdToHandle' locks regular files) closed by
- invalid: http://haskell.org/onlinereport/io.html section "21.2.3 File locking" …
- 05:21 Ticket #1605 (hppa port -- gmp handed misaligned memory) created by
- GMP compiled for hppa 2.0n uses 8 byte data by default. hppa *requires* …
- 04:50 Ticket #736 (Allowing any newtype of the IO monad to be used in FFI and extra optional ...) closed by
- fixed: Now fixed. Simon
- 03:16 Ticket #1037 (primRepHint:VoidRep) closed by
- fixed: It makes *sense* for a foreign import to have a zero-sized return, thus …
- 03:07 Ticket #1581 (:info doesn't show all instances) closed by
- fixed: I've fixed this as suggested above: display instances whose type variables …
- 01:48 Ticket #1604 (Coarse-grained recompilation checking) created by
- GHC's recompilation checker is very clever: it tracks changes at the level …
08/08/07:
- 16:37 Ticket #1527 (parsing error message that could be improved) closed by
- fixed: Maybe this is fixed along with the mistake of allowing -> in do-blocks? …
- 15:12 Ticket #1603 (a miscompilation of (`rem` 0x40000000)::Int with -O -fvia-C) created by
- eival has the wrong value in this fairly minimal testcase: […] …
- 10:24 Ticket #1602 (GHC.Handle.fdToHandle' locks regular files) created by
- The code in GHC.Handle.fdToHandle' locks a regular file. This violates …
- 07:35 Ticket #1601 (ghc-6.6.1: internal error: evacuate: strange closure type 7600) created by
- I tried to compile the Kaya compiler with GHC. GHC crashed with an …
- 03:28 Ticket #1600 (Optimisation: CPR the results of IO) created by
- GHC currently cannot unbox the result of a function in the IO monad. For …
- 01:00 Ticket #1599 (testsuite timeout doesn't kill subprocesses on Windows) created by
- The timeout program doesn't kill subprocesses on Windows, which means for …
08/07/07:
- 21:30 DebuggingGhcCrashes edited by
- because it never hurts to restate the obvious… (diff)
- 13:34 Ticket #1598 (Could instances of Typeable, Data be added?) created by
- In http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426612 Mark Carroll …
- 13:28 Ticket #1597 (OpenGL: Bindings for GLE library?) created by
- In http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419125 Josh Triplett …
- 11:48 Ticket #1596 (ghc-pkg --define-name is undocumented) created by
- In ghc 6.6.1 ghc-pkg --define-name is undocumented, except getting …
- 11:38 Ticket #1595 (duplicate "not in scope" error when giving multiple vars type-signatures ...) created by
- (bug in 6.6.1 and 6.7) […] results in […] Expected result: only …
- 10:58 Ticket #1594 (Better QuickCheck/HUnit integration) created by
- Daniel Burrows <dburrows@…> in …
- 04:01 Ticket #1593 (Improve runInteractiveProcess error message when working directory does ...) created by
- Example code: […] This happens on Linux with both 6.6 and the latest …
08/06/07:
- 16:23 Ticket #1592 (Unexpected boxing in generated code) created by
- I've got an inner loop that I think I can see is strict in the Int …
- 12:50 Ticket #1591 (runghc, ghc rts or base implements unintuitive shell escaping in Windows) created by
- Parameters passed to script via runghc get malformed unintuitively. …
- 03:25 Ticket #1590 (Libraries proposal: Add System.Info.isWindows) created by
- Currently the recognised way to test if your application is being run on …
- 02:41 Ticket #1589 (Process creation and communication doesn't scale linearly) created by
- Creating processes (with forkIO) and communicating between them (with …
08/05/07:
- 14:14 BaseSplit edited by
- oops, some braces were missing… (diff)
08/04/07:
- 15:03 Commentary/Packages/PackageReorg edited by
- Point out the BaseSplit page's existance (diff)
- 14:17 Ticket #1588 (unrequested generalized newtype deriving?) created by
- Consider the two type definitions: […] Why is it that the former …
- 14:11 Ticket #1587 (":i (->)" doesn't work) created by
- […] I hope that's clear enough for you ;-).
- 13:20 Ticket #1586 (trace output ordering in HEAD incorrectly) closed by
- invalid: It's generally unwise to rely on the order that trace's will be evaluated, …
- 09:22 Ticket #1586 (trace output ordering in HEAD incorrectly) created by
- I don't have a test case, but it appears that the Debug.Trace.trace output …
- 06:00 Ticket #1585 (Um, an error, I don't even understand it.) closed by
- fixed: 6.6.1 gives a proper error message: […]
- 05:45 Ticket #1584 (problem presenting with explicit pattern matching) closed by
- invalid: Thanks for the detailed report! However, hugs also disagrees with you, as …
08/03/07:
- 22:27 Ticket #1585 (Um, an error, I don't even understand it.) created by
- this is the output of a ghc error I found, it wanted me to tell you about …
- 14:09 Building/RunningTests edited by
- (diff)
- 12:54 SharedLibraries edited by
- correct mangling (diff)
- 07:50 Ticket #1584 (problem presenting with explicit pattern matching) created by
- Hi all, I believe I've found a bug in ghc 6.6.1. From Chapter 9. What to …
- 05:26 Building/RunningTests edited by
- (diff)
- 03:56 Ticket #1582 (impossible: TODO: gc_target) closed by
- fixed: crashing code temporarily commented out, this is work in progress.
- 03:56 Ticket #1583 (GHCi + large Integer arithmetic + Ctrl-C = bad) created by
- Now detected and mostly repeatable on x86, not just powerpc. […] The …
08/02/07:
- 23:36 Commentary/Compiler/HsSynType edited by
- Fix SrcLoc? links. (diff)
- 23:28 Commentary/Compiler/HscMain edited by
- Fix GhcFile? link to HscMain? (add .lhs) (diff)
- 23:23 Commentary/Compiler/IfaceFiles edited by
- Fix GhcFile? links (add appropriate .lhs and .hs) (diff)
- 23:14 Commentary/Compiler edited by
- s/teh/the (diff)
- 23:13 Commentary/Pipeline edited by
- Link source reference to DriverPipeline?.hs (diff)
- 19:25 Ticket #1582 (impossible: TODO: gc_target) created by
- […]
- 17:35 Ticket #1581 (:info doesn't show all instances) created by
- Doing :info doesn't show the instance in the module containing an instance …
- 10:14 BaseSplit edited by
- little fixes (add bug #) (diff)
- 10:11 Ticket #1580 (Get GHC happy with alternate base packages (split base)) created by
- There are a lot of things wired into the compiler that would make it …
- 10:09 BaseSplit created by
- 08:40 Ticket #1579 (instance Read Integer contradicts Haskell98) created by
- http://haskell.org/onlinereport/standard-prelude.html says […] …
- 04:14 Ticket #1525 (:browse shouldn't print single-constructor data definitions twice) closed by
- fixed: Fixed. There was a lurking "ToDo?" in InteractiveUI. A reasonable test …
- 03:47 Ticket #1578 (darcs-all work around for darcs Issue 467) created by
- The darcs "Issue467: darcs changes --context interferes with --repodir" …
- 03:21 SharedLibraries edited by
- (diff)
- 02:47 SharedLibraries edited by
- (diff)
- 02:46 SharedLibraries edited by
- (diff)
- 02:33 SharedLibraries edited by
- (diff)
- 02:32 SharedLibraries edited by
- (diff)
- 02:30 SharedLibraries edited by
- (diff)
- 02:28 SharedLibraries edited by
- (diff)
- 02:27 SharedLibraries edited by
- (diff)
- 01:56 SharedLibraries edited by
- add a windows section (diff)
- 01:55 SharedLibraries created by
- add Reilly's analysis
- 01:52 Ticket #1575 (Arrow: No match in record selector Var.tcTyVarDetails) closed by
- fixed: Ooops sorry. Fixed; will commit when I've run 'validate'. Thanks Simon
- 01:52 Commentary edited by
- (diff)
- 00:48 Ticket #1573 (GADT and typeclass funcional dependencies not working well together) closed by
- duplicate
08/01/07:
- 17:18 Ticket #1577 (Give TH the ability to get the info for a class name) created by
- In a module M, where a class G is imported from a module N, I want to get …
- 16:52 Ticket #1576 (Document Template Haskell API) created by
- Make Haddock documentation for Template Haskell API complete.
- 16:09 Ticket #1575 (Arrow: No match in record selector Var.tcTyVarDetails) created by
- compile error […] uname -a […] gcc -v […] …
- 15:22 Ticket #1574 (Broken link testing) created by
- On http://www.haskell.org/ghc/dist/current/docs/ the link …
- 09:55 Ticket #1573 (GADT and typeclass funcional dependencies not working well together) created by
- To use GADTs in anger, I keep needing to put them into homogeneous …
- 08:23 Ticket #1454 (Confusing or bug: :t and :i don't return same type) reopened by
- 07:13 Ticket #1446 (-fallow-incoherent-instances suggested when already used) closed by
- invalid: The error message now says: […] I hope that makes it clear why the …
- 06:42 Ticket #1542 (Data/Time/Format/Parse cannot be compiled with -DDEBUG) closed by
- wontfix: I've just tried this with the HEAD, and it's fine, so I'm inclined not to …
- 06:23 Ticket #1564 (The fantastic Any type gets derived) closed by
- fixed: Good bug, now fixed. Thanks. Simon
- 05:57 Ticket #1571 (type of synthesize in Data.Generics.Schemes is too restrictive) closed by
- fixed: Fair enough. synthesize does indeed have the more general type, so I've …
- 02:58 Ticket #1572 (Make it easy to find documentation for GHC and installed packages) created by
- ghc-pkg builds a package database that helps GHC find all installed …
- 02:43 Commentary/Rts/HaskellExecution/PointerTagging edited by
- (diff)
- 01:10 Building edited by
- adding code coverage link (diff)
- 01:03 GhcCoverage created by
- pointer to hpc on ghc
07/31/07:
- 18:46 Ticket #1571 (type of synthesize in Data.Generics.Schemes is too restrictive) created by
- The type of the synthesize function in Data.Generics.Schemes is …
- 06:53 Ticket #1549 (ghc derives different type signature for equal functions with overlapping ...) closed by
- invalid: The rules for instance overlap are described here: …
07/30/07:
- 08:05 Ticket #1570 (ghc panic when compiling with -fPIC) closed by
- wontfix: -fPIC is not supported in GHC 6.6.1, we are working on it for 6.8.
- 08:03 Ticket #1560 (Windows CreateProcess quotes bug; make re-executing itself fails) closed by
- fixed: Fixed (or at least worked around), by: […]
- 08:02 Ticket #1559 (make -j doesn't work in libraries/ on Cygwin) closed by
- fixed: Fixed (or at least worked around), I believe by: […]
- 04:29 Ticket #1515 (Nightly installer does not setup .hs/.lhs icons property) closed by
- fixed: ghc-6.7.20070727-i386-unknown-mingw32.exe (and probably earlier builds) …
- 04:23 Building/Hacking edited by
- (diff)
07/29/07:
- 20:43 Ticket #1570 (ghc panic when compiling with -fPIC) created by
- ghc panic on compiling such a simple programme: -- begin module FPIC where …
- 20:30 Ticket #1569 (error in compiling ghc-6.6.1 on 64-bit linux) created by
- Following error occured while compiling ghc-6.6.1 on a 64-bit linux using …
- 15:10 Ticket #1568 (Proposal: Move System.Posix.Signals to the unix package) created by
- As suggested in http://hackage.haskell.org/trac/ghc/ticket/1190 I propose …
- 13:44 Ticket #808 (Move the GHC Commentary to the wiki) closed by
- fixed: The master Commentary has been at …
- 08:35 Ticket #1567 (too little information from error message when matching types with same ...) created by
- […]
- 05:06 Ticket #1566 (Move the throwErrnoPath* functions from unix:System.Posix.Error to ...) created by
- Currently, unix:System.Posix.Error has a number of throwErrnoPath* …
07/28/07:
- 23:37 Ticket #1565 (using :r with argument destroys bindings) created by
- for simple example, type these 3 lines: Prelude> let f=1 ` Prelude> …
- 15:27 Ticket #1564 (The fantastic Any type gets derived) created by
- As you are well aware, I use features that were only fixed in 6.7, but …
- 08:31 Ticket #1319 (grammatical mistake in user's guide description of -fwarn-name-shadowing) closed by
- fixed: I deleted this while reading through the user guide as it didn't make …
07/27/07:
- 04:08 Commentary/Rts/HaskellExecution/PointerTagging edited by
- wibble (diff)
- 04:02 Commentary/Rts/HaskellExecution/PointerTagging edited by
- (diff)
- 01:04 Ticket #1563 (-Onot is not described in the GHC User's Guide, Version 6.6.1) created by
- The GHC optimization option -Onot is not described in the current (Version …
07/26/07:
- 08:26 Commentary/Rts/HaskellExecution/PointerTagging edited by
- wibble (diff)
- 08:24 Commentary/Rts/HaskellExecution/PointerTagging edited by
- updates (diff)
- 02:41 Ticket #1177 (All I/O requests must complete before shutdown on Windows) closed by
- fixed: I've now committed the documentation updates, this closes the bug.
07/25/07:
- 14:55 Ticket #1562 (ghci crashes on startup) created by
- […] i'm using an athlon xp processor, on 64-bit linux.
- 08:45 Ticket #1561 (No tabs in :t output) created by
- I'd like that :t doesn't generate output containing tab characters.
- 04:59 Ticket #1560 (Windows CreateProcess quotes bug; make re-executing itself fails) created by
- Something very odd is going on with the way we run other programs on …
- 04:48 Ticket #1559 (make -j doesn't work in libraries/ on Cygwin) created by
- This prevents validate from working on Windows at the moment: […]
- 02:52 Ticket #1558 (make the testsuite work with THREADS=2) created by
- The testsuite driver supports THREADS=2, unfortunately there are a few …
07/24/07:
- 06:55 Ticket #1215 (GHC fails to respect the maximal munch rule while lexing "qualified ...) closed by
- fixed: Fixed: […]
- 04:34 Ticket #1557 (Enum/Ord derivations for System.Posix.Resource.Resource) created by
- Enum/Ord derivations for the Resource data type from System.Posix.Resource …
07/23/07:
- 18:16 ViewPatterns edited by
- Fixed a typo. (diff)
- 08:59 Ticket #1555 (Reverse do notation: lexer bug?) closed by
- fixed: I'm not quite sure how that sneaked in, but it seems to be my fault and …
- 07:38 ViewPatterns edited by
- fix Set insert (diff)
- 07:30 ViewPatterns edited by
- fix size example (diff)
- 07:29 ViewPatterns edited by
- fix length and map examples (diff)
- 06:54 Ticket #1554 (Ord (STRef s a) instance) closed by
- wontfix: I agree with Igloo. We can't provide Ord STRef natively without adding …
- 05:50 Ticket #1461 (System.Process.runInteractiveProcess leaks memory) closed by
- fixed: This bug has two parts. Firstly, a closed handle holds on to its buffer …
- 02:01 ViewPatterns edited by
- import new text (diff)
- 01:57 ViewPatternsArchive edited by
- import current text; sorry, there's no way to keep the history (diff)
- 01:55 ViewPatternsArchive created by
- 01:46 Ticket #1556 (:r doesn't reload :m + loaded modules) created by
- […] Expected result: […]
07/22/07:
- 20:15 Ticket #1555 (Reverse do notation: lexer bug?) created by
- Noticed here: …
- 10:41 Ticket #1408 (groupWhen – a groupBy that compares consecutive values) closed by
- wontfix: I think that if we have both groupBy and this new function then the names …
- 10:08 Ticket #873 (Add System.Directory.installFile) closed by
- fixed: I don't think that this is necessary now that #1413 (copyFile wasn't …
- 10:06 Ticket #1413 (copyFile: atomicity docs/code mismatch) closed by
- fixed: Code now fixed. Thanks for the report!
- 03:40 Ticket #1554 (Ord (STRef s a) instance) created by
- I would like an instance Ord (STRef s a). In the implementation this could …
07/21/07:
- 17:10 Ticket #1553 (Error in "nameModule header{v a1Ax}") created by
- […]
- 15:59 Ticket #1535 (Proposal: expose the drive functions in the filepath package) closed by
- fixed: This was generally supported by the (few) posters, after it was clarified …
- 15:56 Ticket #1490 (Install with Cabal broken on Windows) closed by
- fixed: Now fixed, with the now-exposed *Drive functions from the filepath …
- 12:18 Ticket #1517 (Ratio Int is not well ordered) closed by
- wontfix: Thanks for the patch, but I see a couple of problems: * This would give …
- 11:37 Ticket #1552 (GHCi thinks large list literals impossible?) created by
- […] Note: I ran into this with a far more interestinng string, which I …
07/19/07:
- 07:24 Ticket #1538 (GHC/Float.lhs on Mac OS X 10.4 can not always be compiled with -split-objs) closed by
- fixed: driver/split/ghc-split.lprl from the HEAD works now for me
- 05:26 Ticket #801 (random list from randomseed ... amd64 differs) closed by
- fixed
- 05:22 Ticket #1322 (gcc --make recompiles hs-boot files unncessarily) closed by
- fixed
- 03:34 ViewPatternsNew edited by
- (diff)
- 03:32 ViewPatternsNew edited by
- (diff)
- 03:21 ViewPatternsNew edited by
- (diff)
- 03:11 ViewPatternsNew edited by
- (diff)
- 02:44 TypeFunctions/ClassFamilies edited by
- (diff)
- 02:44 TypeFunctions/ClassFamilies edited by
- (diff)
- 02:41 ViewPatternsNew edited by
- (diff)
07/18/07:
- 21:32 Ticket #1359 (readline confusion building ghc6.6.1 on OS X) closed by
- invalid: If you look at (the description of) the prebuild macos binaries for 6.6, …
- 16:16 Ticket #1550 (Data.Time.formatTime "%S" includes fractional seconds) closed by
- fixed: I am pretty sure this was fixed in time-1.1. Prelude Data.Time Locale> …
- 15:13 Ticket #1551 (Incorrect warning: Pattern match(es) are overlapped) closed by
- invalid: This is a misunderstanding of the code. I think you're assuming that the …
- 13:57 Ticket #1551 (Incorrect warning: Pattern match(es) are overlapped) created by
- The following program […] produces […] but the patterns don't …
- 13:15 Ticket #1550 (Data.Time.formatTime "%S" includes fractional seconds) created by
- from the Haddock: %S second, without decimal part, 00 - 60 Prelude …
- 13:01 Ticket #1549 (ghc derives different type signature for equal functions with overlapping ...) created by
- Insert "This flag does not change ghc's behaviour when no verlapping …
- 10:03 ViewPatternsNew edited by
- (diff)
- 09:57 Ticket #1548 (printf bugs) created by
- I think the following are bugs in printf: […] This one may not be a …
- 09:56 ViewPatternsNew edited by
- (diff)
- 09:44 ViewPatternsNew edited by
- (diff)
- 09:27 ViewPatternsNew edited by
- add unfoldr (diff)
- 09:00 ViewPatternsNew edited by
- (diff)
- 08:53 ViewPatternsNew edited by
- a bunch of text (diff)
- 08:51 ViewPatternsNew edited by
- (diff)
- 08:51 ViewPatternsNew created by
- 07:34 Ticket #1539 (Ord should not default to ()) closed by
- wontfix: If you compile the program, rather than running it from ghci, then you …
- 07:25 Ticket #1543 (flag to define transpose [] == _|_) closed by
- wontfix: I'm not convinced that a flag to alter library function definitions is a …
- 06:06 Ticket #1547 (Arity can decrease with -prof) created by
- Something like […] shows f having arity 2, and hence x having arity 1. …
- 05:50 Ticket #1546 (maessen_hashtab is broken) created by
- Depending on the WAY it is run, the maessen_hashtab test is timing out, …
- 05:20 Ticket #1545 (GHCi debugger doesn't work on an unregisterised compiler) created by
- Most of the GHCi debugger tests fail when run with an unregisterised …
07/17/07:
- 22:24 Ticket #1544 (Derived Read instances for recursive datatypes with infix constructors are ...) created by
- Consider this definition: […] Now, try something like: […] Even this …
- 21:50 Building/RunningTests edited by
- Adding documentation about compile_and_run_with_prefix, used in hpc tests (diff)
- 21:36 Building/RunningTests edited by
- (diff)
- 17:46 WikiStart edited by
- (diff)
- 15:10 Ticket #1543 (flag to define transpose [] == _|_) created by
- I use transpose a lot as an "unzip" function for lists. For example, …
- 08:23 Ticket #1464 (Proposal: add dropPrefix to Data.List) closed by
- fixed: Fixed by: […] For the gory details the thread starts at …
- 06:19 Ticket #1542 (Data/Time/Format/Parse cannot be compiled with -DDEBUG) created by
- […]
07/16/07:
- 19:06 Ticket #1541 (No way at all to set fixity for infix operators defined in template ...) created by
- There appears to be no way to create fixity declarations in template …
- 14:06 TestingPatches edited by
- (diff)
- 07:51 WorkingConventions edited by
- (diff)
- 07:47 TestingPatches edited by
- add link to test suite docs (diff)
- 07:16 Ticket #1540 (GHC on Macs) created by
- I used to be a hacker, but now I'm more of a manager type. I would still …
- 07:00 WikiStart edited by
- (diff)
- 06:59 WorkingConventions edited by
- (diff)
- 06:54 TestingPatches created by
- 05:54 Ticket #1539 (Ord should not default to ()) created by
- See http://hpaste.org/1711 . This defaulting is surprising and unuseful, …
- 02:34 Ticket #1538 (GHC/Float.lhs on Mac OS X 10.4 can not always be compiled with -split-objs) created by
- compiling vith -fasm fails: […] it succeeds with -fvia-C […] it …
07/15/07:
- 17:56 Ticket #1537 (do notation translation) created by
- & Really there are two things: Normally, (do True) fails to compile in …
- 13:11 Commentary/Compiler/CPS edited by
- Added section 'Cmm Optimization assumed by CPS' (diff)
- 05:29 Ticket #1536 (need documentation in GHC.Conc, Control.Parallel.Strategies) created by
- http://www.haskell.org/pipermail/libraries/2007-July/007756.html
07/14/07:
- 09:21 Ticket #1469 (GHC suggests -fglasgow-exts, and not {-# LANGUAGE #-} pragmas or ...) closed by
- fixed: GHC now suggests -XGeneralizedNewtypeDeriving in this error.
- 05:36 Ticket #1535 (Proposal: expose the drive functions in the filepath package) created by
- This comes out of #1490, where, in createDirectoryIfMissing, we use stat …
07/13/07:
- 15:51 Ticket #1528 (Windows HEAD snapshot does not include hpc program) closed by
- worksforme: Looks like it's there to me: […]
- 15:41 Ticket #1438 (Integrate Hpc core tools into GHC) closed by
- fixed: HPC has now been integrated into GHC's build system.
- 14:03 Ticket #1534 ([Debugger] Watch on accesses of "variables") created by
- I would like to put a "watch" on certain parts of records. With such a …
- 13:25 WikiStart edited by
- (diff)
- 06:09 Ticket #1533 (FFI: exporting the same thing multiple times fails: error: redefinition of ...) created by
- If we foreign export the same thing multiple times, e.g.: […] then …
- 04:28 Ticket #1457 (Various debugger tests fail) closed by
- fixed: Some of these tests fail simply because they need an accept output …
- 04:26 Ticket #1532 (Implicit parameters are not available in breakpoints) created by
- We may want to leave this for after 6.8
- 04:24 Ticket #1531 (_result can get bound to the wrong value in a breakpoint) created by
- Using test result001 in the example below. :list shows that the tick is …
- 04:13 Ticket #1530 (debugging :steps inside TH spliced code need to be bypassed) created by
- See test dynbrk005 for an example
- 02:28 Ticket #1529 (GC abort) created by
- My program just encountered the following: […] It was using 6.6.1, …
07/12/07:
- 12:19 Ticket #1528 (Windows HEAD snapshot does not include hpc program) created by
- The Windows HEAD snapshot does not appear to include hpc.exe, which is …
- 07:40 Ticket #1527 (parsing error message that could be improved) created by
- This is just barely a bug. The following code uses do notation and gets a …
- 00:32 Ticket #1526 (-fobject-code doesn't apply to expressions typed at the prompt) created by
- While looking to see if I could easily fix #1525 myself, I saw a …
- 00:18 Ticket #1525 (:browse shouldn't print single-constructor data definitions twice) created by
- […] Note the multiple definitions of Constraint and QlType?. My …
07/11/07:
- 06:10 Building/GettingTheSources edited by
- (diff)
- 06:04 DarcsRepositories edited by
- (diff)
- 03:19 Ticket #1524 (stdcall fails on MacOS) created by
- The use of the stdcall convention for FFI calls on x86/MacOS fails with a …
- 02:21 Ticket #1523 (Constant overhead of threadDelay) created by
- On x86/MacOS 10.4.10, the function Control.Concurrenct.threadDelay has a …
- 01:19 Ticket #1510 (Fix warning issued when using the -fhpc flag) closed by
- fixed: Hpc was introducing tick boxes into inline-able code, and the id's for the …
07/10/07:
- 16:35 Ticket #1522 (Make [n..] etc syntax rebindable) created by
- The [foo..], [foo..bar], [foo,bar..] and [foo,bar..baz] sugars do not obey …
- 08:27 Ticket #1521 (Problems building the time library with Cabal / Setup.hs) created by
- I get the following error when building the time library using ghc-6.6.1 …
- 01:13 Ticket #1486 (utcToLocalTime converting in the wrong direction on Windows) closed by
- fixed: Patch applied, thanks!
- 00:36 Ticket #1520 (Use Linux's signalfd() instead of pipe() to deliver signals to the IO ...) created by
- As pointed out to me by dcoutts, Linux has a new API that enables signals …
Note: See TracTimeline
for information about the timeline view.
