-
Notifications
You must be signed in to change notification settings - Fork 419
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
Update Analysis API to 2.1.20-dev-4370 #3802
Merged
vmishenev
merged 15 commits into
master
from
vmishenev/update-analysis-api-to-2.1.0-dev-7103
Nov 26, 2024
Merged
Changes from 4 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
1297659
Mute test
vmishenev 3a3ffbd
Dispose Global Standalone Application Services
vmishenev 43bee3c
Trigger
vmishenev 62d243f
Double metaspace
vmishenev b1fc404
Update the AA to the latest
vmishenev 70a4bcc
Decrease metaspace
vmishenev e0f78b4
Add KDoc and a condition for disposing of AA
vmishenev 977340a
Merge branch 'master' of https://github.com/Kotlin/dokka into vmishen…
vmishenev fa90692
Fix tests
vmishenev 9e26139
Add the flag `SoftRefLRUPolicyMSPerMB`
vmishenev 9d707c2
Unmute test
vmishenev a58d9b2
Merge branch 'master' of https://github.com/Kotlin/dokka into vmishen…
vmishenev 09f60db
Add TODO
vmishenev 4fa533f
Edit KDoc of `finalizeCoroutines`
vmishenev 54038cf
Add link to #3936
vmishenev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
why do we add this function inside
analysis-java-psi
module and not call directly inside K2 analysis?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.
Only from
analysis-java-psi
, you can call the methods of the IJ Platform. The K2 module has the truncated version of IJ from the compiler dependencies.On the other hand, the calling of
disposeGlobalStandaloneApplicationServices
might affect the PSI analysis somehow.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.
Anyway, Marco will merge the endpoint into AA so we will be able to call it from K2. I left
TODO
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.
Probably it will be nice to also create an issue on our side, to keep track of it