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

Add createOrNull functions for non-throwing construction of datetime entities #509

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dkhalanskyjb
Copy link
Collaborator

Fixes #68

Prompts:
"""
In the last commit, `LocalDate.createOrNull` was introduced,
along with a usage sample, and with the existing tests modified
to also check `createOrNull`.
You should introduce `LocalTime.createOrNull` in the same way.
***
Now, similarly, introduce `LocalDateTime.createOrNull`
with tests and a usage sample.
***
Now also introduce `UtcOffset.createOrNull`
(with tests and a usage sample), except that since the constructor
for `UtcOffset` is internal, use the behavior from `fun UtcOffset`.
"""
@dkhalanskyjb dkhalanskyjb changed the title Add createOrNull functions for Add createOrNull functions for non-throwing construction of datetime entities Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add non-throwing LocalDate(Time) construction & parsing
1 participant