Skip to content

Kotlin: Add support for the 1.7 RC #9290

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

Merged
merged 7 commits into from
May 24, 2022
Merged

Kotlin: Add support for the 1.7 RC #9290

merged 7 commits into from
May 24, 2022

Conversation

igfoo
Copy link
Contributor

@igfoo igfoo commented May 24, 2022

No description provided.

@igfoo igfoo added the Kotlin label May 24, 2022
@igfoo igfoo requested a review from a team as a code owner May 24, 2022 12:24
@github-actions github-actions bot added the Java label May 24, 2022
@igfoo igfoo force-pushed the igfoo/kotlin1.7 branch from df6bd06 to 5f0fdb9 Compare May 24, 2022 12:41
@igfoo igfoo force-pushed the igfoo/kotlin1.7 branch from 5f0fdb9 to d7c17b2 Compare May 24, 2022 14:12
@@ -19,7 +21,7 @@ def version_string_to_tuple(version):
m = re.match(r'([0-9]+)\.([0-9]+)\.([0-9]+)', version)
return tuple([int(m.group(i)) for i in range(1, 4)])

many_versions = [ '1.4.32', '1.5.0', '1.5.10', '1.5.21', '1.5.31', '1.6.10', '1.6.20' ]
many_versions = [ '1.4.32', '1.5.0', '1.5.10', '1.5.21', '1.5.31', '1.6.10', '1.7.0-RC', '1.6.20' ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why doesn't '1.7.0-RC' come at the end?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the one at the end is the one that gets used by get_latest_url, and hence by CI.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be worth adding a comment with this information.

@igfoo igfoo merged commit 2e1db7d into github:main May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants