You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by tm...@apache.org on 2019/07/17 07:30:51 UTC

[netbeans] branch php7.4 updated (a59319f -> b34a262)

This is an automated email from the ASF dual-hosted git repository.

tmysik pushed a change to branch php7.4
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from a59319f  Merge pull request #1378 from junichi11/netbeans-1696-php7.4-support
     new c90cee8  [NETBEANS-1696] PHP 7.4 Support Arrow Functions 2.0
     new b5079a9  [NETBEANS-1696] PHP 7.4 Support Arrow Functions 2.0
     new b34a262  Merge pull request #1384 from junichi11/netbeans-1696-php7.4-support

The 2708 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:
 .../verification/ImmutableVariablesHint.java       |  21 +++-
 .../verification/UninitializedVariableHint.java    |  53 ++++++++-
 .../testImmutableVariablesHint.php                 |   0
 ...ablesHint.php.testWith1AllowedAssignments.hints |   0
 .../testImmutableVariablesHintArrowFunctions.php   |  25 +++++
 ...estArrowFunctionsWith1AllowedAssignments.hints} |  30 +++---
 .../testArrowFunctions.php                         | 119 +++++++++++++++++++++
 ...testArrowFunctions.php.testArrowFunctions.hints |  64 +++++++++++
 .../testGlobalContext.php                          |   0
 .../testGlobalContext.php.testGlobalContext.hints} |   0
 .../testIssue225818.php                            |   0
 .../testIssue225818.php.testIssue225818.hints}     |   0
 .../testIssue226041.php                            |   0
 .../testIssue226041.php.testIssue226041.hints      |   0
 .../testIssue233268.php                            |   0
 .../testIssue233268.php.testIssue233268.hints}     |   0
 .../testIssue246125.php                            |   0
 .../testIssue246125.php.testIssue246125.hints      |   0
 .../testIssue249508.php                            |   0
 .../testIssue249508.php.testIssue249508.hints      |   0
 .../testIssue257454.php                            |   0
 .../testIssue257454.php.testIssue257454.hints      |   0
 .../testUninitializedVariableHint.php              |   0
 ...ninitializedVariableHint.php.testWithRefs.hints |   0
 ...itializedVariableHint.php.testWithoutRefs.hints |   0
 .../testGlobalContext.php.testGlobalContext.hints  |   0
 .../testIssue225818.php.testIssue225818.hints      |   0
 .../testIssue233268.php.testIssue233268.hints      |   0
 .../verification/ImmutableVariablesHintTest.java   |   9 ++
 .../UninitializedVariableHintTest.java             |  10 ++
 30 files changed, 307 insertions(+), 24 deletions(-)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => ImmutableVariablesHint}/testImmutableVariablesHint.php (100%)
 copy php/php.editor/test/unit/data/testfiles/verification/{ => ImmutableVariablesHint}/testImmutableVariablesHint.php.testWith1AllowedAssignments.hints (100%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/ImmutableVariablesHint/testImmutableVariablesHintArrowFunctions.php
 rename php/php.editor/test/unit/data/testfiles/verification/{testImmutableVariablesHint.php.testWith1AllowedAssignments.hints => ImmutableVariablesHint/testImmutableVariablesHintArrowFunctions.php.testArrowFunctionsWith1AllowedAssignments.hints} (80%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/UninitializedVariableHint/testArrowFunctions.php
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/UninitializedVariableHint/testArrowFunctions.php.testArrowFunctions.hints
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testGlobalContext.php (100%)
 copy php/php.editor/test/unit/data/testfiles/verification/{testIssue257454.php.testIssue257454.hints => UninitializedVariableHint/testGlobalContext.php.testGlobalContext.hints} (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue225818.php (100%)
 copy php/php.editor/test/unit/data/testfiles/verification/{testIssue249508.php.testIssue249508.hints => UninitializedVariableHint/testIssue225818.php.testIssue225818.hints} (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue226041.php (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue226041.php.testIssue226041.hints (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue233268.php (100%)
 copy php/php.editor/test/unit/data/testfiles/verification/{testIssue246125.php.testIssue246125.hints => UninitializedVariableHint/testIssue233268.php.testIssue233268.hints} (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue246125.php (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue246125.php.testIssue246125.hints (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue249508.php (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue249508.php.testIssue249508.hints (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue257454.php (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testIssue257454.php.testIssue257454.hints (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testUninitializedVariableHint.php (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testUninitializedVariableHint.php.testWithRefs.hints (100%)
 rename php/php.editor/test/unit/data/testfiles/verification/{ => UninitializedVariableHint}/testUninitializedVariableHint.php.testWithoutRefs.hints (100%)
 delete mode 100644 php/php.editor/test/unit/data/testfiles/verification/testGlobalContext.php.testGlobalContext.hints
 delete mode 100644 php/php.editor/test/unit/data/testfiles/verification/testIssue225818.php.testIssue225818.hints
 delete mode 100644 php/php.editor/test/unit/data/testfiles/verification/testIssue233268.php.testIssue233268.hints


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists