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 unsafe pointer calls #267

Merged
merged 2 commits into from
Nov 8, 2023
Merged

remove unsafe pointer calls #267

merged 2 commits into from
Nov 8, 2023

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Nov 3, 2023

Almost entirely unneeded, and entirely unsafe, except for the failure to specify the ccall API correctly.

Almost entirely unneeded, and entirely unsafe, except for the failure to
specify the ccall API correctly.
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #267 (03b40da) into master (66a3632) will decrease coverage by 0.30%.
The diff coverage is 9.09%.

@@            Coverage Diff             @@
##           master     #267      +/-   ##
==========================================
- Coverage   73.86%   73.57%   -0.30%     
==========================================
  Files          12       12              
  Lines         750      753       +3     
==========================================
  Hits          554      554              
- Misses        196      199       +3     
Files Coverage Δ
src/cipher.jl 61.44% <ø> (ø)
src/entropy.jl 84.61% <ø> (ø)
src/md.jl 75.90% <ø> (ø)
src/ssl.jl 71.88% <50.00%> (ø)
src/error.jl 38.88% <0.00%> (-2.29%) ⬇️
src/x509_crt.jl 68.00% <0.00%> (-5.92%) ⬇️

@vtjnash
Copy link
Sponsor Member Author

vtjnash commented Nov 6, 2023

bump

src/error.jl Outdated Show resolved Hide resolved
@vtjnash vtjnash merged commit 8c73ac4 into master Nov 8, 2023
8 of 9 checks passed
@vtjnash vtjnash deleted the jn/no-pointer branch November 8, 2023 14:20
@kpamnany kpamnany mentioned this pull request Nov 8, 2023
@nsslh
Copy link
Contributor

nsslh commented Nov 15, 2023

Regression: #274.

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