-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bumps kotlinx-coroutines-core from 1.3.1 to 1.3.9-native-mt-2. #2547
Comments
Hmm, yeah it seems like our version resolver doesn't correctly recognize that as a prerelease, I'm not super familiar with Gradle prerelease/experimental releases. Is it common to append a tag like that? We may be comparing lexically when we shouldn't. |
@jurre I don't know. Maybe this is a one off thing that is just best for me to skip this. I asked about this on kotlin slack since I've never heard of native-mt-2 before and this is what someone said This user https://github.com/gildor said this: This is a special branch with developer preview of support multithreading coroutines for Kotlin native |
I wouldn't say that it's very widespread, but definitely not unique I think depedabot shouldn't suggest update if 1.3.9 and 1.3.9-something versions are available to update on 1.3.9-something from 1.3.8 |
This is unfortunately rather annoying and could also lead to someone who's not paying close attention (or has auto-merge enabled for patch releases) accidentally merging this. |
I keep running into this as well. Can I also have the added complexity that I'm using a |
@jurre if you're looking for more examples: iSoron/uhabits#814 Some of these are especially bad because they prompt to update to a version that should have a lower precedence than the current version (e.g. iSoron/uhabits#754). According to https://semver.org/spec/v2.0.0.html#spec-item-9 it's pretty clear that these are pre-releases. It looks as simple as trimming the part after the |
Is this going to be fixed sometime soon? Or is there a workaround? |
Installed dependabot and I keep getting this PR in my Android project that uses kotlin coroutines.
Bumps kotlinx-coroutines-core from 1.3.1 to 1.3.9-native-mt-2.
Package manager/ecosystem
gradle/maven
What you expected to see, versus what you actually saw
It would have been nice for this PR to be to 1.3.9 directly instead of this experimental native-mt-2 dep from kotlin.
The text was updated successfully, but these errors were encountered: