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

New builder for AnyInt #29

Closed
4 tasks done
LVMVRQUXL opened this issue Jan 26, 2023 · 1 comment
Closed
4 tasks done

New builder for AnyInt #29

LVMVRQUXL opened this issue Jan 26, 2023 · 1 comment
Assignees
Labels
common Item related to all platforms. feature New feature or request.

Comments

@LVMVRQUXL
Copy link
Contributor

LVMVRQUXL commented Jan 26, 2023

Description

Introduce a new builder for creating an AnyInt from an Int.

/** Returns this integer as an [AnyInt]. */
fun Int.toAnyInt(): AnyInt = TODO()

Checklist

  • Implement.
  • Test.
  • Refactor.
  • Update Work in progress section in changelog.
@LVMVRQUXL LVMVRQUXL added feature New feature or request. common Item related to all platforms. labels Jan 26, 2023
@LVMVRQUXL LVMVRQUXL added this to the 4.1.0 milestone Jan 26, 2023
@LVMVRQUXL LVMVRQUXL assigned LVMVRQUXL and unassigned LVMVRQUXL Jan 26, 2023
@LVMVRQUXL LVMVRQUXL reopened this Feb 1, 2023
@LVMVRQUXL LVMVRQUXL removed this from the 4.1.0 milestone Feb 1, 2023
@LVMVRQUXL
Copy link
Contributor Author

LVMVRQUXL commented Feb 1, 2023

Users should use the Int type instead of the AnyInt one when they are not sure about the specification of the integer number.
Because of this, we have decided to remove changes introduced by this issue from the version 4.1.0.

@LVMVRQUXL LVMVRQUXL mentioned this issue Feb 1, 2023
7 tasks
@LVMVRQUXL LVMVRQUXL closed this as not planned Won't fix, can't repro, duplicate, stale Jan 1, 2024
@LVMVRQUXL LVMVRQUXL removed the wontfix label Jan 1, 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