chubbymaggie / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Create new type to represent state #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of maintaining a String type for preEventState and postEventState, 
create and use a separate "State" type, which contains a "stateString" 
internally to represent the parsed state. Assume that "stateString" is in the 
format id=value,id=value,...,id=value. State type must also maintain a mapping 
from identifiers to values.

Original issue reported on code.google.com by ssukkerd on 23 Jan 2013 at 1:31

GoogleCodeExporter commented 9 years ago

Original comment by ssukkerd on 23 Jan 2013 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by ssukkerd on 24 Jan 2013 at 1:47

GoogleCodeExporter commented 9 years ago
Solution in revision b016db026b30, please review.

Original comment by ssukkerd on 11 Feb 2013 at 3:42

GoogleCodeExporter commented 9 years ago
Fixed via Issue 285 with revision ef675d4d0691

Original comment by bestchai on 19 Feb 2013 at 7:20