summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-params-namemismatch.check
Commit message (Collapse)AuthorAgeFilesLines
* Removing orphan check/flag files.Paul Phillips2013-08-291-7/+0
|
* 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.
* shaves more than 150 lines off typedMacroBodyEugene Burmako2012-08-171-1/+0
|
* macroImplSigs => macroImplSigEugene Burmako2012-08-151-0/+1
| | | | | We no longer have multiple canonical signatures for macro implementations, so it was time to put the List-List-List-based logic to rest.
* evicts last traces of makro from our codebaseEugene Burmako2012-08-021-7/+7
| | | | Removes the stubs left out to appease the old starr, fixes macro tests.
* 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