[13:34:16] Krinkle: I don't know of any other fix for it. [17:42:08] Anybody know if Cindy is on irc yet? [18:55:53] bd808: she's been in the -releng channel with some obvious sort of username (some version of her last name, I think) before [19:52:22] legoktm: Is warning about nested ternary operators without parens (e.g. "$foo ? ... : $bar ? ... : ...", because PHP thinks that's "( $foo ? ... : $bar ) ? ... : ..." rather than "$foo ? ... : ( $bar ? ... : ... )" like most other languages) too complicated for a code sniff? [19:54:02] I think it's probably doable [19:55:03] oh, and it caused a bug. that makes it higher priority for me :) [19:55:09] can you file a bug for it? [19:57:00] legoktm: The concern I have is whether it will be able to handle $foo and $bar being some more complicated expression. $object->foo()->bar()['baz'] or whatever [20:01:08] I haven't checked how it tokenizes ternary operators but it is able to identify which closing ( matches the opening ) and stuff, so it shouldn't be too bad [20:17:09] legoktm: https://phabricator.wikimedia.org/T171520 [21:37:20] if only everyone filed bug reports as detailed as you just did <3