On Thu, Jan 6, 2011 at 8:31 PM, Darin Fisher <da...@chromium.org> wrote:

> On Thu, Jan 6, 2011 at 4:39 PM, Ojan Vafai <o...@chromium.org> wrote:
>
>> Some ideas:
>> -Use the svn revision number. That has the downside of being tied to SVN
>> should we want to change version control systems.
>> -Have a file checked in that corresponds to the WebKit "version" at that
>> revision. Any port is allowed to increment the number in that file whenever
>> they please. It's monotonically increasing, not tied to a given version
>> control system or to an individual port's release process.
>>
>> Ojan
>>
>>
> 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.
>
> -Darin
>

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.

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

Reply via email to