Timeline
04/28/08:
- 16:25 Ticket #2155 (More deadlock issues with concurrent I/O) closed by
- duplicate: Now fixed, it was indeed a duplicate of #1780.
- 16:11 Ticket #2247 (GHC accepts FD violations, unless the conflicing instances are used) created by
- consider […] the class instance for FD is odd, because there is no …
- 13:07 Ticket #2246 (Numeric literal very badly optimized) created by
- Compile the following program with -ddump-simpl […] Note how there's …
- 13:01 Ticket #2245 (Numeric literal printed wrong in error message) created by
- Compile the following with -Wall […] The error message says […] …
04/27/08:
- 19:12 Status/May08 edited by
- (diff)
- 19:11 Status/May08 created by
- 19:10 Status edited by
- (diff)
- 15:49 Ticket #2093 (getSymbolicLinkStatus (and possibly other functions) broken on systems ...) closed by
- fixed: Thanks for the patch! I've applied it to HEAD and 6.8 branch.
- 15:44 Ticket #2134 (Intermittent file locking bug in installPackage.hs) closed by
- fixed: OK, I've merged the patch.
- 15:42 Ticket #2217 (:list command missing from help) closed by
- fixed: Fixed in HEAD and 6.8 branch […]
- 15:29 Ticket #2069 (GHC crashes when both -shared and --make flags are specified) closed by
- fixed: It was already fixed in the HEAD. I've now also fixed it in the 6.8 …
- 14:37 Commentary edited by
- (diff)
- 14:37 Commentary/Libraries created by
- 10:04 Ticket #2244 (load in GHCi doesn't work with UTF-8 filenames) created by
- When I try to load a file with a UTF-8 character, I got: […] With the …
- 09:51 Ticket #2199 (th32SnapEnumProcesses in System.Win32.Process prints debugging information ...) closed by
- fixed: Merged
- 09:49 Ticket #2129 (runInteractiveCommand/Process docs don't mention if handles are text or ...) closed by
- fixed: Fixed in HEAD and 6.8 branch by […]
- 09:47 Ticket #2036 (Show for Double and Float doesn't use parenthesis for negative zero.) closed by
- fixed
- 09:44 Ticket #2223 (Int64.toInteger) closed by
- fixed: Merged […]
- 09:44 Ticket #2071 (hp2ps does not handle SCCs with spaces in the identifiers) closed by
- fixed: Fixed (in the sense that we now give an error if spaces are used in an SCC …
- 07:45 Commentary/CodingStyle edited by
- (diff)
04/26/08:
- 16:21 Ticket #2242 (review and apply small patch removing no longer existing modules from ghc ...) closed by
- duplicate
- 14:20 Ticket #2243 (Can we remove IlxGen, Java, JavaGen, PrintJava?) created by
- See patch description. Another small hasktags patch making it find more …
- 14:19 Ticket #2242 (review and apply small patch removing no longer existing modules from ghc ...) created by
- See patch description
- 13:57 Ticket #2198 (Build failure on Mac OS X Tiger Intel) closed by
- fixed: Thanks for the report. Happily, from …
- 03:50 Ticket #2241 (unknown epilogue mangling, WARNING: Epilogue junk) created by
- At some point (before the 10th Apr) we started getting epilogue junk in …
04/25/08:
- 17:46 Ticket #2230 (ghci crashes with .o mismatches) closed by
- worksforme: This works for me. If you can reproduce it, please reopen this bug and …
- 11:59 Ticket #2240 (Random "interface file corrupt" while building) created by
- I don't have a repro case for this right now; I'll try get my code back to …
- 09:20 ExtensibleRecords edited by
- Functional References (diff)
- 09:02 Ticket #2237 (qualified names not permitted everywhere in instances) closed by
- invalid: OK I think we are agreeing that GHC implements the spec. We can argue …
- 05:43 Ticket #2239 (lack of improvement/reduction with TFs) created by
- […] for some reason, the TF version doesn't work as well as the FD …
- 04:46 Ticket #2238 (panic nameModule tpl_B1{v}) created by
- using the attached code, we get […] but if we uncomment the CTF …
- 04:16 Ticket #2237 (qualified names not permitted everywhere in instances) created by
- consider using a class that is imported qualified only: - we cannot …
- 01:39 Ticket #2236 (Deep stacks make execution time go through the roof) created by
- In the code below, switching from mapM_ to mapM causes a 20x change in …
04/24/08:
- 20:56 Commentary/Compiler/Backends/NCG/RegisterAllocator/Code edited by
- fix broken links (diff)
- 12:02 Building/Windows edited by
- more IE formatting (diff)
- 11:59 Building/Windows edited by
- formatting for IE (diff)
- 07:26 Building/Windows edited by
- (diff)
- 05:50 Ticket #2196 (Errors in output from formatTime) closed by
- invalid: Thanks for the report. However, the time package says: […] so please …
- 01:08 TypeFunctionsStatus edited by
- (diff)
- 00:52 Ticket #2235 (Bogus occurs check with type families) created by
- Consider this program, using type families: […] I get the error (from …
04/23/08:
- 17:19 Ticket #2221 (Can't use quotations ([| ... |]) insides declaration splices) closed by
- duplicate: Thanks for the report. The problem you're seeing here is that you can't …
- 15:17 Ticket #2227 ((fgl) reimplement Data.Graph.Inductive.Query.Dominators) closed by
- fixed: Martin Erwig kindly applied the patch.
- 13:22 Ticket #2179 (Improve error message when `main' is not of the right type) closed by
- fixed: Test added (tcfail199)
- 13:22 Ticket #2141 (Internal error on invalid record update) closed by
- fixed: Merged, and rnfail054 added.
- 13:21 Ticket #2044 ("Can't unify" error in debugger) closed by
- fixed: Merged
- 12:00 Ticket #2158 (deriving (Ix) and listArray give unexpected results) closed by
- fixed: Merged
- 10:46 Ticket #2234 (Profiled binaries create empty files) created by
- […] I recently happened to go through the effort to build a copy of …
- 08:23 Building/Windows edited by
- typo (diff)
- 05:16 Ticket #2097 (bug in regEnumKeys (System.Win32.Registry)) closed by
- fixed: I've merged the patch now, and I'm pretty sure it's safe, if not optimal, …
- 05:11 Ticket #2192 (occasional segmentation faults when using Control.Parallel) closed by
- fixed: Merged
- 03:07 Building/GettingTheSources edited by
- rearranged some text for clarity (diff)
04/22/08:
- 15:12 Ticket #2233 (Overhaul System.Process) created by
- == Overhaul of System.Process == From the patch: […] Haddock for the …
- 11:25 Ticket #2231 (ASSERT failed! file typecheck/TcMType.lhs line 442 t_a7Fa{tv} [tau]) created by
- As discussed this afternoon on #ghc. From the attached tarball, unpack, …
- 09:16 Building/Windows edited by
- (diff)
- 02:36 Ticket #2230 (ghci crashes with .o mismatches) created by
- Basic recipe is: 1) have multi-file program, compile with ghc --make …
- 02:07 Building/PlatformsScriptsFileNames edited by
- typo (diff)
- 02:05 WindowsGhc edited by
- dead link (diff)
- 01:59 Status/Releases edited by
- (diff)
- 01:56 Status/Releases edited by
- (diff)
- 01:51 WikiStart edited by
- (diff)
- 01:49 Status/Releases edited by
- (diff)
- 01:48 WikiStart edited by
- (diff)
- 01:47 Status/Releases created by
- 01:31 WikiStart edited by
- (diff)
- 01:30 Commentary edited by
- (diff)
- 01:29 WikiStart edited by
- (diff)
- 01:28 Commentary edited by
- (diff)
04/21/08:
- 20:50 Ticket #2229 (ghc crashes on trying to build encoding module) closed by
- duplicate: Duplicate of #2225.
- 20:45 Ticket #2229 (ghc crashes on trying to build encoding module) created by
- It gets this far: […]
- 17:05 Ticket #2228 (runghc screws up terminal buffering mode and doesn't reset it) created by
- If I use runghc to run a Haskell script that reads from stdin, my terminal …
- 14:05 Ticket #2227 ((fgl) reimplement Data.Graph.Inductive.Query.Dominators) created by
- As pointed out at …
- 07:52 Ticket #2226 (duplicate samples in heap profiling (-hc) output on 6.8.2) created by
- I tried to catch a bug in xmonad by using heap profiling (-hc). Compiled …
- 01:27 ExplicitCallStack edited by
- (diff)
04/18/08:
- 17:09 Ticket #2211 (Installing latest GHC-6.8.2 stable: pwd with floating point exception) closed by
- invalid: Thanks for the report. However, this is caused by your system libraries …
- 16:57 Ticket #2214 (trac wishes: "performance feature request" ticket type, "trac" component) closed by
- invalid: I'm not sure that performance bug vs performance feature request is a …
04/16/08:
- 21:01 Ticket #2225 (hackage library encoding-0.4 crashes ghc 6.8.2) created by
- This is on i386 ubuntu gutsy. Output of "runghc Setup.hs build" is: …
- 17:54 Ticket #2224 (-fhpc inteferes/prevents rewrite rules from firing) created by
- Use case: I'm writing tests for rewrite rules, and using HPC to determine …
- 14:44 Ticket #2223 (Int64.toInteger) created by
- […] The problem appears to be in the recently changed …
- 11:22 Ticket #2220 (Subprocesses do not close open FDs) closed by
- duplicate: See #1780, and the discussion on haskell-cafe that is linked from it.
04/14/08:
- 23:27 Ticket #2222 (Template Haskell: reify returns incorrect types when ommiting type ...) created by
- Replicable with GHC versions 6.8.2 and 6.9 (20080219 snapshot). …
- 22:25 TypeFunctionsStatus edited by
- (diff)
- 13:49 Ticket #2221 (Can't use quotations ([| ... |]) insides declaration splices) created by
- Normal Template Haskell allows many levels of splicing and quotations: …
- 10:41 Ticket #2220 (Subprocesses do not close open FDs) created by
- When creating a subprocess, for example with runInteractiveProcess, only …
- 00:13 Ticket #2219 (GADT match fails to refine type variable) created by
- The following code is accepted by the type checker in 6.8.2, but is …
04/13/08:
04/12/08:
- 13:17 Ticket #2218 (ghci leaks memory on :reload etc) created by
- Memory usage seems to increase on every :reload of interpreted code; I …
- 02:33 Ticket #2217 (:list command missing from help) created by
- The :list command is missing from the list that :help …
04/11/08:
- 17:06 Ticket #2216 (Better error message for unboxed types with no -fglasgow-exts flag) created by
- If I compile: […] with ghc -c, I get: […] A better message …
- 10:23 Ticket #2215 (:disable command to disable breakpoints) created by
- Okay, I've finally gotten around to trying the debugger, and I noticed …
- 10:14 Ticket #2214 (trac wishes: "performance feature request" ticket type, "trac" component) created by
- It would be nice if there was a ticket type for performance feature …
- 09:50 Milestone 6.10.1 completed
- For the release status, please see the [wiki:GHC-6.10.1 GHC 6.10.1 status …
- 07:38 Ticket #2213 (Confusing flags for rewrite rules) created by
- Functions exported via rewrite rules are incorrectly flagged as "defined …
- 06:38 Ticket #2212 (Double assignment to coercion variable) created by
- Test gadt/equal is failing with […] (You may not see this if you …
- 00:45 Ticket #2211 (Installing latest GHC-6.8.2 stable: pwd with floating point exception) created by
- I tried to install …
04/10/08:
- 20:59 Ticket #2210 (ghci gets into weird state if loading a module with a bad LANGUAGE pragma) created by
- Try loading a module like this into ghci: […] This gets ghci into …
- 16:15 Commentary/Compiler/Backends/PprC edited by
- point out another possible disadvantage -- no inline functions (diff)
- 14:50 Ticket #2209 (MagicHash extraction is wrong on x86_64 with -fasm -O2) created by
- I am trying to directly get at the underlying IEEE representation of a …
- 13:06 Ticket #2208 (many .xml files for the User's Manual force xml-mode in emacs) created by
- Many (all?) of the XML files for the User's Manual contain the following …
- 08:01 Ticket #2207 (Load the interface details for GHC.* even without -O) created by
- Neil says: I just tried compiling the following program: […] with `ghc …
- 04:19 Ticket #2206 (GADT pattern match with non-rigid return type) created by
- Chris Casinghino (ccasin@…) writes: I've been playing with …
- 02:03 Ticket #2205 (infix type constructors seem to ignore associativity) closed by
- fixed: Caused by […] Fixed by […] I will push shortly.
04/09/08:
- 13:32 Commentary/Compiler/Backends/PprC edited by
- add information about prototypes (diff)
- 11:54 Commentary/Compiler/Backends/PprC edited by
- add bit about header files (diff)
- 05:51 Building/GettingTheSources edited by
- (diff)
- 05:50 WikiStart edited by
- (diff)
- 04:14 TypeFunctionsStatus edited by
- (diff)
04/08/08:
- 20:51 TypeFunctionsStatus edited by
- (diff)
- 18:08 Ticket #2205 (infix type constructors seem to ignore associativity) created by
- In the following program, fst3 and fst3' should be equivalent, but fst3' …
- 15:57 Internships edited by
- emphasize the need to email (diff)
- 10:17 Ticket #2204 (Improve 'patterns not matched' warnings) created by
- Compiling the following with -fwarn-incomplete-patterns: […] …
04/07/08:
- 21:04 TypeFunctionsStatus edited by
- (diff)
- 21:03 Ticket #2203 (TFs in class instances heads) created by
- Ganesh posted the following example on haskell-cafe: […] It fails to …
- 17:53 Ticket #2202 (type error causes type checker stack overflow) created by
- The following code causes […] during type checking. I've tried to …
- 14:47 Ticket #2195 (yi: internal error: R_X86_64_PC32 relocation out of range: (noname) = ...) closed by
- duplicate: see #2013 upshot: we need a way to do mmap(... MAP_32BIT ...) on …
- 00:54 TypeFunctionsStatus edited by
- (diff)
04/06/08:
- 20:50 TypeFunctionsStatus edited by
- (diff)
- 19:54 TypeFunctions/TotalFamilies edited by
- (diff)
- 14:52 Ticket #2201 ("ghc-pkg --user describe '*'" fails with empty user db) created by
- With ghc 6.9 and later Cabal uses the new "ghc-pkg describe '*'" …
- 14:44 Ticket #2091 (heap corruption in ghc-6.8.2?) closed by
- worksforme: I can't reproduce this with Debian's wine 0.9.41-1, so it sounds like a …
- 13:39 Ticket #2200 (big static random access arrays) created by
- These would be unlike StorableArrays because they would be available at …
- 12:25 Building/GettingTheSources edited by
- Kill spam (diff)
- 11:58 Ticket #2199 (th32SnapEnumProcesses in System.Win32.Process prints debugging information ...) created by
- TSIA, pretty much. I suspect that when the author was developing this …
- 04:01 TypeFunctions/TotalFamilies edited by
- (diff)
- 03:42 TypeFunctions/TotalFamilies edited by
- (diff)
- 03:29 TypeFunctions/TotalFamilies edited by
- (diff)
- 02:54 TypeFunctions/TotalFamilies edited by
- (diff)
- 02:49 Ticket #2198 (Build failure on Mac OS X Tiger Intel) created by
- The ghc in Macports fails to build on my Intel MacBook, running Mac OS …
- 02:31 TypeFunctions/TotalFamilies edited by
- (diff)
- 02:00 TypeFunctions/TotalFamilies created by
- 01:43 Commentary edited by
- (diff)
- 01:40 TypeFunctions edited by
- (diff)
- 01:37 TypeFunctions edited by
- (diff)
- 01:29 TypeFunctionsSynTC edited by
- (diff)
04/05/08:
- 20:10 Ticket #2197 (GHCi doesn't work when built with way=p) created by
- I don't really mind so much that Cabal etc. don't support building GHCi …
- 17:39 Ticket #2084 (GHC panic) closed by
- invalid: No response from submitter, and no testcase, so closing bug.
- 17:38 Ticket #2083 (linker reports missing symbols Main.c:(.text+0x12): undefined reference to ...) closed by
- worksforme: No reply from submitter, and probably caused by an incorrect module …
- 17:28 Ticket #2196 (Errors in output from formatTime) created by
- Hi, I have discovered two errors in the Date/Time libraries distributed …
- 15:53 Ticket #2015 (SOE samples crash when running from ghci rather than compiling and running ...) closed by
- worksforme: It works fine for me, with GLFW installed using Cabal: […] I don't know …
- 14:11 Ticket #2195 (yi: internal error: R_X86_64_PC32 relocation out of range: (noname) = ...) created by
- FreeBSD 7.0 kmacy@pandemonium [~/devel/tmp/yi-0.3|14:09|30] yi …
- 09:38 Commentary/Rts edited by
- Add "Also check the list of cross-cutting concerns in Commentary" … (diff)
04/04/08:
- 22:43 Ticket #2194 (internal error: R_X86_64_32 relocation out of range) created by
- […] I'm running Ubuntu 8.4 Beta on some sort of Intel 64-bit platform …
- 15:35 Ticket #2193 (Monomorphic Pattern Bindings and Error Messages) created by
- Not clear to me if the following should be a type error or if it should be …
- 14:51 Ticket #2192 (occasional segmentation faults when using Control.Parallel) created by
- The attached program fails quite often with segmentation faults or …
- 14:13 Ticket #2181 (internal error: END_TSO_QUEUE object entered!) closed by
- invalid: OK, so that says that it's not unregisterised, and therefore using …
04/02/08:
- 20:15 TypeFunctionsStatus edited by
- (diff)
- 16:19 Ticket #1947 (Segmentation fault/access violation in generated code) closed by
- fixed: I couldn't reproduce the problem with 6.8.2, but I have now added the …
- 12:44 Ticket #2191 (A way to programmatically cause GHC to report the cost center stack ...) created by
- I find that I often wish I could ask GHC to tell me "where did *that* …
- 11:11 Ticket #2190 (unionBuildInfo should not always use nub) closed by
- invalid: Thanks for the report. I've refiled it as a Cabal bug here: …
- 09:31 Ticket #1423 (compilation with profiling makes gcc run out of memory) closed by
- fixed: No problems here with 6.8.2 and a 200M ulimit. The default is now -fasm, …
04/01/08:
- 22:56 Ticket #2190 (unionBuildInfo should not always use nub) created by
- In libraries/Cabal/Distribution/PackageDescription.hs, the unionBuildInfo …
03/31/08:
- 14:22 Ticket #2189 (hSetBuffering stdin NoBuffering doesn't work on Windows) created by
- The following program repeats inputted characters until the escape key is …
03/30/08:
- 22:48 TypeFunctionsStatus edited by
- (diff)
- 14:13 Ticket #2188 (TH scoping problem) created by
- In the HEAD, these modules: […] […] give: […] Renaming the outer …
- 10:34 Ticket #2167 (The -main-is option to runghc does not appear to work.) closed by
- duplicate: Thanks for the report. Happily, this has already been fixed (see #1312), …
- 09:51 Ticket #2170 (make install fails for x86 ubuntu linux) closed by
- fixed: Thanks for the report. I've just installed …
03/29/08:
- 17:03 Commentary/Compiler/SymbolNames edited by
- spelling (diff)
- 17:03 Commentary/Compiler/SymbolNames edited by
- caps (diff)
- 13:13 Ticket #2187 (Top-level bindings are broken for polymorphic values) created by
- Top-level pattern bindings don't work for polymorphic values. Here's an …
- 13:04 Ticket #1699 (Fix network wrt abstract unix sockets) closed by
- fixed: I've applied aus_simple.dpatch. Thanks!
- 12:28 Ticket #2186 (unsafePerformIO prevents space leak?) created by
- Sadly, I don't have a concrete testcase for this, but I've fixed this …
- 06:41 Ticket #2185 (Memory leak with parMap) created by
- With the attached All.hs, if you run the program without any arguments …
Note: See TracTimeline
for information about the timeline view.
