bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 0/5] obstacks


From: Paul Eggert
Subject: Re: [PATCH 0/5] obstacks
Date: Fri, 29 Aug 2014 07:16:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Sorry, somehow I thought those patches were for glibc review, not gnulib review.

The gnulib part is patch 5/5.  I see a few problems there:

These days _GL_ATTRIBUTE_PURE is defined by m4/gnulib-common.m4 and so there should be no need to include stdwhatever.h to define it if one is using gnulib.

Similarly, to break the dependency on modules/stdlib, modules/obstack should depend on and use snippet/_Noreturn, as modules/stdlib does.

Third, you need to modify modules/obstack to remove the dependencies you've removed.

Fourth, suppose a project uses both obstack and exitfail? Then its exit-failure isn't propagated. This suggests that obstack should conditionally use exitfail if present.

I haven't looked at the other 4 patches carefully but assume they're OK for glibc (or your glibc reviewers will tell you :-).



reply via email to

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