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.
Could this be addressed in code or at least noted in documentation?
I also have the case of SUBSCRIBE where it is a later (re)SUBSCRIBE after an initial SUBSCRIBE. This has a to-tag. This is not handled by the default script. Could the default script be altered to handle SUBSCRIBE with to-tag please?
Thanks
Jeremy
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.
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.
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