Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Simplified trait in compute. #572

Merged
merged 1 commit into from
Nov 4, 2021
Merged

Simplified trait in compute. #572

merged 1 commit into from
Nov 4, 2021

Conversation

jorgecarleitao
Copy link
Owner

To migrate, rename NotI128 to NativeArithmetics.

@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #572 (0089458) into main (ec11db5) will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #572      +/-   ##
==========================================
+ Coverage   78.89%   79.02%   +0.13%     
==========================================
  Files         395      395              
  Lines       24676    24773      +97     
==========================================
+ Hits        19467    19577     +110     
+ Misses       5209     5196      -13     
Impacted Files Coverage Δ
src/compute/arithmetics/basic/add.rs 88.46% <ø> (ø)
src/compute/arithmetics/basic/div.rs 78.68% <ø> (ø)
src/compute/arithmetics/basic/mul.rs 88.46% <ø> (ø)
src/compute/arithmetics/basic/rem.rs 85.45% <ø> (ø)
src/compute/arithmetics/basic/sub.rs 88.46% <ø> (ø)
src/compute/arithmetics/mod.rs 25.80% <ø> (ø)
src/compute/substring.rs 95.28% <0.00%> (-1.98%) ⬇️
src/array/utf8/mod.rs 86.84% <0.00%> (+5.26%) ⬆️
tests/it/compute/substring.rs 96.36% <0.00%> (+6.79%) ⬆️

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 ec11db5...0089458. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 0dda942 into main Nov 4, 2021
@jorgecarleitao jorgecarleitao deleted the fix_traits branch November 4, 2021 19:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant