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

✨ Making StrictlyPositiveInt.Companion.create* factory functions available on Java #438

Closed
3 of 7 tasks
Tracked by #440 ...
LVMVRQUXL opened this issue Feb 8, 2024 · 1 comment
Closed
3 of 7 tasks
Tracked by #440 ...
Labels
feature New feature or request. jvm Item related to the Kotlin/JVM platform.

Comments

@LVMVRQUXL
Copy link
Contributor

LVMVRQUXL commented Feb 8, 2024

πŸ“ Description

We would like to make StrictlyPositiveInt.Companion.create* factory functions available for Java users.
This means that their compatibility should be tested and their documentation should indicate their usage from Java code.

πŸ”— Dependencies

This issue is blocked by the following ones:

βœ… Checklist

  • Make the create(Number) function available for Java users, test its compatibility, update the public API binaries and update the unreleased changelog.
  • Make the create(Number, (Number) -> Any) function available for Java users, test its compatibility, update the public API binaries and update the unreleased changelog.
  • Make the createOrNull(Number) function available for Java users, test its compatibility, update the public API binaries and update the unreleased changelog.
  • Close this issue as completed and update tracking ones if present.
@LVMVRQUXL LVMVRQUXL added feature New feature or request. jvm Item related to the Kotlin/JVM platform. labels Feb 8, 2024
@LVMVRQUXL LVMVRQUXL added this to the 5.1.0 milestone Feb 8, 2024
@LVMVRQUXL LVMVRQUXL changed the title Making StrictlyPositiveInt.Companion.create* factory functions available on Java ✨ Making StrictlyPositiveInt.Companion.create* factory functions available on Java Feb 27, 2024
@LVMVRQUXL LVMVRQUXL removed this from the 5.1.0 milestone Mar 22, 2024
@LVMVRQUXL
Copy link
Contributor Author

Another issue for stabilizing these functions will be created while resolving #619.

@LVMVRQUXL LVMVRQUXL closed this as not planned Won't fix, can't repro, duplicate, stale Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request. jvm Item related to the Kotlin/JVM platform.
Projects
None yet
Development

No branches or pull requests

1 participant