[Webkit-unassigned] [Bug 179621] New: webkitpy: Better name-version mapping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 13 11:01:16 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179621

            Bug ID: 179621
           Summary: webkitpy: Better name-version mapping
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jbedard at apple.com
                CC: lforschler at apple.com

Currently, we map version numbers to version names in platforminfo.py.  This has a few problems: first, it confuses version number (10.13.0) with version name (High Sierra) because on some platforms (like iOS) the two are the same (version 11.0 is iOS 11). Second, by storing the version name instead of the version number, scripts can't differentiate between minor versions (So 10.12 and 10.12.3 look exactly the same). Third, as discussed in <https://bugs.webkit.org/show_bug.cgi?id=179534>, we can't iterate through available versions if name-version mapping is in platforminfo.py.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171113/8205282f/attachment.html>


More information about the webkit-unassigned mailing list