On 05/21/2012 10:32 AM, Adrian Crum wrote: > On 5/21/2012 4:30 PM, Adam Heath wrote: >> On 05/21/2012 10:28 AM, Adrian Crum wrote: >>> I will work on creating Mini-lang unit tests when I am finished with >>> the overhaul. Unfortunately, for the moment, we have to rely on the >>> higher level tests and user complaints to detect Mini-language >>> problems. >> Speaking of, I've noticed a lot of deprecation warnings during runtime >> recently; either minilang or widget, I can't recall. Those shouldn't >> have been deprecated until all the call sites were fixed. Then the >> deprecation tag could be added. > > Okay, I can turn Mini-language validation off for now.
Maybe make it verbose/debug, or some such. Right now, it increases the size of the log files, which increases the amount written to disk, which slows things down a little bit. ps: I can understand deprecating early, then having others help with the fixes. That's why I used the word "shouldn't" above, instead of "must". pps: I've doing the entity deprecations myself, not because I don't want/need help, but it gives me a chance to do a code review on every file I touch; at least, it gives me a gut feeling about what is being done in the project.