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

Use a plain integer to keep track of pool last use time. #1009

Merged
merged 1 commit into from Jun 24, 2021

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jun 23, 2021

@maleadt maleadt added the bugfix This gets something working again. label Jun 23, 2021
@codecov
Copy link

codecov bot commented Jun 23, 2021

Codecov Report

Merging #1009 (88e43ca) into master (4f087a3) will not change coverage.
The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1009   +/-   ##
=======================================
  Coverage   78.91%   78.91%           
=======================================
  Files         122      122           
  Lines        7960     7960           
=======================================
  Hits         6282     6282           
  Misses       1678     1678           
Impacted Files Coverage Δ
src/pool.jl 84.32% <66.66%> (ø)

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 4f087a3...88e43ca. Read the comment docs.

@maleadt maleadt merged commit 828d44e into master Jun 24, 2021
@maleadt maleadt deleted the tb/int_last_use branch June 24, 2021 05:55
maleadt added a commit that referenced this pull request Jul 2, 2021
Use a plain integer to keep track of pool last use time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This gets something working again.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PPC: Atomic{Float64} is not supported
2 participants