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

refactor: Change all enum-like #define sequences into enums. #2487

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Dec 20, 2023

The only one I'm not so sure about is Tcp_Socks5_Proxy_Hs, which has repeats. Should we ignore repeats?


This change is Reviewable

@iphydf iphydf added this to the v0.2.19 milestone Dec 20, 2023
@iphydf iphydf marked this pull request as ready for review December 20, 2023 17:12
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d3c2704) 69.82% compared to head (4b1cfa3) 69.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2487      +/-   ##
==========================================
- Coverage   69.82%   69.81%   -0.01%     
==========================================
  Files          75       75              
  Lines       25999    25999              
==========================================
- Hits        18153    18151       -2     
- Misses       7846     7848       +2     

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

@JFreegman
Copy link
Member

The only one I'm not so sure about is Tcp_Socks5_Proxy_Hs, which has repeats. Should we ignore repeats?

This change is Reviewable

Yeah I think that's a bit strange. You'd expect an enum to actually enumerate.

Copy link
Member

@JFreegman JFreegman left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained

The only one I'm not so sure about is `Tcp_Socks5_Proxy_Hs`, which has
repeats. Should we ignore repeats?
@toktok-releaser toktok-releaser merged commit 4b1cfa3 into TokTok:master Dec 21, 2023
52 checks passed
@iphydf iphydf deleted the enums branch December 21, 2023 14:10
This pull request was closed.
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