Timeline
11/17/11:
- 21:52 Ticket #5438 (Wrong result for element check) closed by
- invalid: Data Parallel Haskell code must be compiled with '-fvectorise'. If you do …
- 18:26 Ticket #5646 (Initialise tuples using pragmas) created by
- Fix initBuiltinTyCons in Vectorise.Builtins.Base.
- 16:11 Ticket #2360 (More information in occurs check message) closed by
- fixed: The error message for this program is now back to […] This seems to …
- 16:04 Ticket #3714 (Distinguish type parameters from indices) closed by
- fixed: I believe SimonPJ added this functionality a few months back. So, I am …
- 10:17 Ticket #5213 (Makefile tests don't know about config.compiler_always_flags) closed by
- fixed: Fixed: commit 65c0119309b0f7e80c7becc1f118175a3a68697f […]
- 09:20 Ticket #5645 (Sharing across functions causing space leak) created by
- I have two test functions in code that both have a lazy list declared like …
- 09:13 Ticket #5327 (INLINABLE pragma and newtypes prevents inlining) closed by
- fixed: Test added.
- 09:03 Ticket #5644 (runtime crash while closing program due to +RTS -M limit) created by
- When I run a certain program with limited heap size it will sometimes …
- 08:12 Ticket #5597 (Quoting a type in a splice dies with "Evaluated place holder for ...) closed by
- fixed: Happily this is now fixed as a result of Pedros work. test added.
- 07:47 Ticket #5585 (Wrong links in the docs for Random) closed by
- fixed: Fixed, thanks: commit ebcfa384eeaaca6036b341bf51cff0cc5f54f761 […]
- 06:07 Ticket #3104 (-main-is should be a link time option, not compile time) closed by
- wontfix: We could do this, and indeed I started to do it, but for a couple of …
- 03:15 Ticket #5587 (Code using seq has wrong strictness (too lazy) when optimised) closed by
- fixed: I'm going to declare this fixed now. At least the un-fixed part is …
- 02:14 Ticket #5643 (New constraint solver: emitWantecCts) created by
- David T says: I'm getting a panic when trying to build the listlike …
- 01:24 Ticket #4211 (LLVM: Stack alignment on OSX) closed by
- fixed
- 01:19 Ticket #5635 (compiling iteratee with llvm backend fails with panic) closed by
- fixed: Fixed in head. Thanks!
- 01:00 Ticket #5238 (throwSTM+catchSTM pollutes the masking state) closed by
- fixed: I've fixed the bug, but I'm not planning to do anything about add masking …
11/16/11:
- 17:59 Ticket #5642 (Deriving Generic of a big type takes a long time and lots of space) created by
- If I load the following module into ghci my system will run out of …
- 13:45 Ticket #5569 (Ineffective seq/BangPatterns) closed by
- fixed: I can't reproduce the above problem with the HEAD, so marking this as …
- 09:15 Commentary/Compiler/SymbolNames edited by
- (diff)
- 08:55 SIMD edited by
- (diff)
- 08:14 TestingPatches edited by
- (diff)
- 06:55 Ticket #5373 (-rtsopts is not respected with -dynamic on Windows) closed by
- fixed
- 06:54 Ticket #5584 (ghc -odir is incompatible with .hs-boot files for hierarchical modules) closed by
- fixed: Thanks for a great bug report!
- 05:11 Ticket #5641 (The -L flag should not exist) created by
- Why does the -L flag exist? The .hp file should contain untruncated …
- 04:59 Ticket #5640 (Retainer profiling broken) created by
- I tried to profile with the following flags: […] The resulting .hp file …
- 04:26 Ticket #5639 (Computing the sum of all the primes below two million leads to a runtime ...) created by
- The following program is meant to be a solution to Problem 10 from Project …
- 02:47 Ticket #5628 (Deriving Eq on bottom types breaks reflexivity of (==)) closed by
- fixed
- 02:45 Ticket #5625 (Code using seq has wrong strictness when unoptimised (too lazy)) closed by
- fixed: Great! Test added.
- 01:52 Ticket #5603 (Impossible case alternative) closed by
- fixed
11/15/11:
- 14:35 Ticket #5638 (can't build GHC) created by
- My colleague tried to build GHC following step 3 of the instructions I …
- 13:21 Ticket #5622 (Out of memory in such a simple case) closed by
- invalid: It is well known that Hindley-Milner type inference has worst-case …
- 11:51 Building/RunningTests/Running edited by
- (diff)
- 11:50 Building/RunningTests/Running edited by
- (diff)
- 11:48 Building/RunningTests/Adding edited by
- (diff)
- 08:47 Ticket #5633 (TypeFamilies don't seem to play with LIberalTypeSynonyms) closed by
- invalid: The first program works because of a non-Haskell98 feature of GHC. …
- 08:05 Status/SLPJ-Tickets edited by
- (diff)
- 07:15 Ticket #5637 (runhaskell ghc panic running netwire 2 demo) created by
- Running the netwire 2 demo at the URL below with runhaskell gives a ghc …
- 06:13 Ticket #5505 (Program runs faster with profiling than without) closed by
- fixed: Results for the original UULib test program after the above patch: …
- 04:56 Ticket #5223 (Make interruptProcessGroupOf interrupt the current process group) closed by
- fixed: Done: […]
- 04:53 Ticket #5626 (Miscompilation, exception omitted with -O) closed by
- fixed
- 00:37 ExtensibleRecords edited by
- (diff)
- 00:08 Ticket #5636 (LLVM: popcnt instruction doesn't compile in LLVM 3.0) created by
- LLVM 3.0 compiles the popcnt instruction in a way unsupported by the Mac …
11/14/11:
- 20:14 Ticket #5635 (compiling iteratee with llvm backend fails with panic) created by
- When attempting to compile "iteratee-0.8.7.2" with ghc-7.2.2 (64 bit, OSX …
- 14:45 Ticket #5634 (compilation error (Mac OS X Lion, Xcode 4.2): LLVM cannot handle register ...) created by
- I tried building ghc-7.2.2 on Mac OS X 10.7.2 (Lion) x86_64-apple-darwin …
- 14:17 Ticket #5632 (Latest unboxed tuples documentation shows older method for enabling) closed by
- fixed: Thanks. Happily it's fixed already: …
- 12:27 Commentary/Compiler/CoreSynType edited by
- Add a subsection about shadowing. (diff)
- 08:28 Ticket #948 (Incorrect Core transformations with cost centres) closed by
- fixed: Now fixed, I believe. I can't reproduce the problem with the attached …
- 06:08 SIMD edited by
- fix array indexing/read/write types (diff)
- 06:02 SIMD edited by
- add array load/store and widen/narrow and fp conversion operations (diff)
- 05:42 Ticket #5629 (missing "where" gives unclear error message) closed by
- wontfix: You are right, but it's not likely we'll do anything about this. GHC's …
- 02:33 SIMD edited by
- comment about use cases with small vectors (diff)
- 02:15 SIMD edited by
- Rework the section on alignment (diff)
- 01:21 SIMD edited by
- (diff)
- 01:14 SIMD edited by
- (diff)
- 01:10 SIMD edited by
- (diff)
- 01:07 SIMD edited by
- (diff)
- 00:31 Ticket #5531 (Segfault on Windows) closed by
- invalid: Well, the latest and greatest stock win32 libcurl 7.22 works fine. No GHC …
11/13/11:
- 22:46 Commentary/Compiler/Backends/LLVM/Installing edited by
- (diff)
- 12:11 Ticket #5633 (TypeFamilies don't seem to play with LIberalTypeSynonyms) created by
- I'm trying to do some type level programming and want to use type …
- 04:45 Ticket #5632 (Latest unboxed tuples documentation shows older method for enabling) created by
- In the following page: …
- 02:18 Ticket #5631 (Compilation slowdown from 7.0.x to 7.2.x) created by
- Compile time performance for GHC appears to have slowed down significantly …
- 00:04 Ticket #5630 (External Core needs love) created by
- […] and then "ghc this.hs -fext-core" results in […]
11/12/11:
- 10:09 Ticket #5629 (missing "where" gives unclear error message) created by
- module Main data Foo = Foo /tmp/foo.hs:2:0: parse error on input `data' …
- 03:45 Ticket #5628 (Deriving Eq on bottom types breaks reflexivity of (==)) created by
- Related to #4220 and #4302. […] Observed output ((==) not reflexive …
11/11/11:
- 11:59 SIMD edited by
- note perf loss for unaligned mem ops (diff)
- 11:49 SIMDPlan edited by
- link to new SIMD page (diff)
- 11:44 SIMD edited by
- note FMA (diff)
- 11:22 SIMD edited by
- add primitives (diff)
- 09:57 Ticket #5627 (Proposal: Add Applicative instances for the remaining monads in base) created by
- The only public monads in base that don't have Applicative instances …
- 09:56 Ticket #2325 (Compile-time computations) closed by
- fixed: This works now because we added integer Literals to core.
- 09:52 SIMD edited by
- list all vec size constants (diff)
- 09:47 SIMD edited by
- fix DPH section title (diff)
- 09:46 SIMD edited by
- mention arch-dependent vector sizes (diff)
- 07:35 Ticket #5626 (Miscompilation, exception omitted with -O) created by
- Following program is miscompiled when compiled with -O. […] The …
- 07:08 Ticket #5625 (Code using seq has wrong strictness when unoptimised (too lazy)) created by
- The code code should crash with Prelude.undefined. When compiled with -O …
- 05:16 SIMD edited by
- add DPH bit (diff)
- 05:11 SIMD edited by
- updates for ABI section (diff)
- 05:00 Ticket #5604 (Thread handle leak in runtime) closed by
- fixed: I think this is now fixed * In a test program with no hs_init/hs_exit …
- 04:18 SIMD edited by
- add link to impl plan (diff)
- 00:00 Milestone 7.2.2 completed
11/10/11:
- 18:45 Ticket #5520 (Spurious warning with new associated types and MultiParamTypeClasses) closed by
- invalid: No response from submitter, so closing
- 16:05 SIMD edited by
- (diff)
- 15:43 Ticket #5530 (TyVarBndr inside type quotations don't have kinds ascribed) closed by
- wontfix: Thanks for the suggestion. As far as I know, PlainTV just means that …
- 15:23 Ticket #5541 (Data.Bits.setBit misbehaves on bad input) closed by
- invalid: We've just been discussing this on IRC, and the conclusion is that we …
- 14:57 SIMD edited by
- (diff)
- 14:02 Ticket #5624 (Delay Errors Until Runtime) created by
- I would like to add an -XDelayErrors flag to GHC that - changes most type …
- 11:21 Ticket #5607 (base is not trusted by default) closed by
- fixed: In the 7.2 branch, ghc-pkg will now mark all packages as trusted when …
- 10:56 SIMD edited by
- move outline (diff)
- 10:56 SIMD edited by
- add outline (diff)
- 10:55 SIMD edited by
- remove stray old text (diff)
- 10:54 SIMD edited by
- new description of SIMD issues, design, plan (diff)
- 10:51 Ticket #5170 (Include LLVM tools for windows) closed by
- fixed: Closing as LLVM tools on windows are easy to install and I've just made an …
- 10:14 Ticket #5623 (GHC 7.2.1 Performance Regression: Vector) created by
- This program shows a severe performance drop under GHC 7.2.1 compared to …
- 10:06 Ticket #4223 (LLVM slower then NCG, C example) closed by
- fixed: Great! LLVM 3.0 fixes this bug! […]
- 08:54 Ticket #2338 (unpack primitive types by default in data? and NOUNPACK?) closed by
- fixed
- 08:52 Ticket #5614 (recompilation bug with -O) closed by
- fixed: Really nice bug report, thankyou!
- 06:13 Ticket #5580 (Make switching GHC versions easier on Mac OS) closed by
- wontfix: There's no guarantee that different versions provide the same scripts. I …
- 03:44 Ticket #5621 (GHCI is out of memory in such a simple case) closed by
- invalid
- 03:43 Ticket #5622 (Out of memory in such a simple case) created by
- […]
- 03:41 Ticket #5621 (GHCI is out of memory in such a simple case) created by
- GHCi, version 7.2.1: http://www.haskell.org/ghc/ :? for help Loading …
- 03:19 Ticket #5620 (Dynamic linking and threading does not work on Windows) created by
- On Windows, compile this module: […] With this command: […] Run, and …
- 02:47 Ticket #5559 (heap profile character encoding confusion) closed by
- fixed: Test added.
- 01:51 Ticket #5512 (UTF-16//ROUNDTRIP encoding behaves weirdly) closed by
- fixed: I've just realised that the first paragraph above is rubbish: I didn't …
- 00:17 Ticket #5054 (LLVM Errors with test cases) closed by
- fixed: Closing as I've never been able to reproduce and it was a bug in LLVM …
11/09/11:
- 23:00 Ticket #437 (Recompilation check should include flags) closed by
- fixed: Fixed. But there is a question of which flags should or shouldn't be …
- 17:16 Ticket #5510 (Representation of GHC Errors) closed by
- wontfix: No response from submitter, so closing.
- 15:43 Ticket #5475 (Unthrown exceptions) closed by
- fixed: passes here too, and cgrun059 already tests this bug, so no need to add …
- 11:57 Ticket #5616 (TH type quotes cannot contain free type variables) closed by
- invalid: Template Haskell is lexically scoped! That's supposed to be one of its …
- 11:55 Ticket #5617 (TH instance declaration quotes broken) closed by
- duplicate: Works fine in HEAD. I think this is a dup of #5410, which I fixed in …
- 11:46 Ticket #5618 (TH cannot splice patterns in declaration quotes) closed by
- invalid: Well to be fair the manual says explicitly "Note that pattern splices are …
- 11:40 Ticket #5446 (build error for ghc 7.2.1 -- "ghc-pkg: too few bytes") closed by
- fixed: In HEAD (which will become 7.4) we no longer have libffi/package.conf*.
- 08:44 Ticket #4491 (dataToQa uses only unqualified names when converting values to their TH ...) closed by
- fixed
- 06:47 Ticket #5447 (please build GHC for Linux that links against libgmp.so.4 or libgmp.so.10 ...) closed by
- wontfix: The bindists are built on a Debian stable system, and unfortunately it is …
- 05:32 Ticket #5619 (Shorter qualified import statements) created by
- I would like to be able to write imports like […] as a single …
- 02:13 Ticket #5618 (TH cannot splice patterns in declaration quotes) created by
- Try this: […] Or this […]
- 02:03 Ticket #5617 (TH instance declaration quotes broken) created by
- Instance declaration quotes and splices are broken in two way. Consider …
- 01:48 Ticket #5616 (TH type quotes cannot contain free type variables) created by
- A type quote cannot contain a free type variable, e.g. […] This is …
- 01:42 Ticket #5611 (Asynchronous exception discarded after safe FFI call) closed by
- fixed: resolving as fixed in 7.2.1
- 01:38 Ticket #5615 (ghc produces poor code for `div` with constant powers of 2.) created by
- The code for Int (div x c) where c is a constant of the form …
- 00:47 Ticket #5614 (recompilation bug with -O) created by
- Recompilation with -O should also rebuild Main.hs in the attached test …
11/08/11:
- 15:38 Ticket #5414 (Add unsafeShift to Data.Bits) closed by
- fixed: commit de91de0fec8e5a5adda7e3005ad567821059e047 […]
- 10:50 Ticket #5613 (dph-diophantine-fast(normal) fails) created by
- […]
- 08:41 Ticket #5588 (panic after pressing Ctrl+C in ghci) closed by
- fixed: I can reproduce this with 7.0.4, but not with 7.2.1 and later on Windows. …
- 06:31 Ticket #5594 (stdout is not flushed using custom main) closed by
- fixed
- 04:58 Ticket #5612 (Better support for kinds in Template Haskell) created by
- Type checking the attached code produces a legitimate type error, and also …
- 02:29 Ticket #3345 (Support reading .a files in GHCi to reclaim some disk space) closed by
- fixed: I believe this is done. We don't build or ship the GHCi library for the …
11/07/11:
- 17:32 Ticket #5408 (ghc-7.2.1 build failed for PowerPC) closed by
- wontfix: PowerPC isn't a tier 1 platform, so we rely on the …
- 13:16 Ticket #5611 (Asynchronous exception discarded after safe FFI call) created by
- Note: This bug appears to be fixed already, as it does not appear …
- 07:48 Ticket #5610 (Improve "Unacceptable argument type in foreign declaration" error message) created by
- Using ghc 1ece7b27a11c6947f0ae3a11703e22b7065a6b6c, zlib fails to build, …
- 07:09 Ticket #5601 (Proposal: Add NFData instances for strict and lazy ByteStrings) closed by
- fixed: Applied.
- 07:03 Ticket #5445 (programatica package compilation fails) closed by
- fixed: Replying to maeder: > I get the same failure with …
- 02:14 WikiStart edited by
- (diff)
- 02:09 WikiStart edited by
- (diff)
- 01:15 Ticket #5609 (Type checking arrow notation in the presence of deferred constraints) created by
- In TcArrows, the following code […] is wrong. In particular, the …
11/06/11:
- 17:51 Ticket #5606 (Fix validate by moving {-# OPTIONS -fno-warn-tabs #-}) closed by
- fixed: Duncan ran into problems, so I've applied your patch. Thanks again!
- 12:33 Ticket #5608 (Fix T3807 for Mac OS X 10.5) created by
- Attached patch fixes …
- 12:21 Ticket #5607 (base is not trusted by default) created by
- By default base doesn't appear to be trusted. I was asked to modify XHTML …
- 12:03 Ticket #5606 (Fix validate by moving {-# OPTIONS -fno-warn-tabs #-}) created by
- Attached patch fixes validate for […] and […] Warnings like […] …
- 10:29 Ticket #5422 (Panic when using lots of registers in cmm code) closed by
- fixed: 10 regs can now be used, and you get a friendlier panic if you exceed 10.
- 10:28 Ticket #5423 (Registers above R8 corrupt when called through prim import) closed by
- fixed: 10 regs can now be used.
- 06:08 Ticket #5563 (ANNOUNCE file is from GHC 6.10) closed by
- wontfix: ANNOUNCE is only meaningful in the releases, not in the git repo.
- 06:02 Ticket #4900 (DEPENDS pragma) closed by
- fixed: Pulled, and test added.
11/05/11:
- 19:23 Ticket #5453 (Floating a non-exhaustive case can cause seg-faults) closed by
- Merged as: commit acd157f7d0989cd0910b14070257a2a85804ba7f […]
- 16:40 Ticket #5600 (Instantiation of a rank 2 type fails for type synonyms) closed by
- invalid: Ian's right. Simon
- 15:22 Records/OverloadedRecordFields edited by
- (diff)
- 15:19 Records edited by
- (diff)
- 15:19 Records edited by
- (diff)
- 15:18 Records edited by
- (diff)
- 09:54 Ticket #5605 (T5267 (uses Arrows) core lint failure) created by
- […]
- 05:53 Ticket #5604 (Thread handle leak in runtime) created by
- win32\OSThreads.c shutdownThread uses _endthreadex(0), which does not call …
11/04/11:
- 12:34 Ticket #5603 (Impossible case alternative) created by
- With q.hs: […] with the HEAD I get: […]
- 09:22 Ticket #5421 (<<loop>> in withMVar (reproducible, but with large test case)) closed by
- fixed: Done: commit 2cc5a65eb6463bb92b84cc4416a410ab80cda950 […]
- 08:11 Ticket #5602 (Section 7.10.3.: ArrowChoice vs. ArrowPlus) created by
- Section 7.10.3.: The (<+>) combinator does not belong to ArrowChoice?, but …
- 06:16 DataParallel edited by
- (diff)
- 03:23 Ticket #5601 (Proposal: Add NFData instances for strict and lazy ByteStrings) created by
- I noticed strict and lazy ByteStrings don't have NFData instances. I …
- 02:18 Building/ARMLinuxGnuEABI edited by
- (diff)
11/03/11:
- 23:50 DataParallel/VectPragma edited by
- (diff)
- 18:38 Status/Oct11 edited by
- typo (diff)
- 18:37 Status/Oct11 edited by
- Fix 'insert' example (diff)
- 07:12 Ticket #5600 (Instantiation of a rank 2 type fails for type synonyms) created by
- The instantiation of a rank 2 type with a type containing type synonyms …
- 02:28 Ticket #5599 (msys has bad Unicode support) created by
- Tests 3307 environment001 pass on Cygwin, Linux, fail on msys: …
- 02:14 Status/Oct11 edited by
- (diff)
- 02:08 Status/Oct11 edited by
- (diff)
- 02:00 Status/Oct11 edited by
- (diff)
- 01:59 Status/Oct11 edited by
- (diff)
- 01:58 Status/Oct11 edited by
- (diff)
11/02/11:
- 16:47 Ticket #5436 (text decoding doesn't use recover on eof) closed by
- fixed: Merged as changeset:ef7ecf82b23831805503d3a4e7ab51305d99cb2a
- 16:46 Ticket #5410 (Template Haskell - splicing quoted instance decls mangles names) closed by
- fixed: Merged as changeset:4ca8ef874f037bce9b201be5fde6261af8d3eaab
- 16:46 Ticket #5404 (GHC 7.2.1 - Template Haskell Bug) closed by
- fixed: Merged as changeset:3fbb1348bb2719db22f81c8d90e96de25fc4972e
- 16:46 Ticket #5402 (Exit code is wrong with dynamically loaded libraries) closed by
- Merged as changeset:d23fcba52a5e13b6ce4bc6effbeb50c391a547ea
- 16:45 Ticket #4988 (Hang in GHCi debugger) closed by
- Merged as changeset:63e2cde7a259256a0e4925611ae8184bc4da68a4
- 16:45 Ticket #5552 (SIGSEGV in yieldCapability () when using Control.Parallel) closed by
- fixed: Merged as changeset:8ce079e9f0c2d52a54c1df0e2fb44541478739fc
- 16:45 Ticket #5393 (Segfault with unboxed arrays, unsafeAt, optimisations) closed by
- Merged as changeset:3b928a86cab259725464f32d32ee6ef64c2e477b
- 11:21 Ticket #5598 (Function quotRem is inefficient) created by
- Function quotRem gets compiled into two div instructions although div …
- 09:54 Building/Hacking edited by
- Validation -> Testing (diff)
- 09:50 Ticket #949 (-hy heap profile shows "stg_ap_4_upd_info" instead of correct type) closed by
- fixed: Partially fixed. We still want the selector thunks (stg_sel_1_upd …
- 09:48 Ticket #2466 (Execution time mis-accounting) closed by
- fixed: I think this is probably fixed, but I couldn't get the test case to …
- 09:47 Ticket #1531 (_result can get bound to the wrong value in a breakpoint) closed by
- fixed
- 09:47 Ticket #680 (SCC mis-accounting) closed by
- fixed
- 09:46 Ticket #2552 (SCC annotation behavior differs between toplevel and non-toplevel) closed by
- fixed
- 04:57 Status/Oct11 edited by
- add section on parallel project (diff)
- 03:35 Ticket #5592 (Incorrect "redundant import" warning) closed by
- fixed: Excellent point thank you. Fixed by the above patch. Simon
- 02:52 Status/Oct11 edited by
- (diff)
11/01/11:
- 22:40 Status/Oct11 edited by
- fix typo (diff)
- 21:39 Ticket #5597 (Quoting a type in a splice dies with "Evaluated place holder for ...) created by
- Compiling the following with the current head: […] […] Note that …
- 21:13 Status/Oct11 edited by
- (diff)
- 21:11 Status/Oct11 edited by
- (diff)
- 13:23 Status/Oct11 edited by
- (diff)
- 11:47 Status/Oct11 edited by
- (diff)
- 11:45 Status/Oct11 edited by
- (diff)
- 10:26 SIMDPlan edited by
- (diff)
- 10:09 Status/SLPJ-Tickets edited by
- (diff)
- 09:25 Status/Oct11 edited by
- (diff)
- 09:22 Status/Oct11 edited by
- (diff)
- 09:21 Status/Oct11 edited by
- (diff)
- 09:04 Ticket #5596 ("f c = a $ b c", "f = a . b" does not.) closed by
- invalid: Yes, this is bad, but it's because GHC is trying to help! Fundamentally, …
- 00:50 Ticket #5589 (Duplicate type signature not reported) closed by
- fixed: Fixed, thank you Michael. Simon
10/31/11:
- 15:09 Status/Oct11 edited by
- (diff)
- 13:22 Status/Oct11 edited by
- add my stuff on safe haskell (diff)
- 12:31 Status/Oct11 edited by
- (diff)
- 10:55 WorkingConventions/Git edited by
- (diff)
- 10:52 Building/GettingTheSources edited by
- (diff)
- 10:49 GitForDarcsUsers edited by
- (diff)
- 10:46 WorkingConventions/Git edited by
- (diff)
- 10:33 WorkingConventions/Git edited by
- (diff)
- 10:29 Repositories edited by
- (diff)
- 10:29 Repositories edited by
- (diff)
- 10:28 Building/GettingTheSources edited by
- (diff)
- 02:28 Ticket #5596 ("f c = a $ b c", "f = a . b" does not.) created by
- the following code produces a type error, and i think it shouldn't: …
- 02:22 Ticket #5595 (Unification under a forall doesn't allow full constraint solving) created by
- As …
10/30/11:
- 18:51 Status/Oct11 edited by
- more typos (diff)
- 18:46 Status/Oct11 edited by
- another typo (diff)
- 18:46 Status/Oct11 edited by
- fixed some typos (diff)
- 03:25 Ticket #5594 (stdout is not flushed using custom main) created by
- According to the …
10/28/11:
- 18:36 Ticket #5593 (Proposal: Remove Num superclass of Bits) created by
- This ticket summarizes the …
- 17:26 Ticket #5592 (Incorrect "redundant import" warning) created by
- Record fields are incorrectly deemed "redundant" by GHC in at least some …
- 07:34 Status/Oct11 edited by
- (diff)
- 07:31 Status/Oct11 edited by
- (diff)
- 07:30 Status/Oct11 edited by
- (diff)
- 07:29 Status/Oct11 edited by
- (diff)
- 06:36 Status/Oct11 edited by
- (diff)
- 05:43 Ticket #5539 (GHC panic - Simplifier ticks exhausted) closed by
- fixed: I think if it seems ok now I'll let sleeping dogs lie :-)
- 01:21 Ticket #5591 (Type constructor variables not injective) created by
- I'm not sure whether it is a bug, but there have been two recent reports …
10/27/11:
- 22:19 Ticket #5590 ("guarded instances": instance selection can add extra parameters to the ...) created by
- Disclaimer: the same semantics can currently be achieved without this …
- 21:47 Status/Oct11 edited by
- Added mention of Cloud Haskell (diff)
- 15:36 Status/Oct11 edited by
- (diff)
- 15:35 Status/Oct11 edited by
- (diff)
- 15:34 Status/Oct11 edited by
- (diff)
- 15:31 Status/Oct11 edited by
- (diff)
- 15:26 Status/Oct11 edited by
- (diff)
- 15:17 Status/Oct11 edited by
- (diff)
- 15:16 Status/Oct11 edited by
- (diff)
- 15:06 Status/Oct11 edited by
- (diff)
- 12:35 Ticket #5589 (Duplicate type signature not reported) created by
- With todays HEAD, as well as one a couple of moths ago (but not with 7.2, …
- 10:12 SIMDPlan edited by
- (diff)
- 09:44 Ticket #5588 (panic after pressing Ctrl+C in ghci) created by
- Hello! I'm using GHCi 7.0.3 on Windows 7. I found the following easy …
- 05:28 Annotations edited by
- link to documentation (diff)
- 05:21 Ticket #5587 (Code using seq has wrong strictness (too lazy) when optimised) created by
- Following program prints [1] instead of crashing when compiled with `-O …
- 03:21 Commentary/CodingStyle edited by
- (diff)
- 03:20 Commentary/CodingStyle edited by
- (diff)
- 03:16 Commentary/CodingStyle edited by
- (diff)
- 01:19 Commentary/CodingStyle edited by
- (diff)
10/26/11:
- 12:41 Ticket #5586 (haddock: panic! (the 'impossible' happened) (GHC version ...) initDs IOEnv ...) closed by
- fixed: Thanks for the report; should be fixed by: […]
- 11:48 Ticket #5586 (haddock: panic! (the 'impossible' happened) (GHC version ...) initDs IOEnv ...) created by
- The tn23 builder […] presently fails with the message […] This has …
- 10:40 Ticket #5380 (arrows if command given too general a type) closed by
- fixed
- 09:54 SIMDPlan edited by
- (diff)
- 09:01 SIMDPlan edited by
- (diff)
- 05:19 Ticket #5585 (Wrong links in the docs for Random) created by
- The following (and a few other) link is wrong […] The problems seems …
- 04:18 Ticket #5584 (ghc -odir is incompatible with .hs-boot files for hierarchical modules) created by
- == Steps to reproduce == 1) Adapt the example of …
- 03:48 HackageTesting edited by
- remove a step that is no longer required (diff)
10/25/11:
- 22:27 Ticket #5583 (GHC.Stats should use cameCase in its public API) closed by
- fixed: Submitted as 41138fd97a9944850b79488196b617597a0fe0c4
- 19:58 SIMDVectorExampleInLLVM edited by
- (diff)
- 19:42 SIMDVectorExampleInLLVM edited by
- (diff)
- 17:21 Ticket #5583 (GHC.Stats should use cameCase in its public API) created by
- GHC.Stats uses underscores, not camelCase, in its public API. I think it …
- 17:14 DataParallel/VectPragma edited by
- (diff)
- 16:56 DataParallel/VectPragma edited by
- (diff)
- 15:06 Ticket #2897 (HsFFI.h is not in the default include path for hsc2hs) closed by
- fixed: Done: […]
- 13:39 SIMDVectorExampleInLLVM edited by
- (diff)
- 13:04 SIMDVectorExampleInLLVM edited by
- (diff)
- 12:55 SIMDVectorExampleInLLVM edited by
- (diff)
- 11:54 SIMDVectorExampleInLLVM edited by
- (diff)
- 11:53 Ticket #5582 (Panic from -C flag) created by
- jumba ~ $ cat hello_world.hs […] jumba ~ $ ghc -C hello_world.hs …
- 11:52 SIMDVectorExampleInLLVM edited by
- (diff)
- 10:57 SIMDVectorExampleInLLVM edited by
- (diff)
- 10:55 SIMDVectorExampleInLLVM edited by
- (diff)
- 10:28 SIMDVectorExampleInLLVM edited by
- (diff)
- 10:02 Ticket #5576 (Fix to #5549 breaks integerConstantFolding) closed by
- fixed: Fixed! Simon
- 09:54 SIMDVectorExampleInLLVM created by
- 09:34 SIMDPlan edited by
- (diff)
- 08:05 Ticket #5564 (Panic in ghci name suggestion) closed by
- fixed
- 02:31 Ticket #5581 (ConstraintKinds lets you put the typechecker into a loop) closed by
- fixed: I've added a test, T5581, in commit …
- 02:12 SimdLlvm edited by
- (diff)
- 02:11 SimdLlvm edited by
- (diff)
- 02:08 VectorComputing edited by
- (diff)
- 02:06 VectorComputing edited by
- (diff)
- 02:05 SimdLlvm edited by
- (diff)
- 02:04 Commentary edited by
- (diff)
10/24/11:
- 14:53 SIMDPlan edited by
- (diff)
- 14:45 Ticket #5581 (ConstraintKinds lets you put the typechecker into a loop) created by
- Ed Kmett was playing with them the other day and Dan Doel and I reduced …
- 14:29 Ticket #5580 (Make switching GHC versions easier on Mac OS) created by
- The standard .pkg installer for GHC or the platform follow the Mac OS …
- 14:22 SIMDPlan edited by
- (diff)
- 12:04 Ticket #5570 (($) of an unboxed double appears to be treated as 0.0) closed by
- fixed: Thanks for reporting this. It arises because ($) has its own typing …
- 12:01 Ticket #5566 (instance decls via TH: dropped methods and stack overflows) closed by
- fixed: Happily this is OK in HEAD; I fixed a related bug recently. I'll add a …
- 12:00 Ticket #5573 (Returning nested unboxed tuples crashes the code generator on x86_64 Linux) closed by
- fixed: Thanks for reporting this; now fixed! Simon
- 09:46 Ticket #5579 (alex and happy found during ./configure not used) created by
- This is with HEAD as of 2011-10-24. …
- 08:39 Ticket #5578 (write access permission of binary result different on OpenBSD) created by
- Checking the write access of the binary itself gives a different result on …
- 04:23 Ticket #5577 (Two arguments are not two arguments according to the type checker) created by
- I got a very strange type error message from GHC today. I've inserted it …
10/23/11:
- 09:20 Ticket #5575 (spacesInArgs(ghci) fails on linux) closed by
- fixed: Thanks for the report; I've fixed it by removing the single-quoted …
- 08:01 Commentary/Compiler/Parser edited by
- (diff)
10/22/11:
- 14:08 Status/Oct11 edited by
- (diff)
- 09:31 Status edited by
- (diff)
- 09:29 Status/Oct11 edited by
- (diff)
- 09:27 Status/Oct11 edited by
- (diff)
- 08:05 Ticket #5576 (Fix to #5549 breaks integerConstantFolding) created by
- The fix to #5549 makes integerConstantFolding break (on x86 and x86_64 …
- 07:35 Ticket #5575 (spacesInArgs(ghci) fails on linux) created by
- […] Sigh :( Why doesn't windows strip the double quotes off the args?
- 02:21 Commentary edited by
- (diff)
10/21/11:
- 14:12 Ticket #5574 (undefined reference to `ZCMain_main_closure' and undefined reference to ...) closed by
- invalid: The problem is […] To produce an executable, there must be an entry …
- 11:06 SIMDPlan edited by
- (diff)
- 10:16 Ticket #5574 (undefined reference to `ZCMain_main_closure' and undefined reference to ...) created by
- Environment of work …
- 10:13 Ticket #5549 (~100% performance regression in HEAD compared to ghc6.12, ~22% compared to ...) closed by
- fixed: There really was a bug here: literal Integer constants were getting …
- 09:38 Ticket #5573 (Returning nested unboxed tuples crashes the code generator on x86_64 Linux) created by
- Compiling the following program with GHC 7.0.3 running on a 64 bit Linux …
- 09:36 Ticket #5572 (factorial.hs:3:12: Parse error in pattern: n + 1) closed by
- invalid: Looks correct to me: […] I don't know why 6.10 would behave any …
- 09:31 Ticket #5571 (factorial.hs:3:12: Parse error in pattern: n + 1) closed by
- duplicate: Dup of #5572
- 09:28 Ticket #5557 (Code using seq has wrong strictness (too lazy)) closed by
- fixed
- 09:24 Ticket #5572 (factorial.hs:3:12: Parse error in pattern: n + 1) created by
- Environment of work …
- 09:23 Ticket #5571 (factorial.hs:3:12: Parse error in pattern: n + 1) created by
- Environment of work …
- 09:09 Ticket #5570 (($) of an unboxed double appears to be treated as 0.0) created by
- The following program compiles cleanly with GHC 7.0.3 running on a 64 bit …
- 08:54 Ticket #5533 (panic! (the 'impossible' happened) ... splitFunTy ...) closed by
- fixed
10/20/11:
- 18:24 Ticket #5529 (Newtypes with hidden constructors cannot be passed as FFI arguments) closed by
- fixed: The constructors are now exported for the C* types. GHC is now …
- 10:34 Records/OverloadedRecordFields edited by
- Fix typo (diff)
- 09:51 Commentary/Compiler/HscMain edited by
- (diff)
- 09:50 Commentary/Compiler/OptOrdering edited by
- (diff)
- 09:35 Records/OverloadedRecordFields edited by
- (diff)
- 09:34 Records/OverloadedRecordFields edited by
- (diff)
- 09:33 Records edited by
- (diff)
- 09:33 Records edited by
- (diff)
- 09:32 Records edited by
- (diff)
- 09:26 Commentary edited by
- (diff)
- 03:58 Ticket #5569 (Ineffective seq/BangPatterns) created by
- This could be related to #5557, but it might be something else. 7.2.1 was …
10/19/11:
- 16:41 Ticket #5561 (assertion overriden by other exceptions) closed by
- fixed: Done: […]
- 16:40 Ticket #5543 (Building on OS X 10.5 with XCode 3.4.1 runs into "ld: unknown option: ...) closed by
- fixed: That's great; thanks Thorkil! Applied.
- 08:42 Status/Oct11 edited by
- (diff)
- 08:36 Status/Oct11 edited by
- (diff)
- 08:19 Status/Oct11 edited by
- (diff)
- 08:09 Status/Oct11 edited by
- (diff)
- 07:27 Ticket #5548 (Problem while pasting code into ghci) closed by
- fixed: Patch pulled.
- 07:20 Ticket #3480 (Easily make Typeable keys pure, so that Typeable can be handled ...) closed by
- fixed: Changing the title back and closing the ticket again; new ticket is #5568.
- 07:19 Ticket #5568 (Add Show and Binary instances for TypeRep) created by
- (was a re-opening of #3480; copied into a new ticket so we can leave #3480 …
- 05:51 Status/Oct11 created by
- 04:04 Ticket #5562 (document sync-all in README) closed by
- fixed
- 04:03 Ticket #5565 (ghc reports a bug after interrupt) closed by
- duplicate: I think this is probably the same as #4245, although it is provoked by …
10/18/11:
- 14:27 Records/OverloadedRecordFields edited by
- (diff)
- 14:26 Records/OverloadedRecordFields created by
- 12:18 Ticket #5506 (LLVM AST : needs an LlvmType ctor to represent vectors so that LLVM can ...) closed by
- wontfix
- 11:21 Ticket #5567 (LLVM: Improve alias analysis / performance) created by
- * LLVM doesn't generate as good as code as we feel it should in many …
- 10:56 Building/RunningTests/Adding edited by
- (diff)
- 08:53 Ticket #5566 (instance decls via TH: dropped methods and stack overflows) created by
- […] Loading this into GHCI: […] I also tried putting C and/or D …
- 08:40 Ticket #5558 (Deadlock using unsafePerformIO to create a global MVar) closed by
- fixed: test added
- 08:34 Ticket #5547 (Control.Concurrent documentation) closed by
- fixed: […]
- 08:34 Ticket #5546 (Documentation errors in Control.Exception.Base) closed by
- fixed: […] […]
- 08:32 Ticket #5554 (Strange interaction between "-osuf", profiling and TemplateHaskell) closed by
- fixed
- 08:31 Ticket #5545 (($!) not in scope) closed by
- fixed
- 05:26 Ticket #5565 (ghc reports a bug after interrupt) created by
- Two or three times clicking Ctrl+C causes GHCI to type this: […]
- 02:37 Ticket #5540 (Non-deterministic pure code in Data.Typeable) closed by
- fixed: Sorry about the bug. It is fixed in 7.2.1 and later, but we aren't …
- 02:24 AddingNewPrimitiveOperations edited by
- (diff)
- 02:23 AddingNewPrimitiveOperations edited by
- (diff)
- 01:43 Commentary/Compiler/TypeType edited by
- (diff)
- 01:42 Commentary/Compiler/TypeType edited by
- Add a subkinding diagram (diff)
- 01:19 Commentary/Compiler/TypeType edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.
