-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentation (not KDocs)Improvements or additions to documentation (not KDocs)enhancementNew feature or requestNew feature or requestgood first issueGood issues to pick-up for newcomersGood issues to pick-up for newcomers
Milestone
Description
As discovered by #887 (comment), we're missing some converters from kotlinx/java LocalTime
, making auto conversion from kotlinx->java LocalTime
not possible.
(auto)-converters are defined here
dataframe/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/convert.kt
Line 250 in a4104d7
else -> when (fromClass) { |
- We need to check whether all possible conversions are present. Especially that kotlinx <-> java conversions are all there.
- java/kotlinx
LocalTime
as from classes are missing and should be added
The website also doesn't seem to cover all our converters: https://kotlin.github.io/dataframe/convert.html so it should probably be updated
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentation (not KDocs)Improvements or additions to documentation (not KDocs)enhancementNew feature or requestNew feature or requestgood first issueGood issues to pick-up for newcomersGood issues to pick-up for newcomers