apoch / epoch-language

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

Library function invocation can fail silently #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a library is asked to invoke a function it has not registered internally, it 
currently fails silently. (See remark in InvokeLibraryFunction.) Replace this 
with functionality to terminate the executing program with a runtime error.

Original issue reported on code.google.com by don.ap...@gmail.com on 20 Sep 2010 at 4:06

GoogleCodeExporter commented 9 years ago
This is a non-issue as the entire InvokeLibraryFunction code path is no longer 
used.

Original comment by don.ap...@gmail.com on 3 Oct 2010 at 7:27