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

Swapped -999...s for #defined constants, including NaNs #92

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

LiamOS
Copy link
Member

@LiamOS LiamOS commented Apr 18, 2024

Based on some Slack chatter I swapped out most of the -999...s for __TMS_BAD_NUMBER__ = -99999999 if it's an int, and with a NaN defined as __TMS_NAN__ for any doubles.
I haven't properly tested this, hence the draft. Need to check that the timeslicing or other output isn't affected (other than some out-of-range values changing around).

@LiamOS LiamOS requested a review from jdkio April 18, 2024 14:33
@jdkio
Copy link
Contributor

jdkio commented Apr 18, 2024

I am a little worried about NaNs. Sometimes they aren't handeled well, and you may not notice the misbehavior if you're not looking for it. Like if you have a cut for a != b, then it always evaluates to true if a or b is NaN. Personally, sticking to -999999999 makes sense and is less likely to cause issues

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.

2 participants