Skip to content

Remove usage of buffers (#81) #85

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

Merged
merged 2 commits into from
Nov 12, 2021
Merged

Remove usage of buffers (#81) #85

merged 2 commits into from
Nov 12, 2021

Conversation

dlfivefifty
Copy link
Member

This tracks changes in Julia-1.7 and fixes #81

@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #85 (f750a17) into master (9bf880c) will increase coverage by 0.43%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   85.00%   85.43%   +0.43%     
==========================================
  Files          10       10              
  Lines        1507     1552      +45     
==========================================
+ Hits         1281     1326      +45     
  Misses        226      226              
Impacted Files Coverage Δ
src/ArrayLayouts.jl 85.80% <ø> (+0.18%) ⬆️
src/muladd.jl 75.66% <66.66%> (+0.43%) ⬆️
src/factorizations.jl 90.18% <0.00%> (+0.18%) ⬆️
src/mul.jl 83.81% <0.00%> (+0.18%) ⬆️
src/triangular.jl 95.92% <0.00%> (+0.23%) ⬆️
src/memorylayout.jl 82.97% <0.00%> (+0.50%) ⬆️
src/ldiv.jl 78.89% <0.00%> (+1.22%) ⬆️
src/lmul.jl 85.96% <0.00%> (+1.65%) ⬆️

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 9bf880c...f750a17. Read the comment docs.

@dlfivefifty dlfivefifty merged commit e9e9eea into master Nov 12, 2021
@dlfivefifty dlfivefifty deleted the dl/removebuf branch November 12, 2021 11:23
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.

Use of internal caches broken on 1.7 (and 1.6 soon)
1 participant