Replies: 1 comment
-
Hello raylras, this is a good suggestion. We created a new issue to track this: #335 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When this code segment appears:
https://github.com/Strumenta/kolasu/blob/e06be725ec01ad44cbbfaf798ae013a4ce7ac31b/ast/src/commonMain/kotlin/com/strumenta/kolasu/parsing/Parsing.kt#L95
I need to guess the unit of
time
, whether it is in milliseconds, microseconds, or just seconds. This makes the code less readable.Suggestion:
Replace
Long
withkotlin.time.Duration
.Beta Was this translation helpful? Give feedback.
All reactions