-
Notifications
You must be signed in to change notification settings - Fork 20
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
Updatets #80
Updatets #80
Conversation
note that this is built on top of #79 |
@gidden, after installing the changes from the relevant PR in cyclus, the following error happens whether genapi.py looks for dbtypes.js or dbtypes.js.old:
I'm not exactly sure of whats happening in this function (outside of the obvious) so I don't have an explanation for this. Shouldn't this not happen with .old? |
Or are the types you listed above still in .old? It's hard to tell without line numbers |
FYI @rwcarlsen, @gonuke, this PR has a code snippet for generating enum types given a cpp type |
This is the fourth PR in a set of prs related to
dbtypes.js
. It does not work with the currentdbtypes.js
installed by cyclus in cyclus/cyclus#1184, but it does work withdbtypes.js.old
that is also installed. It is depedent on cyclus/cyclus#1184.Note that by "work" I mean: "builds and tests without error".
The (now with a better message) error that is raised on the current dbtypes.js is:
This failure goes away if the following types are removed:
I can not find any simple unique features that explain the bug, so I will leave it to others to contemplate.