summaryrefslogtreecommitdiff
path: root/testsuite/tests/module
Commit message (Collapse)AuthorAgeFilesLines
* Tons of error message wibblesSimon Peyton Jones2012-09-281-3/+2
|
* A ton of error message wibblesSimon Peyton Jones2012-09-211-1/+0
| | | | | | Notably * Showing relevant bindings * Not suggesting add instance (Num T); see Trac #7222
* acceptSimon Marlow2012-09-061-2/+2
|
* Error message wibblesSimon Peyton Jones2012-04-231-2/+2
|
* Error message wibbles following TyClDecl/HsTyDefn refactoringSimon Peyton Jones2012-03-263-15/+15
|
* Update error message for malformed sub-ordinates.Iavor S. Diatchki2012-03-181-1/+1
| | | | | | | | To make the parsing task a bit simpler, we allow sub-ordinate names on all imports/exports. Because of this, malformed exports, such as `map(..)` are not reported as a parsing error but, rather, they are detected in a later pass as an export of a missing type/class `map`.
* Modified error output and new tests for PolyKinds commitSimon Peyton Jones2012-03-021-6/+6
|
* Accept error message changes in response to Trac #5860Simon Peyton Jones2012-02-101-4/+4
|
* Fix mod175: Tell make to be quietIan Lynagh2012-01-291-1/+1
|
* mod175 now passes: #437 is fixedIan Lynagh2012-01-291-2/+1
|
* Test Trac #5676, and wibble to error message on mod45Simon Peyton Jones2011-12-121-2/+6
|
* Define the GHC "compiler_always_flags" in make; fixes trac #5213Ian Lynagh2011-11-171-2/+2
| | | | We now pass the "always" flags to Makefile tests as well as python tests.
* Fix old tests for new superclass cycle error messageMax Bolingbroke2011-10-221-3/+6
|
* update error messagesSimon Marlow2011-09-217-8/+8
|
* Test the ConstraintKind extension and related changesMax Bolingbroke2011-09-061-5/+5
|
* Error message wibblesSimon Peyton Jones2011-09-023-6/+6
|
* Accept error message wibbleSimon Peyton Jones2011-08-081-2/+2
| | | | Part of fixing Trac #5385.
* Spelling suggestion has changedSimon Peyton Jones2011-08-031-1/+1
| | | | | | | | | | I'm not sure why this changed, but it's harmless so I'm accepting it Perhaps you meant one of these: `Prelude.id' (imported from Prelude), `Prelude.gcd' (imported from Prelude), - `Prelude.log' (imported from Prelude) + `Prelude.or' (imported from Prelude)
* Error message changes due to pretty-printing of provenancesSimon Peyton Jones2011-08-0214-33/+56
|
* Track error changes resulting from fix to #5281Simon Peyton Jones2011-07-274-5/+5
|
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-20474-0/+2493