Page MenuHomePhabricator

Fix improper XHPAST parsing of namespace grammar like "use x as private;"
ClosedPublic

Authored by epriestley on Apr 7 2020, 9:24 PM.
Tags
None
Referenced Files
F14076137: D21068.id50187.diff
Thu, Nov 21, 3:11 PM
F14073290: D21068.id.diff
Wed, Nov 20, 11:41 PM
Unknown Object (File)
Wed, Nov 20, 11:26 AM
Unknown Object (File)
Wed, Nov 20, 11:26 AM
Unknown Object (File)
Wed, Nov 20, 11:26 AM
Unknown Object (File)
Sun, Nov 10, 8:08 AM
Unknown Object (File)
Oct 22 2024, 11:19 AM
Unknown Object (File)
Oct 21 2024, 9:00 AM
Subscribers
None

Details

Summary

Depends on D21067. Ref T13492. Converting unit tests to be readable exposed this error in the grammar.

Normally, "grammar_rule" rules emit a standalone Node. In this case, the bottom-level grammar rule is a collection of trivial rules and the callers configure the Node. Wrap the bottom-level rule in a configuration rule so the node is configured correctly and consistently, in exactly one place.

Test Plan

Ran unit tests.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Apr 7 2020, 9:35 PM
This revision was automatically updated to reflect the committed changes.