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

Static assertion for the architecture bus width #43

Merged
merged 1 commit into from
Mar 14, 2020

Conversation

spl
Copy link
Contributor

@spl spl commented Mar 6, 2020

The log array expects a 32-bit or greater architecture. This is just a compiler check to confirm that.

Related to #42.

The log array expects a 32-bit or greater architecture. This is just a
compiler check to confirm that.

Related to terminusdb#42.
@codecov-io
Copy link

Codecov Report

Merging #43 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   77.03%   77.03%           
=======================================
  Files          21       21           
  Lines        7478     7478           
  Branches      946      946           
=======================================
  Hits         5761     5761           
  Misses        830      830           
  Partials      887      887
Impacted Files Coverage Δ
src/structure/logarray.rs 74.3% <ø> (ø) ⬆️

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 e4c0f9b...ff57bbc. Read the comment docs.

@matko matko merged commit f1a93a4 into terminusdb:master Mar 14, 2020
@spl spl deleted the logarray-u32 branch March 14, 2020 18:08
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.

3 participants