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

Handle millisecond timestamps on 32-bit #16

Merged
merged 3 commits into from
Oct 15, 2019
Merged

Handle millisecond timestamps on 32-bit #16

merged 3 commits into from
Oct 15, 2019

Conversation

iamed2
Copy link
Member

@iamed2 iamed2 commented Oct 11, 2019

Int is too small on 32-bit to store millisecond timestamps. Other uses of Int should be fine.

Fixes #15

@codecov
Copy link

codecov bot commented Oct 11, 2019

Codecov Report

Merging #16 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   96.59%   96.59%           
=======================================
  Files           5        5           
  Lines         147      147           
=======================================
  Hits          142      142           
  Misses          5        5
Impacted Files Coverage Δ
src/event.jl 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72b99a2...9652e66. Read the comment docs.

@@ -1,5 +1,5 @@
using Mocking
Mocking.enable(; force=true)
Mocking.activate()
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI with Mocking 0.7 you can put Mocking.activate() anywhere before you use a patch. Usually I place this after all the package imports

@iamed2 iamed2 merged commit 4072267 into master Oct 15, 2019
@iamed2 iamed2 deleted the ed/int64-ms branch October 15, 2019 15:05
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.

Failures on 32-bit
2 participants