summaryrefslogtreecommitdiff
path: root/test/files/run/sammy_repeated.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-9415 Turn on SAM by defaultJason Zaugg2016-03-261-1/+0
| | | | | | | | | | Initial work to change settings and test by Svyatoslav Ilinskiy Thanks! To avoid cycles during overload resolution (which showed up during bootstrapping), and to improve performance, I've guarded the detection of SAM types in `isCompatible` to cases when the LHS is potentially compatible.
* [sammy] support repeated paramsAdriaan Moors2014-11-071-0/+1
Generate correct trees to refer to repeated params using `gen.paramToArg`. Based on retronym's review feedback.