8121dbb0d3
* @ eval() was not being silenced correctly * If the string passed to eval() hits a parse error, then the runtime is not supposed to fatal. We currently do. * Errors in eval() code did not print a valid file name, they now print it as "$FILENAME($LINE1) : eval()'d code on line $LINE2" Closes #945 Reviewed By: @jdelong Differential Revision: D1006603