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

Dev version bump to 0.14.0 & updating deprecations #636

Merged
merged 4 commits into from
Mar 25, 2024

Conversation

Jolanrensen
Copy link
Collaborator

as the title says

@Jolanrensen Jolanrensen added this to the 0.13.+ milestone Mar 22, 2024
@Jolanrensen Jolanrensen self-assigned this Mar 22, 2024
@@ -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."
Copy link
Collaborator

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)

Copy link
Collaborator Author

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."
Copy link
Collaborator

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

@Jolanrensen Jolanrensen force-pushed the version-bump-to-0.14.0 branch from a245a51 to 25200a7 Compare March 25, 2024 12:04
@Jolanrensen Jolanrensen merged commit 9adfcee into master Mar 25, 2024
1 of 3 checks passed
@Jolanrensen Jolanrensen deleted the version-bump-to-0.14.0 branch March 25, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants