Skip to content

Conversation

@mkmojo
Copy link

@mkmojo mkmojo commented Dec 1, 2014

In the class DotManager of file ctree/visual/dot_manager.py
The dot_ast_to_file method passed in a wrong parameter filename

    @staticmethod
    def dot_ast_to_file(ast_node, file_name):
        dot_text = ast_node.to_dot()
        dot_output = DotManager.run_dot(dot_text, filename)

This will lead to a global variable filename not found error.

I fixed this by giving DotManager.run_dot() method the correct parameter.

mnpatil17 and others added 30 commits January 2, 2015 16:30
…gn ast into target,value nodes, not a set of special cases. Also, reverted declfiller changes because the deep lookup was unnecessary. We need to probably recursively traverse the binops to find their types instead of looking one layer deep.
…uff, make functioncall type inference work (kinda) and realized that DeclFiller should only run on CFiles
…orking and I'm not thinking really clearly. Hope this one works
…t import conditional since it's zip_longest in py3k
Multiple New Features Added to ctree
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling a0fd1b5 on ucb-sejits:master into * on mbdriscoll:master*.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants