[Webkit-unassigned] [Bug 153827] New: [Tools] --cmakeargs option's value is not assigned to $additionalCMakeArgs variable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 03:05:43 PST 2016


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

            Bug ID: 153827
           Summary: [Tools] --cmakeargs option's value is not assigned to
                    $additionalCMakeArgs variable
    Classification: Unclassified
           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: jh718.park at samsung.com
                CC: lforschler at apple.com

When an array is passed to subroutines as argument in perl, a list containing its element is returned from the array.
Currently @$ arguments are being passed, then it is going to be one list including all the elements not only from @ but also from $.
As a result, $additionalCMakeArgs in sub generateBuildSystemFromCMakeProject is not being used.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160203/5c422ca2/attachment.html>


More information about the webkit-unassigned mailing list