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

The temporal utility mod must not throw an error to take down infoj p… #1867

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

dbauszus-glx
Copy link
Member

The temporal utility module should be able to handle null, undefined, or string values (including empty).

The integer value required for the Date generation should be parsed from entry value (or newValue).

An error should be logged instead of thrown with the method returning and not crashing the infoj process.

…rocess without return and parse integer values.
@dbauszus-glx dbauszus-glx self-assigned this Feb 3, 2025
@dbauszus-glx dbauszus-glx added the Bug A genuine bug. There must be some form of error exception to work with. label Feb 3, 2025
Copy link

sonarqubecloud bot commented Feb 3, 2025

@dbauszus-glx dbauszus-glx linked an issue Feb 3, 2025 that may be closed by this pull request
Copy link
Contributor

@RobAndrewHurst RobAndrewHurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks all good to me!

Copy link
Contributor

@simon-leech simon-leech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is working for me :)

@RobAndrewHurst RobAndrewHurst merged commit 529aa09 into GEOLYTIX:minor Feb 5, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A genuine bug. There must be some form of error exception to work with.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Temporal - toJSDate not working
3 participants