simontegg / hotdrink

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

Generated CGraphAst has different field names from the documentation #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to the jsdoc reference, variables of CGraphAst object have "cellType" 
and "usedBy" fields. But the current code is generating and using "cell_type" 
and "used_by" fields.

CGraphAst ::=
  {
    variables : {
      /variable-name/ : {
        cellType : /cell-type/,
        usedBy : /method-name-list/
      ...
    },

This should be fixed across several codes including parser, solver and 
evaluator.

Original issue reported on code.google.com by guruw...@gmail.com on 5 Apr 2011 at 6:50

GoogleCodeExporter commented 9 years ago
model parser and solver are updated to use camel case names.

Original comment by guruw...@gmail.com on 5 Apr 2011 at 7:27

GoogleCodeExporter commented 9 years ago
[master 6206016]

Original comment by jfreema...@gmail.com on 8 Apr 2011 at 7:11