|
From: | Nikolaus Waxweiler |
Subject: | Re: [ft-devel] Experimental: v38 interpreter with minimal backwards compatibility mode and linear advance widths |
Date: | Fri, 11 Mar 2016 19:48:04 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
Mhmm. This is too hars harsh. I would rather simply stop interpretation of delta instructions but let everything else work. For example, IUP[xy] could be called within conditionals, and it would be bad if the following `EIF' doesn't get interpreted, causing unwarranted execution failures.
Should execution errors be avoided in general? I'm throwing an error in ALIGNRP after IUP[x] and IUP[y] (thereby stopping execution, thereby preventing distortion) and noticed that quite a few errors pile up for Arial, DejaVu, etc. Should I instead define a new "error" that simply stops execution and returns success?
[Prev in Thread] | Current Thread | [Next in Thread] |