Skip to content
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
LVMVRQUXL opened this issue Jun 24, 2023 · 1 comment
Closed
7 tasks
Tracked by #113
Labels
common Item related to all platforms. feature New feature or request.

Comments

@LVMVRQUXL
Copy link
Contributor

LVMVRQUXL commented Jun 24, 2023

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:

Checklist

  • Promote them to an error level.
  • Test.
  • Refactor.
  • Check the generated documentation.
  • Check and update the public API binaries.
  • Update the Unreleased section in changelog.
@LVMVRQUXL LVMVRQUXL added feature New feature or request. common Item related to all platforms. labels Jun 24, 2023
@LVMVRQUXL LVMVRQUXL added this to the 4.5.0 milestone Jun 24, 2023
@LVMVRQUXL LVMVRQUXL removed this from the 4.5.0 milestone Jul 25, 2023
@LVMVRQUXL
Copy link
Contributor Author

We will split this issue by type.

@LVMVRQUXL LVMVRQUXL closed this as not planned Won't fix, can't repro, duplicate, stale Sep 8, 2023
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
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Item related to all platforms. feature New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant