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

remove inbounds in Base._unsafe_getindex #267

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jun 28, 2023

One of @propagate_inbounds and @inbounds is redundant here. Perhaps the @propagate_inbounds should be removed. Currently, I've removed the @inbounds, but I guess the unsafe in the name indicates that this may be declared to be inbounds.

@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Merging #267 (d962ad5) into master (655c089) will increase coverage by 99.87%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master     #267       +/-   ##
===========================================
+ Coverage    0.00%   99.87%   +99.87%     
===========================================
  Files           5        5               
  Lines         814      814               
===========================================
+ Hits            0      813      +813     
+ Misses        814        1      -813     
Impacted Files Coverage Δ
src/FillArrays.jl 99.71% <100.00%> (+99.71%) ⬆️

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dlfivefifty dlfivefifty merged commit 5f6d934 into JuliaArrays:master Jul 10, 2023
22 checks passed
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.

2 participants