Homec4science

Fix generateChronologicalKey() for 32-bit machines

Authored by epriestley <git@epriestley.com> on Sep 8 2011, 23:28.

Description

Fix generateChronologicalKey() for 32-bit machines

Summary: This method relies on 64-bit math being available, which isn't a safe
assumption. Use the builtin bc functions instead for arbitrarily large integers.

Test Plan: @skrul, can you apply this locally and let me know if it works?

Reviewers: skrul, hunterbridges, jungejason, nh, tuomaspelkonen, aran

Reviewed By: skrul

CC: aran, skrul, epriestley

Differential Revision: 912

Details

Committed
epriestley <git@epriestley.com>Sep 14 2011, 18:03
Pushed
aubortJan 31 2017, 17:16
Parents
rPH4bec2579d5df: Some documentation updates.
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH9215d330adda: Fix generateChronologicalKey() for 32-bit machines (authored by epriestley <git@epriestley.com>).Sep 14 2011, 18:03