On Thu, Jan 6, 2011 at 8:57 PM, Ryosuke Niwa <ryosuke.n...@gmail.com> wrote:

> On Thu, Jan 6, 2011 at 8:31 PM, Darin Fisher <da...@chromium.org> wrote:
>
>> Using svn revision numbers has the downside of not reflecting branches
>> very well.  A bigger number may correspond to a recent change to an old
>> branch for instance.  So, you cannot do simple "if version > N" checks to
>> test for the availability of features.
>>
>
> I think Ojan meant that the version number can be used to learn about
> bugs such as crashes and incompatibilities that have been fixed but cannot
> be detected as a feature.
>

Right. Having a shared version number across WebKit builds will never catch
every case (e.g. patches pulled into branches, disabled features, etc.), but
it is better in general than developers using the individual products'
version numbers.

Ojan
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to