This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/shivammathur/setup-php-2.33.0
in repository https://gitbox.apache.org/repos/asf/netbeans.git
discard efe769bd72 Bump shivammathur/setup-php from 2.32.0 to 2.33.0
add 7feb935c82 Update issue form for NB 26 release candidates
add b7dde80223 Merge pull request #8448 from
mbien/update-issue-form-for-26rc
add a00d33ee12 JS: Improve handling of const keyword
add ed9803b84a Merge pull request #8434 from matthiasblaesing/block_scope
add 8b49f26d5a Update expired badssl test cert for unit tests
add 6394e5df69 Merge pull request #8447 from
mbien/update-badssl-cert_delivery
add 08d606f10b NPEs in `JUnitOutputListenerProvider`
add acc6180214 Merge pull request #8433 from
jglick/JUnitOutputListenerProvider
add 92eb77dc94 Merge pull request #8444 from apache/delivery
add 847808d815 Specify displayName to avoid NPE
add bc8b9f7cef Specify displayName to avoid NPE (#8474)
add 34794a4772 CI: run more steps with retry script
add 3e2be169d7 Merge pull request #8450 from mbien/ci-more-retry
add 6e08b911b6 Bump shivammathur/setup-php from 2.32.0 to 2.33.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (efe769bd72)
\
N -- N -- N
refs/heads/dependabot/github_actions/shivammathur/setup-php-2.33.0 (6e08b911b6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/ISSUE_TEMPLATE/01-netbeans_bug_report.yml | 11 ++-
.github/retry.sh | 8 ++-
.github/workflows/main.yml | 8 ++-
.../impl/SecureURLResourceRetrieverTest.java | 1 +
.../xml/retriever/impl/badssl.com-client.p12 | Bin 2789 -> 2789 bytes
java/java.hints/nbproject/project.properties | 12 +++-
.../server/debugging/launch/NbLaunchDelegate.java | 2 +
.../server/ui/AbstractLspInputOutputProvider.java | 4 ++
.../maven/junit/JUnitOutputListenerProvider.java | 78 +++++++++++++--------
.../javascript2/editor/JsSemanticAnalyzer.java | 4 +-
.../unit/data/testfiles/coloring/await.js.semantic | 2 +-
.../data/testfiles/coloring/semanticalKeywords.js | 1 +
.../coloring/semanticalKeywords.js.semantic | 1 +
.../blockscope/arrayLiteral01.js.semantic | 6 +-
.../markoccurences/classes/class04.js.semantic | 8 +--
.../asyncFunctions/asyncFunctions1.js.semantic | 2 +-
.../asyncFunctions/asyncFunctions2.js.semantic | 4 +-
.../testfiles/parser/topLevelAwait.js.semantic | 2 +-
.../modules/javascript2/model/ModelVisitor.java | 11 ++-
.../data/testfiles/markoccurences/issueGH8299.js | 8 +++
.../testfiles/markoccurences/issueGH8299.js.model | 19 +++++
.../modules/javascript2/model/ModelTest.java | 4 ++
22 files changed, 138 insertions(+), 58 deletions(-)
create mode 100644
webcommon/javascript2.model/test/unit/data/testfiles/markoccurences/issueGH8299.js
create mode 100644
webcommon/javascript2.model/test/unit/data/testfiles/markoccurences/issueGH8299.js.model
---------------------------------------------------------------------
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