Hello,
On 10/17/10 3:52 PM, Alex Balashov wrote:
On 10/17/2010 05:39 AM, Jeremya wrote:
I've discovered - after quite a while - that #!endif doesn't work if there is extra text on the line
#!endif
works
#!endif # someblock
doesn't work.
Yep, we've noticed it too.
core cookbook is open for enhancements, so you can simply add a note about it.
The other thing is that preprocessor-related errors for the most part do not yield any runtime or startup errors. They just silently result in mysterious behaviour.
Patches are welcome if you have improvements to any part of application. Pre-processor errors are reported, what do you mean by mysterious behaviour?
Cheers, Daniel