Timeline
09/25/08:
- 23:59 Ticket #2627 (GADT + Type family doesn't unify like I expect) created by
- I'd expect this program to compile; the "given" equations in "conn" should …
- 16:29 Ticket #2618 (Order is relevant when matching signature contexts of a mutually recursive ...) closed by
- invalid: It's part of the Haskell 98 spec; see the last sentence of Section 4.5.2 …
- 16:11 Ticket #303 (Rebindable syntax doesn't work as advertised) closed by
- duplicate: This is really a dup of #1537, which was fixed last year but never got …
- 12:52 Ticket #303 (Rebindable syntax doesn't work as advertised) reopened by
- This seems to be broken in 6.8.3, at least for "weird" monad types. Test …
- 12:28 Ticket #2620 (`ghci --help` gives unhelpful error message) closed by
- fixed
- 12:27 Ticket #2617 (GHC.Integer no longer exports S# and J#) closed by
- fixed: Thanks for the report. You can now get the constructors from …
- 05:25 Ticket #2623 (Crypto-0.4.1 -- the impossible happened) closed by
- fixed: Thanks for the report; this is fixed in 6.10.
- 04:54 Ticket #2616 (install script can't replace /usr/local/bin/runhaskell) closed by
- fixed: Thanks for the report; now fixed.
- 04:41 Ticket #2602 (Haddock not installed properly) closed by
- fixed: Thanks for the report; now fixed.
- 04:37 Ticket #2589 (ghci fails in ByteCodeGen.lhs with "nonexhaustive patterns in case") closed by
- fixed: The code is now -Wall clean, so this sort of crash shouldn't happen.
- 04:27 Ticket #2575 (shell script gotcha in boot) closed by
- fixed: Thanks for the report; now done.
- 01:44 TypeFunctionsStatus edited by
- (diff)
09/24/08:
- 15:45 Ticket #2580 (export Data.Map.toDescList) closed by
- fixed: Applied, thanks!
- 12:46 Ticket #2626 (In ISO8601 the date and time should be separated by a 'T', not a space) created by
- A proper proposal for the issue raised in #2474. Deadline: a week after …
- 10:23 Building/Prerequisites edited by
- (diff)
- 09:44 Ticket #1920 (Show instance for Ratio is wrong) closed by
- fixed: Merged.
- 09:44 Ticket #2499 (OPTIONS pragma silently ignored) closed by
- fixed: Merged.
- 09:44 Ticket #2566 ("ghc -c foo.bar" silently does nothing) closed by
- fixed: Merged.
- 09:43 Ticket #2597 (panic! (the 'impossible' happened) (using TH)) closed by
- fixed: Both merged.
- 07:56 Design/TypeNaming edited by
- (diff)
- 07:45 Design/TypeNaming edited by
- (diff)
09/23/08:
- 21:58 Ticket #2625 (Unexpected -ddump-simpl output for derived Ord instance and UNPACKed ...) created by
- In the following example, with either -O or -O2 In the derived Eq …
- 18:53 Design/TypeNaming edited by
- comment on taking a bigger step toward signatures in place of export lists (diff)
- 15:50 Design/TypeNaming edited by
- (diff)
- 15:39 Design/TypeNaming edited by
- (diff)
- 10:01 Ticket #2622 (sum and product thunkpile) closed by
- invalid: We can't apply this patch, because it changes the semantics of sum & …
- 09:52 Ticket #2621 (sum and product thunkpile) closed by
- duplicate: resubmitted as #2622
- 09:52 Design/TypeNaming created by
09/22/08:
- 23:46 Ticket #2624 (GHC 10.1 beta build error) created by
- […]
- 23:15 Ticket #2623 (Crypto-0.4.1 -- the impossible happened) created by
- I'm using the Linux binary of GHC 6.8.3 to build the crypto library. The …
- 20:31 Ticket #2622 (sum and product thunkpile) created by
- Do "ulimit -v 524288" at the shell so your machine won't hang. Run ghci, …
- 20:23 Ticket #2621 (sum and product thunkpile) created by
- Do "ulimit -v 524288" at the shell so your machine won't hang. Run ghci, …
- 15:21 Ticket #2493 (implement proposed Qualified Operator syntax) closed by
- fixed: Done: […] The implementatin is not exactly the same as the proposal, …
- 10:50 TypeFunctionsStatus edited by
- (diff)
- 09:42 Ticket #2620 (`ghci --help` gives unhelpful error message) created by
- Running ghci --help gives the following humorous output: […] This …
- 09:33 Ticket #2619 (Can't build older compiler) created by
- I tried to build an up-to-date HEAD (ghc-6.9.20080920) with …
- 07:34 Ticket #2618 (Order is relevant when matching signature contexts of a mutually recursive ...) created by
- The Following code […] gives this error: […] but it compiles fine if …
- 06:07 Ticket #2617 (GHC.Integer no longer exports S# and J#) created by
- These constructors are needed for hs-plugins' Data.Binary instance for …
- 06:06 Ticket #2616 (install script can't replace /usr/local/bin/runhaskell) created by
- sudo make install under OS X encounters the following error if runhaskell …
09/21/08:
- 04:11 Ticket #2565 (Windows binary snapshots not available) closed by
- fixed: There are now newer snapshots available
09/20/08:
- 16:45 Ticket #2311 (hpc markup fails to create directory when marking up coverage of a package) closed by
- fixed
- 16:45 Ticket #2052 (hpc ignores files containing LINES pragmas that refer to .hsc files) closed by
- fixed
- 15:51 Ticket #2615 (ghci doesn't play nice with linker scripts) created by
- I'm trying to use HsHyperEstraier? with ghci. I can compile and run the …
- 12:46 Ticket #2582 (We need to provide runhaskell) closed by
- fixed: Now done.
- 08:37 OpenSPARC created by
- initial info
- 04:43 Status/Releases edited by
- (diff)
- 01:39 Ticket #2614 (Enumeration of values for `Sys.Info.os`, `Sys.Info.arch`) created by
- It is desirable to have an enumeration of values that might end up in …
09/19/08:
- 08:47 Ticket #738 (ghc can't load files with selinux Enforcing) closed by
- fixed: Ok, it turned out to be not as hard as I thought it might be. But libffi …
- 06:32 Ticket #2613 (configure should summarize important results at the end of its run) created by
- ./configure in ghc head produces a lot of output, including lots of …
- 05:01 Ticket #1875 (Compiling with -O is 30 times slower than with -Onot) closed by
- fixed: Fixed at last […] I'm assuming this is the same as #955, #2328. Simon
- 04:20 Ticket #2612 (deriving Data.Typeable on phantom newtypes does not report that ...) closed by
- duplicate
- 04:03 Ticket #2612 (deriving Data.Typeable on phantom newtypes does not report that ...) created by
- newtype Foo x = Foo deriving (Typeable) reports the rather cryptic error …
- 03:54 Ticket #1470 (Overlapping (etc) instances) closed by
- fixed: Fixed by […] Simon
09/18/08:
- 14:00 Ticket #2611 (print022 fails) created by
- print022 fails: […]
- 10:28 Ticket #2610 (File permission-related proposals) created by
- Once 6.10 is out of the way, we should file some permission-related …
- 09:24 Ticket #2604 (Suggest -XDeriveDataTypeable with "newtype" too) closed by
- fixed: At last! A bug I can fix quickly! Thanks for the suggestion. […] …
- 09:03 Ticket #2609 (Compiling with -O2 is 7x slower than -O) created by
- Serge writes that compiling DoCon with -O2 -fvia-C "does not gain more …
- 07:44 Design/BuildSystem edited by
- (diff)
- 02:26 Ticket #2608 (Direct support for unit tests in Cabal) created by
- I'm passing along Debian wishlist bug [ http://bugs.debian.org/458495 …
- 02:11 Ticket #2607 (Inlining defeats selector thunk optimisation) created by
- From a …
- 00:45 Commentary/Compiler/CodeGen edited by
- slash (diff)
09/17/08:
- 19:35 Ticket #2606 (Backspace, delete, etc. don't work in ghci in HEAD) created by
- […] When I pressed my Backspace key, the ^? showed up. When I …
- 16:20 Ticket #2005 (localhost on mac causes getnameinfo error in safari.) closed by
- fixed: This has been fixed by #2326 (works for me on OS X 10.5.4 with …
- 09:57 Commentary edited by
- (diff)
- 08:31 Ticket #2326 (Make configure check sockaddr.sa_len) closed by
- fixed: Pushed, thanks! […]
- 08:22 Ticket #2605 (Possible error message improvement when -XRankNTypes is missing) closed by
- fixed: I'm closing the ticket, since the Debian bug submitter was happy with the …
- 07:19 Building edited by
- Removed "adding lib.s" links, now in "getting the sources" (diff)
- 07:15 Building/GettingTheSources edited by
- included "manually adding packages" below --extra explanation (diff)
- 06:37 Ticket #2596 (Token concatentation (##) in C preprocessor) closed by
- invalid: Malcolm is right... closing the ticket.
- 06:35 Ticket #955 (more object-code blow-up in ghc-6.8.3 vs. ghc-6.4.2 (both with ...) closed by
- fixed
- 02:48 AddingLibsToBuild edited by
- (diff)
- 02:47 Ticket #2605 (Possible error message improvement when -XRankNTypes is missing) created by
- I'm forwarding wishlist bug #499217 from …
- 02:47 Building edited by
- (diff)
- 02:46 Building/AddingLibs edited by
- (diff)
- 02:45 Building/AddingLibs created by
- 02:45 Building edited by
- (diff)
- 02:42 Ticket #2604 (Suggest -XDeriveDataTypeable with "newtype" too) created by
- I'm forwarding wishlist bug #499216 from …
- 02:28 AddingLibsToBuild created by
- 02:10 Building edited by
- info about manually adding extra libraries (diff)
- 00:35 Ticket #2601 (Extra parens in error message's displayed code) closed by
- fixed: Happily this is already OK in the HEAD (and hence in 6.10). Thanks for …
- 00:31 Commentary edited by
- (diff)
- 00:30 Commentary/SourceTree edited by
- (diff)
- 00:30 Building/Files edited by
- (diff)
- 00:29 Building/Files edited by
- (diff)
- 00:25 Building/Files edited by
- (diff)
- 00:03 TypeFunctionsSolving edited by
- (diff)
09/16/08:
- 09:02 Ticket #2603 (Crash on Korn shell on Windows XP) created by
- Running GHC HEAD in a Korn Shell on Windows XP gives: […] The problem …
- 08:07 Ticket #2602 (Haddock not installed properly) created by
- I built GHC Head, took a bindist, moved that to a different machine, and …
- 08:04 Building/Windows edited by
- --with-gcc has two dashes (diff)
- 07:28 Ticket #2601 (Extra parens in error message's displayed code) created by
- I'm forwarding the bug #499137 from …
- 07:03 Ticket #2469 (Linking fails with "multiple definition of `deRefStablePtr'") closed by
- fixed: Fixed: […]
- 05:55 Ticket #1999 (panic with GADT etc.) closed by
- fixed: Fixed with the new equality solver.
- 04:29 Ticket #2600 (Bind type variables in RULES) created by
- Roman writes: here's an example I came across while working on the …
- 04:22 Ticket #2599 (Improve error message for type rigidity) created by
- When saying that a GADT match is given a non-rigid type, we should be more …
- 02:37 Ticket #2598 (Avoid excessive specialisation in SpecConstr) created by
- This ticket captures an email thread so it doesn't get lost. Consider …
- 02:00 Ticket #2597 (panic! (the 'impossible' happened) (using TH)) created by
- ghc: panic! (the 'impossible' happened) (GHC version 6.8.3 for …
09/15/08:
- 22:37 TypeFunctionsSolving edited by
- (diff)
- 12:08 Ticket #2596 (Token concatentation (##) in C preprocessor) created by
- […] Should expand to […] This behavior is defined in the C …
- 09:30 Ticket #2328 (Compiling DoCon with 6.8.3 has 3x slow-down compared with 6.8.2) closed by
- fixed: I believe this is now fixed. Hurrah! Simon
- 08:28 Ticket #2587 (Optimiser bug with extistentials and GADT's) closed by
- fixed: Excellent example, thank you. Fixed by […] Simon
- 07:00 Ticket #2595 (Implement record update for existential and GADT data types) created by
- Ganesh writes: The most important thing for me is supporting record update …
- 00:53 Ticket #2590 (problem with very large lists) closed by
- duplicate: Already ticketed as #789, but thanks for the report!
09/14/08:
- 10:07 ArmLinuxGhc edited by
- Attempted Hugs port (diff)
- 00:13 TypeFunctionsSolving edited by
- (diff)
09/13/08:
- 22:15 TypeFunctionsSolving edited by
- (diff)
- 21:32 TypeFunctionsSolving edited by
- (diff)
- 17:09 Ticket #2594 (Wrong size for Int in arguments to functions wrapped to FunPtr by FFI ...) reopened by
- Replying to duncan: I was unsure about the correct use of the …
- 16:52 Ticket #2594 (Wrong size for Int in arguments to functions wrapped to FunPtr by FFI ...) closed by
- invalid: I think this is an incorrect use of the FFI. The example uses Haskell …
- 16:14 Ticket #2593 (Wrong size for Int in arguments to functions wrapped to FunPtr by FFI ...) closed by
- duplicate
- 16:07 Ticket #2594 (Wrong size for Int in arguments to functions wrapped to FunPtr by FFI ...) created by
- An operation […] is wrapped to a function pointer {{{ptr :: FunPtr? (Int …
- 16:02 Ticket #2593 (Wrong size for Int in arguments to functions wrapped to FunPtr by FFI ...) created by
- An operation […] is wrapped to a function pointer {{{ptr :: FunPtr? (Int …
- 13:22 Ticket #2592 (Can't profile when the heap maximum is hit) created by
- […] and the contents of temp.prof will be empty.
- 06:58 TypeFunctionsSolving edited by
- (diff)
- 06:53 TypeFunctionsSolving edited by
- (diff)
09/12/08:
- 21:58 Building/GettingTheSources edited by
- Should probably make darcs-all executable before executing it (diff)
- 13:17 Ticket #2591 (Explain +RTS -t/s/S output text) created by
- The user guide should explain the meaning of all this: […] Originally …
- 12:33 Ticket #2590 (problem with very large lists) created by
- I am debugging some numerical code and thought it would be easy to put the …
- 12:25 Ticket #2589 (ghci fails in ByteCodeGen.lhs with "nonexhaustive patterns in case") created by
- When loading the attached file into ghci, it fails with: […] …
- 08:49 Ticket #2148 (x86_64 code use several GiB of memory generates: internal error: ASSERTION ...) closed by
- fixed: Using today's HEAD, I just ran Bug2 until it used up all my memory (16Gb) …
- 08:00 Ticket #2351 (NetBSD defines ELF_ST_TYPE) closed by
- fixed: looks like this patch has already been committed.
- 07:17 Ticket #2586 (ghc segfaults when compiling bytestring001) closed by
- fixed: Fixed: […]
- 05:04 Ticket #2576 (bio and retainer profiling segfaults) closed by
- fixed: Fixed: […]
- 03:52 Ticket #2571 (ioref001 segfaults depending on how much stack space it has) closed by
- fixed: Fixed: […]
- 03:42 Ticket #2588 (Missed suggestion with context on foralls) created by
- Given the program: […] I get the nice and helpful error message: …
- 02:22 Ticket #2587 (Optimiser bug with extistentials and GADT's) created by
- Given the program: […] Using GHC Head from yesterday, compiling …
09/11/08:
- 17:09 Ticket #2586 (ghc segfaults when compiling bytestring001) created by
- With the bytestring001 test in the testsuite: […] That's with the …
- 15:10 Ticket #2585 (New versions of windres fail with "windres: CreateProcess (null): No ...) created by
- Initially reported here: …
- 08:27 Ticket #2584 (Pretty printing of types with HsDocTy goes wrong) created by
- Pretty printing of type signatures containing HsDocTy? goes wrong in HEAD. …
- 06:45 Building/Windows edited by
- (diff)
09/10/08:
- 14:17 Ticket #2583 (printf %s is not lazy enough) created by
- Taking a fixpoint of printf fix (printf "a%s") :: String, or …
- 08:36 Ticket #2533 (Generic functions that take integral arguments should work the same way as ...) closed by
- fixed: I've applied the patches, thanks!
- 05:46 Plugins/Annotations edited by
- (diff)
- 05:43 Plugins edited by
- (diff)
- 05:42 Plugins edited by
- (diff)
- 05:42 Plugins edited by
- (diff)
- 05:41 Plugins/Annotations edited by
- (diff)
- 04:46 Ticket #2581 (Record selectors not being inlined) closed by
- fixed: Fixed by […] Simon
- 04:22 Ticket #2582 (We need to provide runhaskell) created by
- We need to provide runhaskell
- 02:30 Ticket #2577 (dependency on $HOME environment variable) closed by
- duplicate: Already fixed, but thanks for the report! (#2492)
- 02:12 Ticket #2568 (hSetBuffering NoBuffering and getChar don't work properly on Windows) closed by
- duplicate: We already have a ticket for this: #2189
- 02:02 Ticket #2573 (Illegal polymorphic or qualified type with generics) closed by
- fixed: Fixed by […]
- 02:00 Ticket #2572 (scoped type variables: bad error message, and wrong semantics?) closed by
- fixed: Fixed by […]
- 01:32 Ticket #2581 (Record selectors not being inlined) created by
- Bryan O'Sullivan write: This comes from the bloomfilter package on …
09/09/08:
- 08:55 Ticket #2359 (Data.IntMap update{Min,Max}WithKey corrupts data structure) closed by
- fixed: Patch applied, thanks! […]
- 08:51 Ticket #2570 (2185 test segfaults rather than giving out of memory error) closed by
- fixed: Fixed: […]
- 08:48 Ticket #2574 (internal error: ARR_WORDS object entered! (threaded2 / -N2)) closed by
- fixed: Fixed: […] This one took me more than half a day to find. Phew.
- 06:27 Building/Windows edited by
- (diff)
- 06:11 Building/Windows edited by
- (diff)
- 03:39 Building/Windows edited by
- (diff)
- 00:54 Building/Windows edited by
- (diff)
- 00:53 Building/Windows edited by
- (diff)
09/08/08:
- 15:35 Ticket #2579 (export Data.Map.toDescList) closed by
- duplicate
- 15:33 Ticket #2580 (export Data.Map.toDescList) created by
- It's even implemented, but not exported. Without this, there's apparently …
- 15:32 Ticket #2579 (export Data.Map.toDescList) created by
- It's even implemented, but not exported. Without this, there's apparently …
- 08:10 Ticket #2569 (Inferred type not accepted by compiler) closed by
- duplicate: Yes, I'm afraid this is a now-celebrated bug. See #1897 and associated …
- 05:23 Building/Windows edited by
- (diff)
- 03:47 Ticket #2429 (error building full dll name to be loaded in ghci) closed by
- fixed: I couldn't reproduce the reported bug (with HEAD), but I did improve the …
- 01:22 Building/Windows edited by
- (diff)
09/07/08:
- 15:10 Ticket #2564 (ext-core docs) closed by
- fixed: Now done.
- 15:09 Ticket #2578 ("ld: atom sorting error for ..." on OS X) created by
- I'm seeing atom sorting errors while building GHC on OS X, e.g.: […] …
- 11:20 Ticket #2577 (dependency on $HOME environment variable) created by
- This is probably not a bug, per-se, but out of 161 packages of mostly core …
- 08:19 Ticket #2576 (bio and retainer profiling segfaults) created by
- heapprof001(prof_hc_hb,prof_hr) is segfaulting.
- 08:13 Ticket #2575 (shell script gotcha in boot) created by
- I use a build process which is sensitive to the exit code of "boot", …
- 07:02 Ticket #2574 (internal error: ARR_WORDS object entered! (threaded2 / -N2)) created by
- With the 2317 test: […]
- 06:44 Ticket #2573 (Illegal polymorphic or qualified type with generics) created by
- A cut-down tcrun007: […] is failing with: […]
- 06:13 Ticket #2572 (scoped type variables: bad error message, and wrong semantics?) created by
- With this module (a cut-down version of reify): […] GHC gives the …
- 04:53 Ticket #2571 (ioref001 segfaults depending on how much stack space it has) created by
- The ioref001 test is segfaulting, depending on how much stack space you …
- 04:20 Ticket #2570 (2185 test segfaults rather than giving out of memory error) created by
- We currently expect the 2185 test to fail with an out of memory error …
- 02:10 TypeFunctionsSolving edited by
- (diff)
- 00:24 Ticket #2569 (Inferred type not accepted by compiler) created by
- {{{ ghc --version: The Glorious Glasgow Haskell Compilation System, …
09/06/08:
- 22:38 TypeFunctionsSolving edited by
- (diff)
- 12:57 Ticket #2567 (HEAD doesn't install the ghc package anymore) closed by
- fixed: Thanks for the report, now fixed.
- 12:10 Design/BuildSystem edited by
- (diff)
- 11:59 Ticket #2535 (Bug fix for QuickCheck 1.1.0.0) closed by
- fixed: Patch applied, thanks!
- 10:48 Ticket #2568 (hSetBuffering NoBuffering and getChar don't work properly on Windows) created by
- With this program: […] if I type […] then: On Linux and OS X I get …
- 04:16 TypeFunctionsSolving edited by
- (diff)
- 04:13 TypeFunctionsSolving edited by
- (diff)
- 04:12 TypeFunctionsSolving edited by
- (diff)
- 02:44 TypeFunctionsSolving edited by
- (diff)
- 00:31 Ticket #2567 (HEAD doesn't install the ghc package anymore) created by
- As of some times ago, the HEAD doesn't install the ghc package anymore …
09/05/08:
- 22:51 TypeFunctionsSolving edited by
- (diff)
- 21:27 TypeFunctionsSolving edited by
- (diff)
- 09:52 Ticket #2566 ("ghc -c foo.bar" silently does nothing) created by
- ghc -c foo.bar silently does nothing. It thinks that foo.bar is an …
- 09:22 Building/Windows edited by
- (diff)
- 09:18 Building/Windows edited by
- (diff)
- 09:07 Building/Windows edited by
- (diff)
- 08:04 Building/Windows edited by
- (diff)
- 07:00 Ticket #1964 (GHC.Prim) closed by
- fixed: Fixed; we now have GHC.Prim docs.
- 04:07 TypeFunctionsSolving edited by
- (diff)
- 03:10 TypeFunctionsSolving edited by
- (diff)
- 01:16 Building/Files edited by
- (diff)
- 01:15 Building/Files edited by
- (diff)
- 01:03 Building/Files edited by
- (diff)
- 00:15 Ticket #2565 (Windows binary snapshots not available) created by
- Looking at: http://www.haskell.org/ghc/dist/current/dist/ The latest …
09/04/08:
- 23:21 TypeFunctionsSolving edited by
- (diff)
- 20:44 Building/GettingTheSources edited by
- Add warning about dash vs bash on Ubuntu. (diff)
- 19:43 TypeFunctionsSolving edited by
- (diff)
- 18:52 TypeFunctionsSolving edited by
- (diff)
- 14:07 IRC_Meetings edited by
- (diff)
- 08:22 Attic/Building/BuildSystem edited by
- (diff)
- 08:21 Building/Files edited by
- (diff)
- 08:03 Ticket #2564 (ext-core docs) created by
- Make sure that ext-core docs are built and put in the bindist, and that …
- 08:01 DarcsConversion edited by
- (diff)
09/03/08:
- 18:05 Ticket #2563 (With -N4: "internal error: RELEASE_LOCK: I do not own this lock: Task.c ...) created by
- The program crashes in various ways including double free (typical) and …
- 15:02 ReplacingGMPNotes edited by
- (diff)
- 14:43 Ticket #2562 (GADTs: (.text+0xc6): undefined reference to `Main_IsEqual_con_info') closed by
- invalid: Whoops, you're quite right! I meant to say […] which works fine; sorry …
- 12:46 Ticket #2562 (GADTs: (.text+0xc6): undefined reference to `Main_IsEqual_con_info') created by
- With this module: […] I get: […] with the HEAD and 6.8.2.
- 11:08 Ticket #2561 (Using "ITstring !FastString" in Lexer.x goes wrong (internal error: ...) created by
- With this patch: […] something goes wrong. The first sign, when …
- 08:29 Ticket #2438 (memory performance problem when compiling lots of derived instances in a ...) closed by
- fixed: I declare this fixed, as a result of […] Here are the timings […] …
- 08:11 Status/Releases edited by
- (diff)
- 08:11 Status/Releases edited by
- (diff)
- 07:50 TypeFunctionsSolving edited by
- (diff)
- 07:49 TypeFunctionsSolving edited by
- (diff)
- 07:46 Ticket #2517 (remove 'pure' method from Arrow class) closed by
- fixed: Discussion was limited, with a few supporters and no dissent.
- 02:32 Ticket #1934 (Bad interplay between -O2 and -prof -auto-all in GHC-6.6.1) closed by
- worksforme: Doesn't happen with HEAD, and life's too short to find out what the …
09/02/08:
- 08:20 Ticket #2397 (inclusion of Network.Curl causes compiler issues and coredumps) closed by
- worksforme: I've been unable to reproduce this on x86-64-Linux (however I did find a …
- 06:21 Ticket #2528 (nub not as reliable as nubBy) closed by
- fixed: Fixed: […]
- 06:15 Ticket #2554 (internal error: stg_ap_pp_ret (with terminfo)) closed by
- fixed: Fixed: […]
- 05:39 Ticket #2542 (runghc does not infer module file extensions) closed by
- fixed: […]
09/01/08:
- 16:35 Ticket #2560 (killThread and getChanContents appear to interact strangely) created by
- I'm not sure if this an error in my program or in GHC, but I think the …
- 14:40 TypeFunctionsStatus edited by
- (diff)
- 08:01 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 08:00 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 07:57 Ticket #2559 (Haddock: Prelude docs are missing Bool, Int, Integer) created by
- The documentation for the Prelude is now missing some of the basic …
- 07:42 Ticket #1501 (Panic in RegisterAlloc) reopened by
- However, on a hunch I added -O, and that made the compiler go into an …
- 07:36 Ticket #1501 (Panic in RegisterAlloc) closed by
- worksforme: Unable to reproduce with 6.8.3 on x86 or x86_64, with or without …
- 06:12 BuildBot edited by
- Gotchas for buildbot/MacOS (diff)
- 03:54 Ticket #2558 (re-throwing an asynchronous exception throws it synchronously) created by
- If you catch and re-throw an asynchronous exception, the second time it …
08/31/08:
- 14:43 Ticket #2557 (building HEAD fails when editline is installed as a user package) closed by
- fixed: Applied, thanks!
- 06:45 Ticket #2556 (Deprecated perl stuff in ghc-split) closed by
- fixed: Thanks for the report; this has already been fixed in the HEAD.
- 06:33 Ticket #2553 (panic: RegAllocLinear.getStackSlotFor: out of stack slots) closed by
- duplicate: Thanks for the report. Happily, this is a duplicate of #2424, and already …
- 06:19 Ticket #2549 (Non null-terminated C strings sended to OpenGL functions.) closed by
- invalid: HGL no longer comes with GHC. Please report this directly to the library …
- 05:20 Ticket #2480 (error function is not lazy) closed by
- wontfix: You can use a top-level error handler if you want to do something like …
- 05:10 Ticket #2472 (GHC: Hard-coded and wrong path to perl interpreter for ghc-asm) closed by
- invalid: This looks like just a bug in the Mac installer. GHC detects the location …
- 04:35 Ticket #2458 (Unknown symbol `_environ' on MacOS X) closed by
- fixed: Hmm, this works for me; presumably fixed by Cabal's …
08/30/08:
- 14:13 Ticket #2557 (building HEAD fails when editline is installed as a user package) created by
- Building stage1 of HEAD fails when editline is installed as a user-level …
- 13:24 Ticket #2556 (Deprecated perl stuff in ghc-split) created by
- On Ubuntu Intrepid Ibex (adm64): gwern@craft:19282~>perl --version …
- 09:06 Ticket #1389 (readline checks in configure.ac can probably be removed) closed by
- fixed: The only readline references now are in mk/bootstrap.mk as far as I can …
- 06:24 Status/Releases edited by
- haddock2 done (diff)
- 06:23 Ticket #2335 (Haddock's internal GHC version must match the configured GHC version) closed by
- fixed: haddock 2 is now built while building ghc.
- 05:41 Ticket #2555 (Template Haskell does not respect -package and -hide constraints) created by
- (I am using 6.8.2-2ubuntu1, packaged for Ubuntu Hardy Heron, on amd64.) …
- 04:14 GhcApiStatus edited by
- cleanups (diff)
- 04:12 GhcApiStatus edited by
- add outline (diff)
08/29/08:
- 00:37 Ticket #2554 (internal error: stg_ap_pp_ret (with terminfo)) created by
- When trying to run the haskeline package against HEAD, I sometimes get bus …
08/28/08:
- 15:21 GhcApiStatus edited by
- (diff)
- 14:17 GhcApiStatus edited by
- Update API changes (diff)
- 12:39 Ticket #2553 (panic: RegAllocLinear.getStackSlotFor: out of stack slots) created by
- Trying to cabal install the crypto library, I got the error: […] twice, …
- 07:54 Ticket #2552 (SCC annotation behavior differs between toplevel and non-toplevel) created by
- I'm not sure if this is a bug, but using ghc -prof -auto-all and manual …
- 07:34 TypeFunctionsSolving edited by
- (diff)
- 07:28 Ticket #2551 (Allow multiple modules per source file) created by
- This is helpful because the module system is the only way to achieve …
- 07:12 Ticket #2462 (Data.List.sum is slower than 6.8.3) closed by
- invalid: I did that and it's still fine. Re-open if you think otherwise! Simon
- 05:14 Ticket #2529 (deriving Read fails on infix data constructors with record syntax) closed by
- fixed: Fixed […] Simon
- 04:38 Ticket #2462 (Data.List.sum is slower than 6.8.3) reopened by
- We think it's necessary to compile the definition of sum itself with -O2 …
- 00:50 TypeFunctionsSolving edited by
- (diff)
08/27/08:
- 20:40 ArmLinuxGhc edited by
- jhc works! (diff)
- 16:12 TypeFunctionsSolving edited by
- (diff)
- 16:10 TypeFunctionsSolving edited by
- (diff)
- 14:10 Ticket #2546 (Reliable crash in checkBlackHoles) closed by
- duplicate: Indeed, this does not seem to be present in 6.8.3
- 12:47 Ticket #2550 (Add an option to read file names from a file instead of the command line) created by
- As discussed in the following thread: …
- 12:37 Ticket #2549 (Non null-terminated C strings sended to OpenGL functions.) created by
- * Program started with GHC started like runhaskell does * debuggued with …
- 09:53 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 09:52 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 08:39 Ticket #2520 (SPECIALIZE causing duplicate assembler symbols) closed by
- fixed: Fixed by […] Simon
- 08:37 Ticket #2538 (Better error message for missing Rank2Types (or RankNTypes) flag) closed by
- fixed: Done […] Simon
- 08:36 Ticket #745 (GHC should recover better from bad type signatures) closed by
- fixed: Fixed at last […] Simon
- 08:17 Ticket #2462 (Data.List.sum is slower than 6.8.3) closed by
- invalid: I can't reproduce this. I compiled […] with -O and -O2 with the HEAD …
- 08:00 DarcsConversion edited by
- start sketching what to do about libraries (diff)
- 05:47 Ticket #2548 (validate should continue if it sees warnings or haddock failures) created by
- From this thread: …
- 05:21 Ticket #2262 (Build failure of HEAD from 2008-05-04 on OS X 10.4.11) closed by
- fixed: Building on OS X works for me, and there is no longer a `SRC_HC_OPTS += …
- 05:17 Ticket #2513 (Bad location info for flag warnings) closed by
- fixed: Fixed.
- 02:45 TypeFunctionsSolving edited by
- (diff)
- 02:44 TypeFunctionsSolving edited by
- (diff)
- 02:28 TypeFunctionsSolving edited by
- (diff)
- 02:08 Ticket #2547 (No -X flag for unboxed types) closed by
- fixed: OK, done […] Simon
- 01:06 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 01:05 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 01:00 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 00:59 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 00:59 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 00:57 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 00:55 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 00:55 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 00:54 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 00:46 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 00:42 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 00:40 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 00:38 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 00:31 Design/BuildSystem edited by
- (diff)
- 00:27 TypeFunctionsSolving edited by
- (diff)
- 00:18 WorkingConventions edited by
- (diff)
- 00:15 Building/RunningTests edited by
- (diff)
08/26/08:
- 18:18 ArmLinuxGhc edited by
- Responding to changes in #1346 (diff)
- 17:29 Ticket #2545 (Data Parallel Haskell on Kubuntu 8.04 uses too much memory) closed by
- invalid: Data Parallel Haskell is not supported at all in the 6.8.x branch and the …
- 15:36 Ticket #2547 (No -X flag for unboxed types) created by
- There doesn't seem to be a separate -X flag for unboxed types; there is …
- 10:33 Ticket #2546 (Reliable crash in checkBlackHoles) created by
- I hit a fully reproducible bug in scheduleCheckBlackHoles using GHC …
- 10:08 TestingPatches edited by
- (diff)
- 08:44 Design/BuildSystem edited by
- (diff)
- 06:57 Ticket #2545 (Data Parallel Haskell on Kubuntu 8.04 uses too much memory) created by
- Hey. I tried to perform some tests on the performance of data parallel …
- 06:50 Building/RunningTests edited by
- (diff)
- 05:58 Commentary/Compiler/IntegratedCodeGen edited by
- (diff)
- 05:57 Commentary/Compiler/IntegratedCodeGen edited by
- (diff)
- 05:42 Commentary/Compiler/IntegratedCodeGen edited by
- (diff)
- 05:41 Commentary/Compiler/IntegratedCodeGen edited by
- (diff)
- 05:27 Ticket #2497 (Weird scoping for tyvars in rules) closed by
- fixed: Fixed by a combination of […] and […] Simon
- 05:26 Ticket #2213 (Confusing flags for rewrite rules) closed by
- fixed: See the discussion and fix in #2497. Simon
- 04:51 Ticket #2544 (Improve "Can't unify" error messages from type functions) created by
- Consider this example from a Haskell Cafe thread: […] This elicits the …
- 03:30 Ticket #2485 (Installed ghci wrapper refers to nonexistent file) closed by
- fixed: Thanks for the report; now fixed.
- 02:15 Ticket #2543 (Nested SPECIALIZEd functions cause error: "Symbol _BadUTF8_zdf1_closure ...) closed by
- duplicate: Dup of #2520. Thanks for another test case. Simon
Note: See TracTimeline
for information about the timeline view.
