russplaysguitar / navel

Working towards a linter for cfscript
MIT License
2 stars 0 forks source link

deprecated functions #28

Open russplaysguitar opened 11 years ago

russplaysguitar commented 11 years ago

Use of deprecated functions should fail lint. See: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec1a60c-7fff.html

atuttle commented 11 years ago

I don't disagree, but this is biting off a lot of work, especially if #6 results in supporting multiple versions; then we've got multiple layers of deprecation that need to be checked.

russplaysguitar commented 11 years ago

yeah, but it seems important. i like what you said about keeping support for multiple versions in mind while coding.

btw, i feel like #25 falls under this general umbrella.

atuttle commented 11 years ago

Agreed (re: umbrella)