masaori335 opened a new pull request, #13705: URL: https://github.com/apache/trafficserver/pull/13705
Fix #13701 The grammar's `op=IDENT SEMICOLON` alternative parsed, but the compiler rejected everything it matched: the emit path was gated on a statement function having no argument validator, and every entry in STATEMENT_FUNCTION_MAP declares one -- `no-op` included, via arg_count(0). Known operators got a "requires an argument" error that is wrong for the zero-arity ones; any other identifier got "Unknown operator or invalid standalone use". The call form is the only spelling the docs, the u4wrh reverse conversion, and the test corpus produce. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
