-
Notifications
You must be signed in to change notification settings - Fork 461
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
Temporal: Audit of user code calls, part 3 #3923
Commits on Oct 4, 2023
-
Temporal: Avoid calendar operations when adding days-only duration to…
… ZDT This allows removing several tests, as calendar.dateAdd() is no longer called in several places, and it's no longer possible to create a situation where BigInt arithmetic is observable in NanosecondsToDays.
Configuration menu - View commit details
-
Copy full SHA for ca3b1c0 - Browse repository at this point
Copy the full SHA ca3b1c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0790ed - Browse repository at this point
Copy the full SHA d0790edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3d923 - Browse repository at this point
Copy the full SHA 5f3d923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c38171 - Browse repository at this point
Copy the full SHA 6c38171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0bea9 - Browse repository at this point
Copy the full SHA 6b0bea9View commit details -
Temporal: Fast-path dateUntil() when difference largest unit is days
This removes several loopholes where it was possible to return particular values from user calls that would cause infinite loops, or calculate zero-length days.
Configuration menu - View commit details
-
Copy full SHA for bc1ba1a - Browse repository at this point
Copy the full SHA bc1ba1aView commit details -
Temporal: Look up getOffsetNanosecondsFor only once when resolving am…
…biguous datetime
Configuration menu - View commit details
-
Copy full SHA for 4411326 - Browse repository at this point
Copy the full SHA 4411326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b6fe3 - Browse repository at this point
Copy the full SHA 37b6fe3View commit details -
Temporal: Tests for absolute value bug in duration rounding no-op con…
…ditions Repeat all the existing tests for no-op duration rounding operations, but with negative durations.
Configuration menu - View commit details
-
Copy full SHA for d26e3eb - Browse repository at this point
Copy the full SHA d26e3ebView commit details