google-code-export / cfwheels

Automatically exported from code.google.com/p/cfwheels
0 stars 0 forks source link

Handle deprecated functions/arguments #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Build an easy way to alert the developer when something is about to be 
deprecated in a future release. Re-route function/argument so that it still 
works but add red text or something to the debug area.

Original issue reported on code.google.com by per.djurner@gmail.com on 20 Mar 2009 at 10:06

GoogleCodeExporter commented 9 years ago
i think an easy way to do this would be just to an array in the 
application.wheels
scope called "DeprecatedMessages" or something. then we could have a 
deprecated()
method that appends the messages to the array. obviously we have to take 
production
mode into account.

Original comment by tpetru...@gmail.com on 22 Apr 2009 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by per.djurner@gmail.com on 6 May 2009 at 11:06

GoogleCodeExporter commented 9 years ago

Original comment by per.djurner@gmail.com on 28 May 2009 at 12:52

GoogleCodeExporter commented 9 years ago
may I take over responsibility for this enhancement?

Original comment by tpetru...@gmail.com on 18 Jun 2009 at 12:56

GoogleCodeExporter commented 9 years ago
Absolutely.

Original comment by per.djurner@gmail.com on 18 Jun 2009 at 12:59

GoogleCodeExporter commented 9 years ago

Original comment by tpetru...@gmail.com on 18 Jun 2009 at 1:28

GoogleCodeExporter commented 9 years ago
added in commit 2697, 2698

Original comment by tpetru...@gmail.com on 24 Jun 2009 at 3:08