Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated CGraphAst has different field names from the documentation #17

Closed
GoogleCodeExporter opened this issue Jul 8, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

model parser and solver are updated to use camel case names.

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

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

[master 6206016]

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant