Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #8696 - don't generate static intra-package references. | Austin Seipp | 2014-02-24 | 5 | -0/+15 |
| | | | | | | | | | | See the comments in Packages.lhs and the ticket for some more explanation. This is a temporary fix while we consider a way to re-enable intra-package references in the mean time. Authored-by: Reid Barton <rwbarton@gmail.com> Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Fix another failure. | Austin Seipp | 2014-01-22 | 1 | -0/+0 |
| | | | | | | Rather hilarious (and my fault.) Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Don't print roles for data instances | Simon Peyton Jones | 2014-01-17 | 1 | -1/+0 |
| | | | | See Trac #8672 | ||||
* | Eta expand data family instances before printing them | Simon Peyton Jones | 2014-01-17 | 4 | -0/+15 |
| | | | | Fixes Trac #8674 | ||||
* | Fix ghciprog004 when built with Clang | Austin Seipp | 2014-01-15 | 1 | -1/+1 |
| | | | | | | Clang warns about implicit return values by default. Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Fix T8172 for Win32 (again) | Austin Seipp | 2014-01-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Add T8172 output for Win32 | Austin Seipp | 2014-01-14 | 1 | -0/+11 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Fix T3333 | Austin Seipp | 2014-01-14 | 1 | -1/+3 |
| | | | | | | | Weak symbols work with the dynamic linker, not just the linux static linker (c.f. Mac OS X.) Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Test Trac #8649 | Simon Peyton Jones | 2014-01-10 | 3 | -0/+13 |
| | |||||
* | Changes in error messages when fixing Trac #8649 | Simon Peyton Jones | 2014-01-09 | 6 | -29/+28 |
| | | | | Mostly improvements, happily | ||||
* | Add output for T8639 | Joachim Breitner | 2014-01-06 | 1 | -0/+8 |
| | | | | (probably forgotten in [0a0ca809]) | ||||
* | Test Trac #8579 | Simon Peyton Jones | 2014-01-03 | 3 | -0/+8 |
| | |||||
* | Test Trac #8640 | Simon Peyton Jones | 2014-01-03 | 3 | -0/+4 |
| | |||||
* | Improved out-of-scope error for qualified names in GHCi | Simon Peyton Jones | 2014-01-02 | 1 | -3/+1 |
| | |||||
* | Test Trac #8639 (just the GHCi version) | Simon Peyton Jones | 2014-01-02 | 4 | -0/+28 |
| | |||||
* | Error wibbles while fixing #8607. | Richard Eisenberg | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | Different quotes in error messages following lexer clean-up | Simon Peyton Jones | 2013-12-05 | 3 | -4/+8 |
| | |||||
* | Error message wibbles | Simon Peyton Jones | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | Test Trac #8535 | Simon Peyton Jones | 2013-11-18 | 3 | -1/+8 |
| | |||||
* | Increase coverage of #4175 | Patrick Palka | 2013-11-14 | 3 | -19/+37 |
| | |||||
* | Wibbles following fix to Trac #8278 | Simon Peyton Jones | 2013-11-06 | 4 | -6/+22 |
| | | | | | | The error message for ghci052 and ghci053 are (still) terrible, because there is shadowing going on in the interactive context. But that's a separate matter. | ||||
* | Add test for #8485. | Richard Eisenberg | 2013-10-29 | 3 | -0/+7 |
| | |||||
* | Test Trac #3333 | Takano Akio | 2013-10-25 | 5 | -0/+19 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Test Trac #8469 | Simon Peyton Jones | 2013-10-23 | 5 | -1/+22 |
| | |||||
* | Wibbles to output regarding role annotations. | Richard Eisenberg | 2013-10-23 | 4 | -26/+4 |
| | |||||
* | Error message wibbles | Simon Peyton Jones | 2013-10-23 | 1 | -2/+2 |
| | |||||
* | Error wibbles now that we print roles in :info | Simon Peyton Jones | 2013-10-08 | 5 | -5/+33 |
| | | | | (We might want to revisit this.) | ||||
* | Update test to reflect fix for #1201. | Geoffrey Mainland | 2013-10-04 | 1 | -1/+1 |
| | | | | | Splices are now run in the renamer instead of the type checker, so they only get run once. | ||||
* | Fix test wibbles for new Template Haskell. | Geoffrey Mainland | 2013-10-04 | 1 | -0/+6 |
| | | | | | | | | | | | Because splices are now run in the renamer, we do not get the same error context as we would when running in the type checker. In most cases we get less context, and in some cases I have added additional context. Error messages should at least tell the user that an error occurred in a splice; dropping context beyond that point is not judged a great loss. Note that we may now report only one error when multiple errors were reported before because splices are now run in the renamer. | ||||
* | Error messsage wibblification | Simon Peyton Jones | 2013-10-04 | 15 | -44/+44 |
| | |||||
* | Test Trac #8383 | Simon Peyton Jones | 2013-10-04 | 4 | -0/+15 |
| | |||||
* | Test Trac #8357 | Simon Peyton Jones | 2013-10-03 | 4 | -0/+40 |
| | |||||
* | Error message wibbles following ambiguity check changes | Simon Peyton Jones | 2013-10-02 | 1 | -0/+2 |
| | |||||
* | Further testsuite wibbles following changes to kind suppression | Simon Peyton Jones | 2013-10-02 | 1 | -2/+1 |
| | |||||
* | Mark those tests which depend on libraries not built when cross-compiling | Reid Barton | 2013-10-01 | 1 | -1/+1 |
| | | | | | | Issue #8393 Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Error message wibbles, | unknown | 2013-10-01 | 1 | -23/+23 |
| | | | | | | following a) suppressing kind foralls and arguments b) better fundep error messages | ||||
* | Test Trac #8377 | Takano Akio | 2013-09-29 | 3 | -0/+16 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Follow changes in [12a8244/ghc-prim] (#7633) | Herbert Valerio Riedel | 2013-09-18 | 2 | -0/+10 |
| | |||||
* | Adjust test suite to new Language Pragma warnigns | Joachim Breitner | 2013-09-14 | 3 | -5/+5 |
| | | | | (this is related to #3647) | ||||
* | Error message wibbles | Simon Peyton Jones | 2013-09-10 | 2 | -6/+6 |
| | | | | | | | | | | | | Almost all are re-orderings of relevant-binding output Relevant bindings include + m :: Map (a, b) elt (bound at T3169.hs:12:17) + b :: b (bound at T3169.hs:12:13) lookup :: (a, b) -> Map (a, b) elt -> Maybe elt (bound at T3169.hs:12:3) - b :: b (bound at T3169.hs:12:13) - m :: Map (a, b) elt (bound at T3169.hs:12:17) | ||||
* | Test Trac #8215 | Simon Peyton Jones | 2013-09-03 | 2 | -0/+3 |
| | |||||
* | Add test-case for #8172 | Herbert Valerio Riedel | 2013-08-27 | 3 | -0/+19 |
| | | | | Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | Add regression test for #8113 | Herbert Valerio Riedel | 2013-08-24 | 3 | -0/+40 |
| | | | | Depends on fix in 3229eadbff857b110f20ffddb80d5f7abd5d7216 to pass | ||||
* | The linker can still be used when DYNAMIC_GHC_PROGRAMS=YES | Simon Marlow | 2013-08-22 | 1 | -2/+1 |
| | |||||
* | Fix test for #8116. | Austin Seipp | 2013-08-16 | 2 | -2/+2 |
| | | | | | | | | | This caused a failure on some 32bit builds due to floating point (in)accuracy. But Complex is already strict in both its components, and we really just want to know the code works, so an easier solution is to simply use `seq` to force evaluation. Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
* | Add a regression test (see #8116) | Austin Seipp | 2013-08-14 | 3 | -1/+4 |
| | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
* | Test kind inference for closed type families/T7939. | Richard Eisenberg | 2013-06-27 | 3 | -4/+52 |
| | |||||
* | Updates to support closed type families. | Richard Eisenberg | 2013-06-21 | 2 | -55/+47 |
| | |||||
* | Fix some testsuite cleaning; part of #7941 | Ian Lynagh | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | Test Trac #7894 | Simon Peyton Jones | 2013-06-07 | 3 | -0/+4 |
| |