summaryrefslogtreecommitdiff
path: root/.fixtures.yml
AgeCommit message (Collapse)Author
2016-08-08(modules-3533) deprecation for 3.x number functiontphoney
2015-01-07(MODULES-1473) Deprecate type() function for new parserHunter Haugen
The `type()` function will cease to work on the new parser because 'type' is a reserved keyword. The `type3x()` function may be used to continue similar functionality, but will be deprecated in favor of the built-in typing system. The `type_of()` function has been included to introspect types in the new parser.