summaryrefslogtreecommitdiff
path: root/test/files/run/t7047.check
Commit message (Collapse)AuthorAgeFilesLines
* [nomaster] SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-111-0/+0
silent = true now throws a TypecheckException even if we don't know why an implicit search has failed (i.e. if context.hasErrors is false). NOTE: this commit is a part of a pull request for 2.10.x, which makes sense of implicit macros. Everything in that pull request is [nomaster] due to one reason or another. This commit would work equally well in both 2.10.x and master, but I'm marking it as [nomaster] as well, because I'm anyway going to resubmit the whole pull request into master soon, so there's no reason to introduce additional confusion.