Issue557

Title remove OptionFlags struct
Priority wish Status resolved
Superseder Nosy List jendrik, malte
Assigned To jendrik Keywords
Optional summary

Created on 2015-07-17.17:24:04 by jendrik, last changed by jendrik.

Messages
msg4507 (view) Author: jendrik Date: 2015-07-28.07:20:36
Apparently, I forgot to close this. The code has been merged and pushed.
msg4392 (view) Author: malte Date: 2015-07-17.17:44:58
I think issue236 explains the original motivation behind OptionFlags. So if you
want to get rid of it, my recommended starting points would be:

1) Read the discussion of issue236.
2) Grep the code for occurrences of OptionFlags
3) Check if these are all legitimate uses of OptionFlags.
4) Check if your suggested replacement would work equally well for these cases.
msg4388 (view) Author: jendrik Date: 2015-07-17.17:24:04
Citing a TODO from the code, I'd like to see if we can "get rid of OptionFlags, 
instead use default_value = "None" ?".
History
Date User Action Args
2015-07-28 07:20:36jendriksetstatus: chatting -> resolved
messages: + msg4507
2015-07-17 17:44:58maltesetstatus: unread -> chatting
messages: + msg4392
2015-07-17 17:24:04jendrikcreate