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

✨ Stabilization of NotEmptyMap.Companion's factory functions #526

Closed
1 of 5 tasks
Tracked by #527 ...
LVMVRQUXL opened this issue Feb 21, 2024 · 1 comment
Closed
1 of 5 tasks
Tracked by #527 ...
Labels
common Item related to all platforms. feature New feature or request.

Comments

@LVMVRQUXL
Copy link
Contributor

LVMVRQUXL commented Feb 21, 2024

πŸ“ Description

We would like to stabilize the following factory functions of the NotEmptyMap.Companion type:

fun <K, V> NotEmptyMap.Companion.create(map: Map<K, V>): NotEmptyMap<K, V>
fun <K, V> NotEmptyMap.Companion.createOrNull(map: Map<K, V>): NotEmptyMap<K, V>?

fun <K, V> NotEmptyMap.Companion.of(head: Pair<K, V>, vararg tail: Pair<K, V>): NotEmptyMap<K, V>

πŸ”— Dependencies

This issue is blocked by the following ones:

βœ… Checklist

  • Remove the experimental annotation of the create(Map) function, update its versioning annotation, update its tests and the unreleased changelog.
  • Remove the experimental annotation of the createOrNull(Map) function, update its versioning annotation, update its tests and the unreleased changelog.
  • Remove the experimental annotation of the of(Pair, vararg Pair) function, update its versioning annotation, update its tests and the unreleased changelog.
  • Close this issue as completed and update tracking ones if present.
@LVMVRQUXL LVMVRQUXL added feature New feature or request. common Item related to all platforms. labels Feb 21, 2024
@LVMVRQUXL LVMVRQUXL added this to the 5.2.0 milestone Feb 21, 2024
@LVMVRQUXL LVMVRQUXL changed the title Stabilization of NotEmptyMap.Companion's factory functions ✨ Stabilization of NotEmptyMap.Companion's factory functions Feb 25, 2024
@LVMVRQUXL LVMVRQUXL removed this from the 5.2.0 milestone Mar 22, 2024
@LVMVRQUXL
Copy link
Contributor Author

We are not ready to implement this change.

@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
common Item related to all platforms. feature New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant