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

Prepare for MPP #785

Closed
wants to merge 6 commits into from
Closed

Prepare for MPP #785

wants to merge 6 commits into from

Conversation

DRSchlaubi
Copy link
Member

This is a more lightweight version of #775 preparing for breaking changes

- Replace java.util.BigInteger with com.ionspin.kotlin.bignum.integer.BigInteger
- Replace java.nio.ByteBuffer with io.ktor.utils.io.core.Buffer
- Move Locale.asJavaLocale() to extension function (toJavaLocale)
- Replace remaining usages of JUnit with kotlin.test
- Add Color.parseHex
- Replace java.util.Locale with dev.kord.common.Locale
- Replace java.util.ConcurrentHashMap with co.touchlab.stately.collections.ConcurrentMutableMap
- Change deprecation levels of InputStream methods to HIDDEN
- Move Path related methods to extensions
- Replace runBlocking with runTest in Tests
- Replace remaining usages of JUnit with kotlin.test
- Remove usages of kotlinx.coroutines.channels.ticker
- Replace usages of JUnit with kotlin.test
- Replace usages of Objects.hash with multiplatform alternative
- Replace java.util.Locale with dev.kord.common.Locale
@DRSchlaubi DRSchlaubi added enhancement New feature or request feature labels Mar 15, 2023
@DRSchlaubi DRSchlaubi self-assigned this Mar 15, 2023
DRSchlaubi and others added 2 commits March 15, 2023 16:05
# Conflicts:
#	core/src/main/kotlin/behavior/channel/MessageChannelBehavior.kt
#	core/src/main/kotlin/behavior/channel/NewsChannelBehavior.kt
#	core/src/main/kotlin/behavior/channel/TextChannelBehavior.kt
#	core/src/main/kotlin/behavior/channel/TopGuildMessageChannelBehavior.kt
#	core/src/main/kotlin/entity/Guild.kt
#	core/src/main/kotlin/entity/Integration.kt
#	rest/src/main/kotlin/NamedFile.kt
#	rest/src/main/kotlin/request/RequestBuilder.kt
@lukellmann lukellmann changed the base branch from 0.8.x to 0.9.x March 25, 2023 14:29
@DRSchlaubi DRSchlaubi closed this Mar 25, 2023
@DRSchlaubi DRSchlaubi deleted the feature/mpp-preparations branch March 25, 2023 20:10
@DRSchlaubi
Copy link
Member Author

Superseded by #775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants