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

cleanup: Remove NaCl support. #2497

Merged
merged 1 commit into from
Dec 25, 2023
Merged

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Dec 25, 2023

We now depend on libsodium unconditionally. Future work will require functions from libsodium, and nobody we're aware of uses the nacl build for anything other than making sure it still works on CI.


This change is Reviewable

@iphydf iphydf added this to the v0.2.19 milestone Dec 25, 2023
@iphydf iphydf force-pushed the rm-nacl branch 2 times, most recently from 1e6ea60 to e126749 Compare December 25, 2023 00:35
@iphydf iphydf marked this pull request as ready for review December 25, 2023 00:35
@iphydf iphydf requested a review from a team as a code owner December 25, 2023 00:35
We now depend on libsodium unconditionally. Future work will require
functions from libsodium, and nobody we're aware of uses the nacl build
for anything other than making sure it still works on CI.
Copy link

codecov bot commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (41dfb1c) 68.98% compared to head (895a6af) 69.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2497      +/-   ##
==========================================
+ Coverage   68.98%   69.01%   +0.02%     
==========================================
  Files          89       89              
  Lines       27770    27770              
==========================================
+ Hits        19158    19166       +8     
+ Misses       8612     8604       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@nurupo nurupo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The trailing white space changes in docs/* are a bit unnecessary,especially since not all docs/* got this treatment, but otherwise this PR looks good.

@toktok-releaser toktok-releaser merged commit 895a6af into TokTok:master Dec 25, 2023
37 checks passed
@nurupo
Copy link
Member

nurupo commented Dec 25, 2023

Oh, it gets automatically merged, huh. Kind of wanted for @iphydf to decide if he wants to undo those trailing white space changes or not, but I guess this works too, I didn't feel too strongly about it to block the PR.

@iphydf iphydf deleted the rm-nacl branch December 25, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants