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

Tracking: Kotlin 2.0.0 #587

Merged
merged 25 commits into from
Feb 13, 2024
Merged

Tracking: Kotlin 2.0.0 #587

merged 25 commits into from
Feb 13, 2024

Conversation

sgammon
Copy link
Member

@sgammon sgammon commented Jan 27, 2024

Ready for review Powered by Pull Request Badge

Summary

Fresh tracking PR for Kotlin's 2.0.0 release cycle; coming soon.

  • Updates to uuid to build against 2.0.0
  • Updates to main project to build against 2.0.0

Known Issues

PR Tree

Changelog

  • feat(cli): added a thing
  • fix(dev): fixed a thing
  • chore: updated → 1.0

- chore: upgrade kotlin → `1.9.22`
- chore: upgrade micronaut → `4.3.1`
- chore: upgrade guava → `33.0.0-jre`
- chore: upgrade grpc → `1.60.1`

Signed-off-by: Sam Gammon <[email protected]>
- fix: expect/actual layout of `Base64`
- fix: expect/actual layout of `Token`/`TokenValue`
- fix: dropped symbols in KSP

Signed-off-by: Sam Gammon <[email protected]>
- fix: expect/actual layout of `Base64`
- fix: expect/actual layout of `Token`/`TokenValue`
- fix: dropped symbols in KSP

Signed-off-by: Sam Gammon <[email protected]>
@sgammon sgammon marked this pull request as draft January 27, 2024 05:24
@sgammon sgammon added this to the Release R4: Alpha 8 milestone Jan 27, 2024
@sgammon sgammon added dependencies Pull requests that update a dependency file dev Dev tools, CI/CD, and other devops topics labels Jan 27, 2024
@sgammon sgammon self-assigned this Jan 27, 2024
@sgammon

This comment was marked as resolved.

@sgammon sgammon mentioned this pull request Jan 27, 2024
@sgammon sgammon added the 🧪 labs Experimental work label Jan 27, 2024
@sgammon sgammon marked this pull request as ready for review February 13, 2024 19:20
Comment on lines -180 to -182
-x nativeCompile
-x nativeTest
-x nativeOptimizedCompile
Copy link
Member Author

Choose a reason for hiding this comment

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

need to be restored with cli build

Comment on lines +430 to 438
/*tasks.register("samples") {
description = "Build and test all built-in code samples, in the `samples` path and with Knit."

dependsOn(
"buildSamples",
"testSamples",
"nativeTestSamples",
)
//dependsOn(
//"buildSamples",
//"testSamples",
//"nativeTestSamples",
//)
}
Copy link
Member Author

Choose a reason for hiding this comment

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

drop

@sgammon sgammon added this pull request to the merge queue Feb 13, 2024
@sgammon sgammon removed this pull request from the merge queue due to a manual request Feb 13, 2024
@sgammon sgammon merged commit fc8cd1f into main Feb 13, 2024
34 checks passed
@sgammon sgammon deleted the chore/kotlin-beta branch February 13, 2024 19:27
@sgammon sgammon mentioned this pull request Apr 18, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file dev Dev tools, CI/CD, and other devops topics 🧪 labs Experimental work
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant