https://bugzilla.wikimedia.org/show_bug.cgi?id=41693
--- Comment #3 from Liangent <[email protected]> 2012-11-04 11:43:37 UTC --- (In reply to comment #2) > But they *do* short-circuit now, though not in a proper way. I just see some filters only saying `cond1 & cond2` where cond1 is very cheap and is false for most of edits (for example, user_name == 'FooBar') but cond2 is some more expensive consume more condition limit than expected (in short-circuited evaluation). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
