Timeline
03/05/12:
- 21:42 Ticket #5789 (Bad link to documentation) closed by
- fixed: I let John know and there isn't any easy to link to public source for the …
- 21:40 Ticket #5842 (pretty tests from GHC's testsuite) closed by
- fixed: Done.
- 09:11 Ticket #5716 (Failure when using promoted data family instances) closed by
- fixed: Fixed by the big PolyKinds commit.
- 08:23 Ticket #5916 (runST isn't free) created by
- While optimizing some code I discovered that runST isn't free. I had a …
- 06:02 Ticket #5915 (Code using seq has wrong strictness when unoptimised (too strict)) created by
- The following piece of code gets miscompiled if no optimisation is used. …
- 02:31 Ticket #5895 (INLINE pragma doesn't trigger on locally defined function) closed by
- fixed: Thanks Johan, an excellent point. I believe I have fixed it now, although …
- 02:29 Ticket #5892 (Compiler crash and other oddities when using RecordWildCards with record ...) closed by
- fixed: Good point. I've fixed the compiler bug. I looked in …
- 02:14 Ticket #5912 (exporting while having defined a non-nullary promoted type synonym causes ...) closed by
- fixed: Thanks for the report; now fixed. Simon
- 02:12 Ticket #5862 (Need kind annotations) closed by
- fixed: Done! I added a test cases from KindFams.2.hs. Thanks Simon
- 02:11 Ticket #5881 (Type synonyms of promoted types break across library boundaries?) closed by
- fixed: Thanks for reporting; the fix was easy. Simon
- 00:43 Ticket #5914 (armhf build fails in Ubuntu (7.4.1)) created by
- The ARM code generator calls llc in the same way regardless of the ABI …
03/04/12:
- 09:35 Ticket #5913 (Type class dictionary call loops at runtime) created by
- The following code works fine in 7.0.3 but crashes at runtime with <loop> …
03/03/12:
- 18:49 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 18:46 Records/DeclaredOverloadedRecordFields/OptionFourTypePunning edited by
- (diff)
- 18:41 Records/DeclaredOverloadedRecordFields/OptionFourTypePunning edited by
- (diff)
- 17:08 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 17:08 Records/DeclaredOverloadedRecordFields/OptionFourTypePunning created by
- Another thought about reducing the biolerplate for fieldLabels
- 08:52 Records edited by
- (diff)
- 08:48 Ticket #5912 (exporting while having defined a non-nullary promoted type synonym causes ...) created by
- […] produces […] it won't panic if either: 1. the export …
- 08:32 Records edited by
- (diff)
- 08:31 Records/TypeIndexedRecords edited by
- (diff)
- 08:30 Records/TypeIndexedRecords edited by
- (diff)
- 07:35 Records/TypeIndexedRecords created by
- 07:21 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- Material wrongly attributed to SPJ deleted (diff)
- 02:28 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 02:11 Records/DeclaredOverloadedRecordFields edited by
- (diff)
03/02/12:
- 21:29 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- Option 3 for fieldLabels (diff)
- 21:16 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 21:14 Records/DeclaredOverloadedRecordFields edited by
- add possible approach to avoid fieldLabel decls everywhere (diff)
- 20:59 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 20:29 Records/DeclaredOverloadedRecordFields edited by
- correct an export list (diff)
- 19:24 Ticket #5911 (Add write-only variant of newTChan) created by
- The …
- 09:50 Ticket #5717 (ScopedTypeVariables and PolyKinds) closed by
- fixed: Fixed by […]
- 09:18 Ticket #5771 (Confusing printout with PolyKinds) closed by
- fixed: Fixed by the massive polykinds patch […]
- 09:16 Ticket #5768 (GHC Panic compiling type family with -XPolyKinds) closed by
- fixed: Fixed by the massive polykinds patch […]
- 09:15 Ticket #5769 (Incorrect error message when compiling with PolyKinds and a type family) closed by
- fixed: Fixed by the massive polykinds patch […]
- 09:14 Ticket #5770 (Non-sensical error message when compiling with PolyKinds and a type family) closed by
- fixed: Fixed by the massive polykinds patch […]
- 03:50 Ticket #5897 (GHC runtime task workers are not released with C FFI) closed by
- fixed: I looked into your example again. Although the RTS was not keeping all …
- 03:05 Ticket #5905 (ghc with incorrect arguments deletes source file) closed by
- wontfix: ghc is just calling ld, it is ld that unlinks the output file. …
- 02:59 Ticket #5910 (Holes with other constraints) created by
- Hello. As can be seen on http://hackage.haskell.org/trac/ghc/wiki/Holes …
03/01/12:
- 22:29 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 21:46 Ticket #5909 (Segfault with multi-threaded retainer profiling) created by
- I see the following program often segfaults when compiled and run like …
02/29/12:
- 23:39 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 23:29 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- Discuss exporting Proxy_type (diff)
- 11:13 Ticket #5908 (Issues with RebindableSyntax) created by
- GHC seems to reject a typeable module, possibly related to …
- 07:21 Ticket #5907 (Crashed loading package Safe) created by
- […] Before that I installed package Safe using cabal.
- 04:07 Ticket #5887 (ghci win7 ctrl+c panic) closed by
- duplicate: Thanks for the reporting the bug. I think this is fixed in 7.2.1 and …
- 04:07 Ticket #5906 (The 'Impossible' Happened, thread blocked indefinitely in an MVar ...) closed by
- duplicate: Thanks for the reporting the bug. I think this is fixed in 7.2.1 and …
- 02:56 Building/Preparation/Linux edited by
- (diff)
- 02:54 Building/Preparation/Linux edited by
- (diff)
- 02:53 Building/Preparation/Linux edited by
- (diff)
- 02:26 Ticket #5897 (GHC runtime task workers are not released with C FFI) closed by
- invalid: I think you're using Data.Vector.Storable unsafely: […] This is the …
02/28/12:
- 17:20 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 17:17 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- Add example import to demo namespacing control (diff)
- 17:07 Records/DeclaredOverloadedRecordFields edited by
- added example of importing and not, due to popular mis-conception (diff)
- 17:01 Ticket #5906 (The 'Impossible' Happened, thread blocked indefinitely in an MVar ...) created by
- Unable to reproduce but... Windows 7 64bit GHCi 7.0.4 gcc 4.6.1 While …
- 12:48 Ticket #5905 (ghc with incorrect arguments deletes source file) created by
- I'm just learning haskell and I mistakenly passed the -o argument to ghc …
- 08:16 Building/Preparation/Linux edited by
- (diff)
- 08:06 Building/Preparation/Linux edited by
- (diff)
- 08:05 Building/Preparation/Linux edited by
- (diff)
- 08:03 Building/Preparation/Linux edited by
- (diff)
- 08:02 Building/Preparation/Linux edited by
- (diff)
- 07:43 Building/Preparation/Linux edited by
- (diff)
- 07:42 Building/Preparation/Linux edited by
- (diff)
- 07:33 Building/Preparation/Linux edited by
- (diff)
- 01:37 Ticket #5904 (panic on :m *SomeModule followed by :reload, if SomeModule is already in ...) created by
- Steps to reproduce: […]
- 01:07 Ticket #5903 (GHC 7.4.1 32 bit: LLVM backend fails on OSX 64bit) created by
- If running: * GHC: 7.4.1, 32bit * OSX: 64 bit * LLVM: 3.0 Things fail …
02/27/12:
- 20:50 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 17:13 Ticket #5901 (Unregisterised build fails in GHC.PrimopWrappers) closed by
- fixed
- 16:27 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 16:26 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 16:25 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 16:23 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 16:17 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 16:15 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 16:14 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 16:11 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 16:08 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 15:58 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 15:55 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 14:04 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 13:58 Records/SyntaxDirectedNameResolution edited by
- (diff)
- 07:58 Ticket #5902 (Cannot tell from an exception handler whether the exception was ...) created by
- Following on from #2558 which was closed (by me) as wontfix, we still …
- 07:58 Commentary/PrimOps edited by
- Added instructions for adding new primtypes (diff)
- 07:54 Ticket #5880 (Add sync-all new-workdir) closed by
- fixed: On second thoughts, we don't need to merge this.
- 05:10 Ticket #5849 (Buliding on arm broke in 7.4.1) closed by
- fixed: Now that #5824 is fixed, I believe we can close this ticket, right? Note …
- 04:50 Ticket #5901 (Unregisterised build fails in GHC.PrimopWrappers) created by
- This appears to be a problem with the new 2-result primops: […]
- 03:45 Commentary/PrimOps edited by
- Minor fix to correct the file path. (diff)
- 03:43 Commentary/PrimOps edited by
- Minor fix to correct the file path. (diff)
- 01:23 Records edited by
- Correct an incorrect claim about DORF (diff)
- 00:19 Records/SyntaxDirectedNameResolution edited by
- (diff)
02/26/12:
- 20:00 Ticket #5900 (Git HEAD on PowerPC : Error: operand out of range) created by
- Building current git HEAD on PowerPC results in […] This was working …
- 15:00 Ticket #5899 (RTS crash w/ strange closure type 603975781 on OS X 10.8) created by
- On OS X 10.8 (Mountain Lion, the first developer seed), GHC's RTS crashes …
- 13:39 Ticket #5898 (ghc: internal error: Invalid Mach-O file) created by
- I am running Mac OS 10.5.8 on a PowerPC processor. […] `cabal install …
- 13:19 Records edited by
- update UR link (diff)
- 13:18 PatternSynonyms edited by
- minor typo-correction and rewording (diff)
- 11:52 Records edited by
- compare DORF (diff)
- 11:44 Records edited by
- trim down problem with currrent namespace section (diff)
- 11:40 Records edited by
- counterpoint: remove redundancy & maintain objectivity (diff)
- 09:22 Ticket #5897 (GHC runtime task workers are not released with C FFI) created by
- I have a test code which calls C FFI to collect data every n microseconds. …
02/25/12:
- 08:36 Ticket #5896 (Three documentations inaccuracies related to concurrency.) created by
- 1. The help info below is wrong. The default is the actual number of …
02/24/12:
- 18:39 Ticket #5894 (Add generalization of Data.Map.unionWith with (a -> b -> c) as the ...) closed by
- invalid: containers upstream is not maintained by GHC HQ anymore. The main repo and …
- 18:14 Ticket #5895 (INLINE pragma doesn't trigger on locally defined function) created by
- I have a function on the form […] GHC refuses to inline h, even …
- 17:46 Ticket #5894 (Add generalization of Data.Map.unionWith with (a -> b -> c) as the ...) created by
- The signature of …
- 16:24 Records edited by
- (diff)
- 15:13 Records/SyntaxDirectedNameResolution created by
- 14:40 Records edited by
- (diff)
- 06:51 Ticket #5598 (Function quotRem is inefficient) closed by
- fixed: Now implemented, with support for the new callishMachOps in the x86 and …
- 00:07 Ticket #5893 (Insane memory usage in vector) closed by
- invalid: This is a bug in vector, takeWhile and dropWhile both copy despite …
02/23/12:
- 20:26 Ticket #5893 (Insane memory usage in vector) created by
- This test case can easily grow the heap to fill my entire 8GB physical …
- 17:29 Records edited by
- add back Chris Done's project explanation (diff)
- 06:28 Ticket #5715 (Inliner fails to inline a function, causing 20x slowdown) closed by
- invalid: No testcase, so closing.
02/22/12:
- 16:34 Records/NameSpacing edited by
- other languages were moved to the main page (diff)
- 16:23 Records edited by
- move sml# (diff)
- 16:23 Records edited by
- rearrange other languages (diff)
- 16:22 Records edited by
- add ur/web (diff)
- 16:19 Records edited by
- add other languages section (diff)
- 16:16 Records edited by
- rearrange (diff)
- 16:14 Records edited by
- compare overloading more (diff)
- 16:10 Records edited by
- re-arrange TDNR (diff)
- 16:01 Records edited by
- answer question (diff)
- 14:21 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 14:05 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- add note re changing record constructor -- AntC (diff)
- 08:40 Ticket #5892 (Compiler crash and other oddities when using RecordWildCards with record ...) created by
- GHC exhibits an irrefutable pattern failure when attempting to compile or …
02/21/12:
- 20:02 Records edited by
- (diff)
- 19:53 Records/NameSpacing edited by
- (diff)
- 19:41 Records/NameSpacing edited by
- q's about update semantics -- AntC (diff)
- 19:08 Ticket #5891 ("createDirectory: already exists" error with parallel build) created by
- When I invoke multiple instances of GHC in parallel, I sometimes get an …
- 19:08 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- add speculative approach for higher-ranked types with constraints -- AntC (diff)
- 16:21 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- (diff)
- 16:09 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 15:44 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 15:37 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 15:33 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 15:00 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- (diff)
- 14:13 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- (diff)
- 14:10 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- (diff)
- 13:58 Records/DotOperator edited by
- added note re DORF dot notation -- AntC (diff)
- 08:58 Ticket #5890 (Illegal instance declaration for `Show Doc') created by
- I can't install hmatrix-syntax because template-haskell has errors. …
- 06:26 Ticket #5889 (-fno-prof-count-entries leads to linking errors) created by
- When I compile the attached program with a certain set of flags, I get a …
- 01:29 Ticket #5888 (Performance regression in 7.4.1 compared to 6.12.3) created by
- Unless I'm doing something really stupid, there seems to be a significant …
02/20/12:
- 22:01 Ticket #5887 (ghci win7 ctrl+c panic) created by
- Running GHCI in Windows 7, type: "ghci" then Enter "yo" then Ctrl+c dude …
- 20:41 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- (diff)
- 20:36 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 20:22 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- (diff)
- 20:18 Ticket #5261 (-pgmF messes up hpc .mix output) closed by
- fixed: I just tried this with 7.4.1 and it looks like it's fixed!
- 20:06 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- (diff)
- 19:40 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- (diff)
- 19:18 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- pretty up the linking, add wilder afterthought -- AntC (diff)
- 18:48 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 18:44 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- pretty up links -- AntC (diff)
- 18:27 Records/DeclaredOverloadedRecordFields edited by
- add clarifications, format links -- AntC (diff)
- 18:08 Records edited by
- add a few teasers where the DORF proposal differs -- AntC (diff)
- 18:06 Records edited by
- (diff)
- 13:48 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- afterthought re Proxy types vs Kinds (diff)
- 13:32 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- (diff)
- 13:21 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- note re updating higher-ranked types (diff)
- 13:02 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 12:51 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- fix some typo's/formatting (diff)
- 03:24 Ticket #5886 (TH: Type family instances inside InstanceD are rejected) created by
- The following code is broken by f92591defcb5c4803c301558d51e3f8c9c92a985: …
02/19/12:
- 20:36 Ticket #5885 (+RTS -? does not work) closed by
- invalid: This turned out to be a shell behavior. +RTS '-?' works for me. I'm sorry …
- 15:49 Ticket #5885 (+RTS -? does not work) created by
- Compile the following hello.hs: main = putStrLn "hello" with: ghc …
- 13:49 Records/DeclaredOverloadedRecordFields edited by
- added poly record pattern (diff)
- 13:49 Records/DeclaredOverloadedRecordFields/PolyRecordPattern created by
- added, in response to John's suggestion
- 12:25 Ticket #5884 (GHC panics while trying to derive a Generic instance for Complex a) created by
- Using the StandaloneDeriving? and DeriveGeneric? extensions, GHC panics when …
02/18/12:
- 12:11 Ticket #5883 (INLINE pragmas in instances declarations in quasiqutation are lost) created by
- Lets consider following code: […] There is no INLINE pragma. But it's …
- 08:53 Commentary/Compiler/UnpackPrimitiveFields created by
02/17/12:
- 16:07 Records edited by
- (diff)
- 16:05 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 16:02 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 15:51 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 15:44 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 15:43 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 15:41 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 15:41 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- (diff)
- 15:38 Records/DeclaredOverloadedRecordFields/ImplementorsView edited by
- publish, needs links (diff)
- 15:29 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 15:26 Records/DeclaredOverloadedRecordFields/DotPostfix created by
- publish and be damned
- 15:15 Records/DeclaredOverloadedRecordFields edited by
- further page splitting (diff)
- 15:13 Records/DeclaredOverloadedRecordFields/COmpareSORF edited by
- complete (diff)
- 15:06 Records/DeclaredOverloadedRecordFields/COmpareSORF created by
- split from orig
- 15:03 Records/DeclaredOverloadedRecordFields/ImplementorsView created by
- save interim
- 14:56 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 14:55 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 14:35 Records/DeclaredOverloadedRecordFields/NoMonoRecordFields created by
- creat page, split from orig text
- 14:34 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 14:28 Records/DeclaredOverloadedRecordFields edited by
- (diff)
- 14:08 Records edited by
- Add DORF option (diff)
- 14:00 Records/DeclaredOverloadedRecordFields created by
- initial upload from text file
- 13:26 Ticket #5882 (Template Haskell declaration quote reports error with GADT syntax) created by
- Consider the following code: […] The type Foo compiles just …
- 12:46 Ticket #5881 (Type synonyms of promoted types break across library boundaries?) created by
- 1. Build a library/package consisting of the following module: […] 2. …
- 07:14 Ticket #5242 (IntMap.differenceKeysSet for removing an IntSet of keys) closed by
- wontfix: Hi, I am closing the proposal. The representation of IntSet? has changed …
- 07:07 Ticket #1816 (Add Data.Set.mapMaybe) closed by
- wontfix: Hi, I am closing the proposal for now. I do not believe it is worth …
- 00:24 Ticket #2021 (let ghc find framework header files and link with frameworks located in ...) closed by
- wontfix: I'm closing this old ticket since I no longer use frameworks
02/16/12:
- 19:26 Ticket #5880 (Add sync-all new-workdir) created by
- The attached patch implements a new sync-all command, which calls …
- 12:37 WikiStart edited by
- Remove spam (diff)
- 10:02 Ticket #5869 (Compiling the Haskell bindings for ROSE causes a ghc panic) closed by
- fixed: Thanks for the report. However, this looks like a duplicate of #1993, and …
- 04:38 Ticket #5879 (mkWeak# has a very dangerous type) created by
- The mkWeak# primop has a type looking like this: […] But the third …
- 03:15 Ticket #5868 (Wrong error messages with qualified imports) closed by
- wontfix: We have an old ticket about this: #2911, which we closed as wontfix. …
- 03:11 Ticket #5876 (Dynamically linked programs can't be run on Windows without significant ...) closed by
- duplicate: Well now it is a duplicate of #4824 :-)
- 01:38 WikiStart edited by
- (diff)
- 00:33 Ticket #5878 (main-is is too conservative) created by
- Conrad Parker writes: We have a project with around 200 Haskell source …
02/15/12:
- 19:11 Ticket #5877 (Make StringPrimL take [Word8]) created by
- This is a follow-up of …
- 09:18 Ticket #5876 (Dynamically linked programs can't be run on Windows without significant ...) closed by
- duplicate: Thanks for the report. This is a duplicate of #5620.
- 09:12 Status/SLPJ-Tickets edited by
- (diff)
- 09:01 IRC_Meetings edited by
- Information based on cessation of logging and verification that there was … (diff)
- 08:57 Ticket #5876 (Dynamically linked programs can't be run on Windows without significant ...) created by
- I tried to compile hello-world with -dynamic and -threaded on Windows: …
- 05:15 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 05:14 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
02/14/12:
- 13:59 Commentary/Rts/Storage/HeapObjects edited by
- there is no rts/AutoApply.cmm (diff)
- 13:53 Commentary/Rts/Storage/HeapObjects edited by
- sanitize links (use pseudo-URL syntax) (diff)
- 13:37 Commentary/Rts/Storage/HeapObjects edited by
- use better code links (diff)
- 11:54 Ticket #5875 (Incorrect documentation of minimal required set of methods for Bits ...) created by
- lerkok reported: Looks like the new version of the Bits class also …
- 09:09 Ticket #5874 (Document autoconf dependency in README) created by
- The boot script calls autoreconf on line 204. If not present …
- 08:12 Ticket #5873 (runghc does not exist in versioned form) created by
- GHC provides several shell commands: ghc, ghci, ghc-pkg, …
- 05:53 Milestone 7.4.1 completed
02/13/12:
- 22:53 GhcKinds/PolyTypeable edited by
- (diff)
- 21:04 Ticket #5872 (bug in default implementation of popCount) created by
- base 4.5.0.0 …
- 11:50 Ticket #5871 (Patch for compilation on Hurd) created by
- Yes, you heard correctly. Some guys have build GHC and all the other …
- 06:00 Ticket #5766 (Asynchronous exception bugs in readProcess and readProcessWithExitCode) closed by
- fixed: Pushed, thanks: […]
- 02:22 Holes edited by
- typo (diff)
- 01:23 Commentary/Compiler/RecompilationAvoidance edited by
- (diff)
02/12/12:
- 16:17 Ticket #5870 (writeChan is not 100% exception-safe) created by
- Control.Concurrent.Chan.writeChan is currently implemented like this: …
- 07:21 Ticket #5869 (Compiling the Haskell bindings for ROSE causes a ghc panic) created by
- I tried to build the ROSE compiler infrastructure project …
- 05:20 Ticket #5868 (Wrong error messages with qualified imports) created by
- If the same identifier is imported qualified twice, then only the second …
- 03:21 Ticket #5867 (Include use site of deprecated identifiers in deprecation warnings) created by
- Currently a deprecation warning reports the line of the import statement …
- 02:00 BugSweep edited by
- Removed a few tickets which already been closed (diff)
02/11/12:
- 22:35 Ticket #5866 (Interrupting interleaved STM and resuming it produces segfault) created by
- The following program produces a segfault: […] When a thread is …
- 13:10 Records/NameSpacing edited by
- (diff)
- 13:07 Records/NameSpacing edited by
- add the O in OCaml (diff)
02/10/12:
- 17:36 Ticket #2892 ((threadDelay (-1)) hangs) closed by
- fixed: these days (in ghc 7.0.3 anyway), threadDelay on a negative value …
- 12:46 Ticket #5865 (threadDelay is disrupted by system clock changes) created by
- threadDelay is sensitive to changes to the system clock. Two behaviors …
- 09:08 Ticket #5855 (Computation Hangs Using PolyKinds) closed by
- invalid
- 08:26 Ticket #2078 (INLINE and strictness) closed by
- fixed: Actually this ticket is implemented, I forget exactly when. INLINE things …
- 08:08 GhcKinds/PolyTypeable edited by
- (diff)
- 08:02 GhcKinds/PolyTypeable created by
- 07:50 Ticket #5864 (Windows build fails: undefined reference to `_imp___imp__n_capabilities') created by
- The Windows build is currently failing with: […] The essence of the …
- 07:41 GhcKinds edited by
- (diff)
- 07:35 Ticket #5820 (defining instance in GHCi leads to duplicated instances) closed by
- fixed: Yes, a real bug all right. The above two patches fix it, I believe. …
- 06:50 Holes edited by
- Are holes in types more powerful and less intrusive? (diff)
- 05:08 Holes edited by
- More intro (diff)
- 05:04 Holes edited by
- Add forall (diff)
- 05:03 Holes edited by
- Syntactic sugar for {_ undefined _} (diff)
- 04:49 Holes edited by
- (diff)
- 04:48 Holes edited by
- Small intro (diff)
- 04:46 Holes edited by
- (diff)
- 03:20 Ticket #5863 (Deriving Typeable for data families) created by
- Bas points out that deriving Typeable for data families isn't right at …
- 03:09 Ticket #5862 (Need kind annotations) created by
- In his …
- 03:04 Holes edited by
- (diff)
- 02:38 Ticket #5860 (Ambiguity between redundant imports) closed by
- fixed: A patch is irresistable. I buy: […] Thanks. Simon
02/09/12:
- 15:50 Ticket #5861 (bytestring: incorrect documentation for hGetContents) created by
- (I guess this is the ByteString bug tracker? This copies an email I …
- 15:23 Records/NameSpacing edited by
- fix link (diff)
- 15:22 Records/NameSpacing edited by
- correct SML (diff)
- 15:14 Records/NameSpacing edited by
- add Roy (diff)
- 12:54 Holes edited by
- More about ranges, made examples consistent (diff)
- 12:05 Holes edited by
- Used a bit better example, updated info on implicit parameters (diff)
- 08:30 Ticket #5520 (Spurious warning with new associated types and MultiParamTypeClasses) closed by
- fixed: Done already […] Simon
- 08:22 Ticket #5637 (runhaskell ghc panic running netwire 2 demo) closed by
- fixed: No response from submitter, so assuming this is fixed.
- 08:09 Ticket #5399 (GHC 7.0.3 produces corrupt .hi files for qtHaskell) closed by
- fixed: No response from submitter, so closing. Please reopen if you think it's …
- 08:08 Ticket #4462 (-dcore-lint error in simplifier phase 0 when profiling) closed by
- fixed: No response from submitter, so optimistically assuming this is fixed. …
- 08:06 Ticket #3675 (load fails with Literate target contents) closed by
- invalid: No response from submitter, so closing.
- 06:09 ViewPatterns edited by
- typo (diff)
- 06:06 Ticket #5860 (Ambiguity between redundant imports) closed by
- invalid: Looks ok to me. The error message points to line 4, and the import of …
02/08/12:
- 11:29 Ticket #5860 (Ambiguity between redundant imports) created by
- GHC reports this program: […] as having a redundant import of …
- 11:07 Ticket #5808 (nofib/spectral/hartel/transform is crashing with -fllvm (LLVM 2.7)) closed by
- wontfix: OK can reproduce. This only happens with LLVM 2.7. any higher versions are …
- 10:53 Ticket #5845 (Change description of old-locale to NOT say its deprecated) closed by
- fixed: Fixed in 9f4b00d4ef5b37adffa01742a09b6f9ad2df1a09. I also pulled in the …
- 09:38 Ticket #5859 (unsafeInterleaveIO duplicates computation when evaluated by multiple ...) created by
- When the following code is compiled with -O1 or -O2, the interleaved …
- 09:08 Ticket #5858 (type inference of an OverloadedString for a class instance with type ...) created by
- We have some code in Yesod: […] When I use it in my application, I am …
- 08:09 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 08:03 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 07:25 Ticket #5449 (Build failure with ghc 7.2.1: Missing (or bad) header file: runProcess.h) closed by
- fixed: It's now on hackage.
- 06:49 Ticket #5848 (Calling ghc without -o overwrites symbolic links) closed by
- invalid: Thanks for the report. The behaviour when the output file is a symlink is …
- 06:47 Ticket #5857 (GHC Panic when using unbound type variables created with newName in ...) created by
- I received the following GHC panic report: ghc: panic! (the 'impossible' …
02/07/12:
- 17:11 Ticket #5856 (numrun012 test fails on i686 works on x86_64) created by
- I have built ghc on both x86_64 and i686 for archlinux. make test has no …
- 15:16 Ticket #5855 (Computation Hangs Using PolyKinds) created by
- I have tried to distill this down to a minimal example. The following …
- 14:41 Holes created by
- Still very much a work in progress: proposal of bringing the holes of Agda …
- 10:59 Ticket #5852 (methods and associated types treated differently wrt. qualification) closed by
- fixed: Now that I have installed GHC 7.4.1 (for a different reason than this …
- 08:30 Ticket #5854 (TH: INLINABLE pragma support (patch)) created by
- I needed it for my data-dword library, …
- 06:45 Building/Porting edited by
- Update for GHC 7.4.1 (diff)
- 05:33 WikiStart edited by
- (diff)
- 02:44 Ticket #5853 (Out-of-memory crash when using RULES and type families) created by
- GHC(i) 7.4.1 crashes with an OOM error on the following code: […]
- 01:45 Ticket #5852 (methods and associated types treated differently wrt. qualification) created by
- Say I have the following module: […] Now I use this module in another …
- 01:38 Ticket #5818 (gcd and fizzled reversed in event SparkCounters) closed by
- wontfix: Thanks! I'll close the bug then.
- 00:34 Ticket #5851 (RTS Crashes on Exit with double free) created by
- On compiling with […] or […] RTS crashes on exit (normal or …
02/06/12:
- 23:48 Ticket #5847 (Error message trying to use SOE) closed by
- fixed: I redownloaded the latest SOE zip file and it seems to be working! I …
- 17:50 Ticket #5850 (Greater customization of GHCi prompt) created by
- GHCi is bit more than a Haskell interpreter. With the :! and …
- 10:45 DataParallel/LiveFusion edited by
- Improve SF section. (diff)
- 10:18 Building/Unregisterised edited by
- (diff)
- 07:56 Ticket #5849 (Buliding on arm broke in 7.4.1) created by
- As you can see here: …
- 05:38 Ticket #5848 (Calling ghc without -o overwrites symbolic links) created by
- This might not be a bug (might even be a feature...) but I find it …
- 04:15 DataParallel edited by
- (diff)
- 04:13 DataParallel/LiveFusion created by
- 02:17 Ticket #5847 (Error message trying to use SOE) created by
- I've had a really hard time getting the SOE package up and running. I …
- 00:52 Ticket #5792 (PolyKinds and recompilation causes internal error) closed by
- fixed: And I fixed the HEAD thus: […] Plus a regression test. Done! Simon
- 00:50 Ticket #5833 (PolyKinds10 fails an assert) closed by
- fixed: Fixed by […] Thanks for reporting Simon
- 00:50 Ticket #5798 (PolyKinds: couldn't match kind `BOX' against `*') closed by
- fixed: Fixed by […] Thanks for reporting Simon
- 00:48 Ticket #5829 (break003, break006, print019 fail with a DEBUG compiler) closed by
- fixed: Thanks. I believe these failures are now fixed […] Simon
- 00:47 Ticket #5832 (PolyKinds03 and PolyKinds13 fail an ASSERT) closed by
- fixed: Fixed by […]
02/05/12:
- 15:38 Building/Porting edited by
- all .hsc files have the issue (diff)
- 12:14 Building/Porting edited by
- drop duplicate (diff)
- 12:07 Building/Porting edited by
- I got issues with the stat struct (diff)
- 11:41 Ticket #5846 (Add GHC.Stats.gcStatsEnabled) created by
- It would be nice if GHC.Stats exported a new, top-level constant, …
02/04/12:
- 17:18 Ticket #5845 (Change description of old-locale to NOT say its deprecated) created by
- Would everyone be OK if I changed the description of 'old-locale' package …
- 16:29 Ticket #5844 (Panic on generating Core code) created by
- STEPS TO REPRODUCE 1. Create the file "Panic.hs" with the contents: …
Note: See TracTimeline
for information about the timeline view.
