-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #2328 Handle safety flow through instanceof pattern matching #2331
Conversation
Generate changelog in
|
@@ -34,4 +34,5 @@ moduleJvmArgs { | |||
'jdk.compiler/com.sun.tools.javac.tree', | |||
'jdk.compiler/com.sun.tools.javac.util' | |||
] | |||
opens = ['jdk.compiler/com.sun.tools.javac.comp'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my understanding, why do we need the additional "opens" declaration now? I don't see any new usage in the diff here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This allows this module to pass tests using jdk17. Not required for the build, but initially I tried using jdk17 everywhere, but some tests are more difficult to fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Released 4.148.0 |
###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-baseline-oss check. # Release Notes ## 4.148.0 | Type | Description | Link | | ---- | ----------- | ---- | | Fix | Handle safety flow through instanceof pattern matching | palantir/gradle-baseline#2331 | To enable or disable this check, please contact the maintainers of Excavator.
==COMMIT_MSG==
Handle safety flow through instanceof pattern matching
==COMMIT_MSG==