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

Add bounds checking to list #443

Merged
merged 1 commit into from
Feb 9, 2022
Merged

Add bounds checking to list #443

merged 1 commit into from
Feb 9, 2022

Conversation

simonbyrne
Copy link
Member

Fixes #417.

@codecov
Copy link

codecov bot commented Feb 9, 2022

Codecov Report

Merging #443 (57686bf) into master (65cd62e) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #443      +/-   ##
==========================================
+ Coverage   77.97%   78.02%   +0.05%     
==========================================
  Files          23       23              
  Lines        1607     1611       +4     
==========================================
+ Hits         1253     1257       +4     
  Misses        354      354              
Impacted Files Coverage Δ
src/methods.jl 68.16% <100.00%> (+0.44%) ⬆️

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 65cd62e...57686bf. Read the comment docs.

@simonbyrne simonbyrne merged commit 69fde35 into master Feb 9, 2022
@simonbyrne simonbyrne deleted the sb/boundscheck branch February 9, 2022 23:03
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.

R"list(1,2)"[3] -> EXCEPTION_ACCESS_VIOLATION
1 participant