-
Notifications
You must be signed in to change notification settings - Fork 6
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
Wrong versioning annotation #23
Labels
Milestone
Comments
LVMVRQUXL
added
bug
Something isn't working.
documentation
Improvements or additions to documentation.
common
Item related to all platforms.
labels
Jan 10, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 10, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 13, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 13, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 13, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 13, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 13, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 13, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 13, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 18, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 18, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 20, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 20, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 24, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 25, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Jan 25, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
The following operations should be annotated with a
@SinceKotoolsTypes(version = "1.1")
because they first appeared in Kotools Types 1.1:toNonZeroInt
toPositiveInt
toNegativeInt
toStrictlyPositiveInt
toStrictlyNegativeInt
.Also, the
toInt
andtoString
functions inNonZeroInt
,PositiveInt
,NegativeInt
,StrictlyPositiveInt
andStrictlyNegativeInt
should be annotated with a@SinceKotoolsTypes(version = "4.0")
.Checklist
Work in progress
section in changelog.The text was updated successfully, but these errors were encountered: