Attendees: Gerald Chan, Ric Dokken, Carey Garrenton, Greg Maston, Jim O'Reilly, Ernie Wahl Line and clause numbers if any are with regard to STIL.4 syntax document D02 dated February 15, 2016. ================================================================================ CONSENSUS: ---- ITEM 1 -------------------------------------------------------------------- -- a. Add the following syntax to clause "32.1 FlowNode Syntax" (SUGGESTION: before line 5231 because it has the least user relevance): (Position unsigned_int unsigned_int; ) -- b. Add the following description to clause "32.1 FlowNode Syntax": Position: An optional statement with an x/y pair of unsigned integers to represent relative position of the FlowNode within its Flow or user-defined Test for documentation or illustrative purposes. The unsigned integer values have no units or implied scale. The first number represents relative position on an x-axis with the value 0 representing the leftmost position. The second number represents relative position on a y-axis with the value 0 representing the topmost position. This statement has no impact upon flow navigation. ---- ITEM 2 -------------------------------------------------------------------- Create a new top-level clause between current clauses 19 and 20 containing the following text: 1. Enum 1.1 Enum Syntax Enum ENUM_NAME { (enum_stmt)+ } enum_stmt = ENUMERATOR_NAME (=INITIALIZER), Enum: Start of an enum block. ENUM_NAME: Required name of the enum block. This name applies scope to the enumerator elements within the enum block. ENUMERATOR_NAME: Required name of the enumerator element. Each enumerator name within the enum block must be unique. INITIALIZER: Optional Integer assignment value for the enumerator. If the initializer is omitted, the enumerator takes on the value of the previous enumerator + 1. The first enumerator, if not assigned with an initializer, is assigned the starting value of 0. 1.2 Enum Example /* COMMENT: NO CONCENSUS FOR THIS BUT WE PROBABLY WANT THIS SECTION */ ---- ITEM 3 -------------------------------------------------------------------- -- a. Move the content of appendix "E.3.5 Variable and Parameter Types" to clause "21.1 FlowVariables syntax" -- b. Remove header "E.3.5 Variable and Parameter Types" -- c. Remove appendix "E.3.2.3 Enumerated Types" ================================================================================ ACTION ITEMS: Jim & Ric: CONSENSUS ITEM 1 Ric: CONSENSUS ITEM 2 Ernie: CONSENSUS ITEM 3 ================================================================================