-
Notifications
You must be signed in to change notification settings - Fork 66
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
Dev version bump to 0.14.0 & updating deprecations #636
Conversation
@@ -112,6 +75,12 @@ private const val message_0_15 = "Will be removed in 0.15." | |||
|
|||
// endregion | |||
|
|||
// region WARNING in 0.15, ERROR in 0.16 | |||
|
|||
private const val message_0_16 = "Will be removed in 0.16." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MESSAGE_0_16? for constants (no needs to fix, but for future)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a private const so it doesn't really matter (the linter doesn't complain), but we could change it in the future if you want to
@@ -7,43 +7,6 @@ package org.jetbrains.kotlinx.dataframe.util | |||
* Level.ERROR -> Remove | |||
*/ | |||
|
|||
// region WARNING in 0.12, ERROR in 0.13 | |||
|
|||
private const val message_0_13 = "Will be removed in 0.13." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a, it's just a variable, no needs to be capitalized
a245a51
to
25200a7
Compare
as the title says