RE: Pike 8.0 RC1
"Henrik Grubbstr?m (Lysator) @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
>When did that vanish? Calling of a nonexisting function was made an error in the following commit: | commit 7b0d86091ab216956cf1002e733d75e17e519cd1 | Author: Martin Stjernholm <[email protected]> | Date: Wed Jul 30 20:50:10 2003 +0200 | | Fixed misguided fault tolerance. Interesting; the low level function apply_svalue() still exists and allows calling of integers, but it is not used for Pike code, which instead uses mega_apply(APPLY_SVALUE, ...), which seems to never have allowed calling of integers. Note also that f_call_function() in µLPC 1.0E-30 didn't allow calling of integers, and generated the error "Call to non-function value.".