bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: errors with TEXINFO_XS=omit


From: Patrice Dumas
Subject: Re: errors with TEXINFO_XS=omit
Date: Sun, 15 Nov 2020 17:08:41 +0100

On Sun, Nov 15, 2020 at 05:04:36PM +0100, Patrice Dumas wrote:
> I found a way to have an error message by browsing about eval, using
> in tp/Texinfo/XSLoader.pm line 228.
> 
>   eval "require $fallback_module";
>   warn() if $@;

Actually, it should probably be more than warning, but aborting,
like

  if ($@) {
    warn();
    die "Error loading $fallback_module\n";
  }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]