bug-make
[Top][All Lists]
Advanced

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

[bug #62174] fix test functions/shell on aix.


From: Paul D. Smith
Subject: [bug #62174] fix test functions/shell on aix.
Date: Wed, 26 Oct 2022 13:49:18 -0400 (EDT)

Follow-up Comment #4, bug #62174 (project make):

Hm.  the code tries to reset the locale to "C" before it detects any of this
stuff.  I guess maybe the method it uses (calling POSIX::setlocale()) isn't
sufficient?

OK I'll address this.

I think the idea was that we didn't want to change the locale for the
top-level Perl, so that any messages generated by it would be in the correct
locale.  We only wanted to set the locale inside the tests.  That's why we try
to set the locale to "C", then set it back again after we are done.

Maybe that's not worthwhile.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62174>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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