-
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
Promotion of deprecated builders returning a Result
to error level
#112
Closed
7 tasks
Tracked by
#113
Comments
LVMVRQUXL
added
feature
New feature or request.
common
Item related to all platforms.
labels
Jun 24, 2023
6 tasks
We will split this issue by type. |
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
For simplifying usages of the library, new types were introduced directly in the "kotools.types" package.
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
If the NonZeroInt(Int) function fails, it now returns a NonZeroInt.ConstructionError instead of an IllegalArgumentException.
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
If the PositiveInt(Int) function fails, it now returns a PositiveInt.ConstructionError instead of an IllegalArgumentException.
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
If the StrictlyPositiveInt(Int) function fails, it now returns a StrictlyPositiveInt.ConstructionError instead of an IllegalArgumentException.
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
If the NegativeInt(Int) function fails, it now returns a NegativeInt.ConstructionError instead of an IllegalArgumentException.
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
If the StrictlyNegativeInt(Int) function fails, it now returns a StrictlyNegativeInt.ConstructionError instead of an IllegalArgumentException.
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
pushed a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Mar 10, 2024
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
Description
Like discussed in the idea #104, we would like to promote the deprecated builders returning a
Result
instance to an error level.Dependencies
This issue is blocked by the following ones:
Result
#110.Checklist
Unreleased
section in changelog.The text was updated successfully, but these errors were encountered: