apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Program::GetExpectedTypesForStatement raises an exception if an unknown function name is provided #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is possible for malformed programs to cause an exception in 
Program::GetExpectedTypesForStatement in Program.cpp by invoking a function 
which has not been defined. This should log a semantic error instead.

Original issue reported on code.google.com by don.ap...@gmail.com on 15 Feb 2012 at 7:38

GoogleCodeExporter commented 9 years ago
Assigned to Release 12.

Original comment by don.ap...@gmail.com on 2 Apr 2012 at 4:15

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by don.ap...@gmail.com on 13 Apr 2012 at 9:00