Menu

#33 file compare crashed.

Express
closed
compare (8)
2
2015-09-07
2015-08-17
No

command:
eengine --compare -schema1 mim_lf.exp -schema2 multidisciplinary_analysis_and_design_mim.test.exp
first crashes because a CONSTANT was deleted.
then crashes apparently on the common_datum_list change (delete extraneous parentheses).
a--in the concatenated_mim.exp v1.13 (not supplied)
TYPE common_datum_list is this:
TYPE common_datum_list = LIST[2:?] OF datum_reference_element;
WHERE
WR1: SIZEOF( QUERY(dre <* SELF | dre\shape_aspect.of_shape <> SELF[1]\shape_aspect.of_shape)) = 0; <<original
END_TYPE;

b--In the mim_lf.exp (supplied) it is
TYPE common_datum_list = LIST [2 : ?] OF datum_reference_element;
WHERE
wr1: ( SIZEOF( QUERY ( dre <* SELF | ( dre\shape_aspect.of_shape <> SELF[1]\shape_aspect.of_shape ) ) ) = 0 ); <<<stepcode pretty printer added 2 extra sets of parentheses
END_TYPE;

c--deleted

d--in a newly created longform file: multidisciplinary_analysis_and_design_mim.test.exp (supplied), it is
TYPE common_datum_list = LIST[2:?] OF datum_reference_element;
WHERE
WR1: SIZEOF( QUERY(dre <* SELF | dre\shape_aspect.of_shape <> SELF[1]\shape_aspect.of_shape)) = 0; <<<shtolo is ok. !
END_TYPE;

2 Attachments

Discussion

  • Thomas R. Thurman

    d3b88b7f67a1939e127708bbda89a39391cd6a48
    now reports the changed common_datum_list and successfully restarts itself.

     
  • Thomas R. Thurman

    7f18bc967a09b9e4e8e82c4f35d28843c6c66bdc
    successfully completes.
    There are some EEK.. entries.

     
  • Thomas R. Thurman

    no longer prints EEK.
    Close.

     
  • Craig Lanning

    Craig Lanning - 2015-09-07
    • status: open --> closed
     

Log in to post a comment.