This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 9aa35b283a Merge pull request #5868 from
sdedic/gradle/container-null-value
new 16bb2c41ab Fix HCL parser not recognizing compound expressions.
new 7afa280c85 Adjusted HCL operator priorities.
new 5666dc2401 Merge pull request #5854 from
lkishalmi/hcl-fix-compound-expression-grammar
The 8529 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/main.yml | 3 +
ide/languages.hcl/nbproject/project.xml | 9 ++
.../hcl/grammar/g4/HCLExpressionParser.g4 | 49 ++-------
.../hcl/grammar/HCLExpressionParserTest.java | 116 +++++++++++++++++++++
4 files changed, 134 insertions(+), 43 deletions(-)
create mode 100644
ide/languages.hcl/test/unit/src/org/netbeans/modules/languages/hcl/grammar/HCLExpressionParserTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists