-
Notifications
You must be signed in to change notification settings - Fork 11
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
Core evaluator should handle underflow/overflow for times #529
Comments
program boils down to
ie subtract an insane number of months from some 19th century date which is going to underflow regardless. it's a bogus program. I don't know what we can do about this |
yeah, this isn't our problem -- there is nothing to do here. |
We need to somehow make it so this doesn't fail intermittently. Discussed IRL making the core evaluator detect this situation so we can discard the test. |
For now I have modified the Core prim generator so it does not generate But a better solution might be using a consistent time representation between C and Core |
The text was updated successfully, but these errors were encountered: