cxbrooks / test

Second test for bugzilla to git
0 stars 0 forks source link

Modular Code Gen generates code each time the model is run. #232

Open cxbrooks opened 14 years ago

cxbrooks commented 14 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#350 From: @cxbrooks Reported version: 8.1.devel CC: pt-dev@chess.eecs.berkeley.edu

cxbrooks commented 14 years ago

[I'm creating a separate bug for this one.]

We seem to be generating code each time the model is run:

  1. $PTII/bin/vergil $PTII/ptolemy/cg/lib/test/auto/ModularCodeGen.xml
  2. Run the model, note that code is generated
  3. Exit
  4. $PTII/bin/vergil $PTII/ptolemy/cg/lib/test/auto/ModularCodeGen.xml
  5. Rerun the model, note that code is generated again

In step 5, code should not be regenerated.