Page MenuHomePhabricator

Include parentheses in n_ARRAY_VALUE_LIST node
ClosedPublic

Authored by joshuaspence on Aug 11 2015, 10:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 27, 5:47 AM
Unknown Object (File)
Sun, Dec 22, 2:08 AM
Unknown Object (File)
Wed, Dec 18, 5:59 AM
Unknown Object (File)
Tue, Dec 17, 9:08 PM
Unknown Object (File)
Tue, Dec 17, 9:08 PM
Unknown Object (File)
Tue, Dec 17, 9:08 PM
Unknown Object (File)
Tue, Dec 17, 9:08 PM
Unknown Object (File)
Tue, Dec 17, 9:08 PM
Subscribers

Details

Summary

Currently parsing array(1, 2, 3) results in a n_ARRAY_VALUE_LIST with a concrete string of 1, 2, 3. Compare this to list($x, $y) which results in a n_ASSIGNMENT_LIST with a concrete string of ($x, $y).

Test Plan

See next diff.

Diff Detail

Repository
rPHU libphutil
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7590
Build 8220: [Placeholder Plan] Wait for 30 Seconds
Build 8219: arc lint + arc unit

Event Timeline

joshuaspence retitled this revision from to Include parentheses in n_ARRAY_VALUE_LIST node.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.

Fix for list($i, list($j, $k)) = y()

epriestley edited edge metadata.

Also bump version?

This revision is now accepted and ready to land.Aug 11 2015, 12:28 PM
This revision was automatically updated to reflect the committed changes.