10 Oct
2013
10 Oct
'13
5:23 p.m.
Phil Mayers wrote:
I've just ported our config to 3.0 and I'm seeing a few error messages; they don't seem to be critical but are concerning me.
Specifically I'm seeing:
ERROR: Conditional evaluation failed due to internal sanity check.
That should be fixed. Either it can be deleted, or reworded.
...whenever I try to compare against absent attributes. What's the correct syntax for this now - do I need:
if ((Attr) && (Attr op RHS)) {
...or can I ignore the message?
Yes. Alan DeKok.