On Fri, Nov 22, 2024 at 07:14:40PM +0000, Gavin Smith wrote:
> On Fri, Nov 22, 2024 at 12:10:33PM +0100, Patrice Dumas wrote:
> > Hello,
> > 
> > Now that the XS modules are used, there are new errors in the CI.
> > 
> > For Cygwin64 and Macos-13, there are many errors with translations.  For
> > these platforms in the CI, the Perl version is 5.40.X, such that XS is
> > used for getting translated strings in documents, but it does not seems
> > to work.  There are no visible memory errors as there was in freebsd for
> > an older Perl.
> 
> It's difficult to investigate without direct access to the system.

Agreed, and even with direct access, it could still be difficult.

I do not think that we need to fully solve that for the release.  I
think that our best options are actually:
1) use Perl function to find translated strings in the default case
   but provide with a customization variable to use the default used now
2) keep the default as it is now but add a customization variable to
   always use the Perl function to find translated strings

1) would actually be more in line with what we have done for long, by
using the pure Perl libintl-perl while we could have used the
libintl-perl XS module for speed, but this means not getting the best of
GNU where gettext works as intended for perl > 5.38.

Opinions?.

-- 
Pat

Reply via email to