summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-tparams-badtype.check
Commit message (Collapse)AuthorAgeFilesLines
* [nomaster] better error messages for various macro definition errorsEugene Burmako2013-12-061-1/+1
| | | | backport of 1d3ec4e708154ec05554f540d7d68ed55dc12426
* Normalized line endings.Paul Phillips2012-09-201-7/+7
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* more cleanup for typedMacroBodyEugene Burmako2012-08-171-1/+1
|
* evicts last traces of makro from our codebaseEugene Burmako2012-08-021-2/+2
| | | | Removes the stubs left out to appease the old starr, fixes macro tests.
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-1/+1
|
* Next generation of macrosEugene Burmako2012-04-121-0/+7
Implements SIP 16: Self-cleaning macros: http://bit.ly/wjjXTZ Features: * Macro defs * Reification * Type tags * Manifests aliased to type tags * Extended reflection API * Several hundred tests * 1111 changed files Not yet implemented: * Reification of refined types * Expr.value splicing * Named and default macro expansions * Intricacies of interaction between macros and implicits * Emission of debug information for macros (compliant with JSR-45) Dedicated to Yuri Alekseyevich Gagarin