-
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
Deletion of factory functions suffixed by OrNull
or OrThrow
#258
Closed
20 tasks done
Tracked by
#319
Milestone
Comments
LVMVRQUXL
added
feature
New feature or request.
common
Item related to all platforms.
labels
Oct 19, 2023
This was referenced Oct 21, 2023
LVMVRQUXL
changed the title
Removing builders suffixed by
Removing of experimental type converters suffixed by Oct 21, 2023
OrThrow
OrThrow
This comment was marked as outdated.
This comment was marked as outdated.
LVMVRQUXL
changed the title
Removing of experimental type converters suffixed by
Removing of experimental type converters suffixed by Oct 25, 2023
OrThrow
OrNull
and OrThrow
11 tasks
LVMVRQUXL
changed the title
Removing of experimental type converters suffixed by
Deletion of type converters suffixed by Oct 29, 2023
OrNull
and OrThrow
OrThrow
13 tasks
LVMVRQUXL
changed the title
Deletion of type converters suffixed by
Deletion of factory functions suffixed by Nov 6, 2023
OrThrow
OrNull
or OrThrow
LVMVRQUXL
added a commit
that referenced
this issue
Nov 6, 2023
11 tasks
LVMVRQUXL
added a commit
that referenced
this issue
Nov 17, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 17, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 17, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 19, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 19, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 19, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 19, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 19, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 19, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 21, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 21, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 21, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 21, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 21, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 21, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 21, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 21, 2023
LVMVRQUXL
added a commit
that referenced
this issue
Nov 21, 2023
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Like discussed in #315, we would like to remove the experimental factory functions suffixed by
OrNull
orOrThrow
.Checklist
For each of the following declarations, remove its tests, remove it, update the public API binaries, check the generated documentation and update the Unreleased section in changelog:
toNonZeroIntOrNull
toNonZeroIntOrThrow
toPositiveIntOrNull
toPositiveIntOrThrow
toNegativeIntOrNull
toNegativeIntOrThrow
toStrictlyPositiveIntOrNull
toStrictlyPositiveIntOrThrow
toStrictlyNegativeIntOrNull
toStrictlyNegativeIntOrThrow
toStrictlyPositiveDoubleOrNull
toStrictlyPositiveDoubleOrThrow
toNotBlankStringOrNull
toNotBlankStringOrThrow
toNotEmptyListOrNull
toNotEmptyListOrThrow
toNotEmptySetOrNull
toNotEmptySetOrThrow
toNotEmptyMapOrNull
toNotEmptyMapOrThrow
The text was updated successfully, but these errors were encountered: