Skip to content

Bumping to Kotlin 2.3.20#1762

Merged
Jolanrensen merged 6 commits intomasterfrom
2.3.20
Mar 26, 2026
Merged

Bumping to Kotlin 2.3.20#1762
Jolanrensen merged 6 commits intomasterfrom
2.3.20

Conversation

@Jolanrensen
Copy link
Copy Markdown
Collaborator

Bumping to kotlin 2.3.20 and testing the syncAllExampleFolders task :) (seems to propagate the version bump well!)

Updating the maven example projects according to: https://kotlinlang.org/docs/whatsnew2320.html#simplified-setup-for-kotlin-projects

@Jolanrensen Jolanrensen added examples Something related to the examples infrastructure GitHub actions, Gradle Scripts, Writerside, etc. labels Mar 19, 2026
@Jolanrensen Jolanrensen marked this pull request as ready for review March 23, 2026 10:44
@Jolanrensen Jolanrensen requested a review from koperagen March 23, 2026 10:44
@Jolanrensen Jolanrensen added this to the 1.0.0-Beta5 milestone Mar 23, 2026
"height" to columnOf(175.5, 160.2),
),
)
).cast<DfType>()
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

#1348 would have been really useful to have here


@Test
fun formatExampleNumbers() {
val df2 = getDf2()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

nice idea for samples

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

does seem like a lot of redundant work :/ I'd like to avoid it if possible

dataFrameOf("ColumnA", "column_b", "COLUMN-C")(
1, "a", true,
2, "b", false,
).cast<DfType>()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

i know only db type!

@Jolanrensen Jolanrensen merged commit e5a43f9 into master Mar 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

examples Something related to the examples infrastructure GitHub actions, Gradle Scripts, Writerside, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants