Skip to content
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

Kotlin: bump default CI version to 1.7.20 #11352

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smowton
Copy link
Contributor

@smowton smowton commented Nov 21, 2022

A bunch of test expectations change because JetBrains/kotlin@7f531d8 means that we now see (a) local variable declarations with source locations covering only their identifier, not the whole statement, and (b) more SYNTHETIC_OFFSET values for the parts of a destructuring assignment or initialiser, which show up as file.kt:0:0:0:0 in DbLocation form.

A bunch of test expectations change because JetBrains/kotlin@7f531d8 means that we now see (a) local variable declarations with source locations covering only their identifier, not the whole statement, and (b) more SYNTHETIC_OFFSET values for the parts of a destructuring assignment
or initialiser, which show up as file.kt:0:0:0:0 in DbLocation form.
@smowton smowton requested review from a team as code owners Nov 21, 2022
@igfoo igfoo added the depends on internal PR This PR should only be merged in sync with an internal Semmle PR label Nov 21, 2022
igfoo
igfoo approved these changes Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
depends on internal PR This PR should only be merged in sync with an internal Semmle PR Kotlin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants