-
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
💥 Signature changes of NotBlankString.Companion.create*
functions
#541
Closed
15 tasks done
Tracked by
#587
Labels
common
Item related to all platforms.
feature
New feature or request.
good first issue
Issues having enough details for new contributors to work on.
Milestone
Comments
LVMVRQUXL
added
feature
New feature or request.
common
Item related to all platforms.
labels
Feb 29, 2024
This was referenced Feb 29, 2024
LVMVRQUXL
added
the
good first issue
Issues having enough details for new contributors to work on.
label
Feb 29, 2024
augustomtt
added a commit
to augustomtt/types
that referenced
this issue
Mar 27, 2024
Before: 'create(Any?): NotBlankString'. After: 'create(Any): NotBlankString'.
LVMVRQUXL
pushed a commit
to augustomtt/types
that referenced
this issue
Mar 27, 2024
Before: 'create(Any?): NotBlankString'. After: 'create(Any): NotBlankString'.
augustomtt
added a commit
to augustomtt/types
that referenced
this issue
Mar 27, 2024
Before: 'create(Any?): NotBlankString'. After: 'create(Any): NotBlankString'.
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.
good first issue
Issues having enough details for new contributors to work on.
📝 Description
While accepting a nullable object can be useful in some specific situations, it may be confusing for users.
Why creating an instance of
NotBlankString
fromnull
in Kotlin code or in Java code? We don't know.So, we would like to change the type of the
value
argument fromAny?
toAny
.🔗 Dependencies
This issue is blocked by the following ones:
NotBlankString.Companion.create*
factory functions #341✅ Checklist
For contributors
NotBlankString.Companion.create
function.NotBlankString.Companion.create
function. See the Running tests section in the contributing guidelines for more details on how to run them, at least on the Kotlin/JVM platform.NotBlankString.Companion.createOrNull
function.NotBlankString.Companion.createOrNull
function. See the Running tests section in the contributing guidelines for more details on how to run them, at least on the Kotlin/JVM platform.For maintainers
Unreleased
section of the changelog.The text was updated successfully, but these errors were encountered: