This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] conform/conformtest.pl: Escape literal braces in regular expressions


On Wed, 18 Jul 2018, Carlos O'Donell wrote:

> I am strongly in favour of migrating perl or awk scripts to python and shell.

For the perl scripts, they are already optional in the build (albeit 
needed to build the manual), so that's a matter of replacing one tool used 
optionally with another.

For the awk scripts, while I'd certainly prefer to maintain such scripts 
in python, many such scripts are also required for the build, and if 
you're adding a new required build dependency, that needs considering much 
more carefully.  (I wouldn't consider there to be such an issue with awk 
scripts used only in individual testcases, even though moving those to 
Python would replace always-supported tests with ones that have a new 
dependency.)

It's entirely possible the new dependency is actually theoretical, in that 
if a broad enough range of python versions is allowed, no-one is actually 
building glibc on a system without python.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]