Files
zulip/zerver/lib
Steve Howell 79fb36c599 refactor: Extract maybe_add_event() function.
This change was partially driven by a quirk in Python
where peephole optimizations make `continue` lines
appear not to be covered.

I also think it's generally a good idiom to extract
functions for loop bodies when they don't actually
accumulate values or maintain other state.  With this
commit we now prevent potential bugs for vars like
`is_stream` leaking between loop iterations.
2018-08-21 11:23:40 -07:00
..
2018-05-21 22:41:00 -07:00
2018-04-25 08:58:55 -07:00
2018-08-08 16:49:27 -07:00
2018-08-11 14:51:26 -07:00