• Adam Procter's avatar
    New checks for Function's constructor (#292) · 8c50b179
    Adam Procter authored
    * Remove unnecessary dependency on codegen in interpreter
    
    * Check for incorrect return type and undeclared parameters in Function's constructor
    
    * Address review comments
    
    * Add scarier error message when the result node has null return type (should never happen)
    * Add new constructor for Function that doesn't require the return type, and unit test for same
    8c50b179
build_graph.cpp 8.97 KB