[Bug 41693] Support short-circuit bool ops

2012-11-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41693 Liangent changed: What|Removed |Added CC||vasi...@gmail.com --- Comment #1 from Liang

[Bug 41693] Support short-circuit bool ops

2012-11-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41693 --- Comment #2 from Victor Vasiliev 2012-11-04 02:00:48 UTC --- But they *do* short-circuit now, though not in a proper way. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail bec

[Bug 41693] Support short-circuit bool ops

2012-11-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41693 --- Comment #3 from Liangent 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 mos

[Bug 41693] Support short-circuit bool ops

2013-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41693 Andre Klapper changed: What|Removed |Added Priority|Unprioritized |Low -- You are receiving this mail be

[Bug 41693] Support short-circuit bool ops

2013-07-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41693 Legoktm changed: What|Removed |Added CC||mybugs.m...@gmail.com --- Comment #4 from Le

[Bug 41693] Support short-circuit bool ops

2013-07-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41693 --- Comment #5 from Helder --- From Bug 51784: Currently, if I create a filter having the code - false & false & false & false & false - and then make an edit in any page,