On Sun, Jul 09, 2023 at 11:32:27PM +0200, Ralf Hemmecke wrote:
> I guess build_helper (for whatever it is used) will no longer work, since
> Waldek has renamed EXIT-WITH-STATUS to |exit_with_status|.
AFAICS this problem is very easy to fix. Real problem is that
branch with exit is normally not taken. Namely, when there is
serious error, then Lisp compiler activates Lisp debugger.
OTOH we do not expect errors in generated Lisp code. In fact,
we do not expect errors in hand-written Lisp code too: such
code should be tested before running full build.
--
Waldek Hebisch