summaryrefslogtreecommitdiff
path: root/test/files/neg/gadts1.check
Commit message (Collapse)AuthorAgeFilesLines
* moving patmat to its own phaseAdriaan Moors2012-05-021-4/+1
| | | | | | | | | | | | | | | | | | | | sort field accessors, necessary after typers -- apparently... don't throw TypeError, use issueTypeError don't run patmat phase when -Xoldpatmat only virtualize matches when -Xexperimental recycle cps type of match for re-typechecking: when one of the internal cps-type-state annotations is present, strip all CPS annotations a cps-type-state-annotated type makes no sense as an expected type (matchX.tpe is used as pt in translateMatch) don't synth FunctionN impls during typer, only do this for PartialFunction updated check now function synth for match is deferred until uncurry patmat-transform try/catch with match in cps cleanup in selective anf remove TODO: can there be cases that are not CaseDefs -- nope
* virtpatmat on by default; chicken out: -XoldpatmatAdriaan Moors2012-04-141-1/+4
| | | | | | | some tests (unreachability, exhaustivity, @switch annotation checking) are still run under -Xoldpatmat, but that will change before we go into RC mode (then the test/ partest of this commit will be reverted) removed irrelevant dependency on patmat
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Added *.log and build/ to gitignore so partest/...Josh Suereth2011-11-231-1/+1
| | | | | | | Added *.log and build/ to gitignore so partest/ant artifacts don't show up in our commit messages. Also fixed whitespace issues arising from the filter-branch history rewrite for git move.
* Parser relaxation so that one can name the type...Paul Phillips2010-11-301-1/+9
| | | | | | | Parser relaxation so that one can name the type variables in a constructor pattern match: this is a prerequisite to realizing the full potential of gadts. (Nothing new works here however.) No review.
* Updated neg check files to the new output of r1...Antonio Cunei2009-05-201-1/+1
| | | | | Updated neg check files to the new output of r17773
* fixed several problems with implicits. Martin Odersky2007-10-311-1/+1
| | | | | | Changed ways inner types of modules print: Module.this.Type => Module.type
* Massive check-in for IDE.Sean McDirmid2007-09-171-1/+1
|
* added colonBurak Emir2007-01-071-1/+1
|
* fixed problems in type patternsMartin Odersky2006-10-201-6/+1
| | | | | made some type error messages more precise
* allowed access to provates between a class and ...Martin Odersky2006-08-161-0/+11
allowed access to provates between a class and its companion module