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: Mark arrays in the tox API as [] instead of *. #2520

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Jan 5, 2024

This makes it clearer what is actually a pointer (i.e. the this pointer or the error pointer) vs. what is an array.


This change is Reviewable

@iphydf iphydf added this to the v0.2.19 milestone Jan 5, 2024
@iphydf iphydf force-pushed the array-params branch 2 times, most recently from ca26672 to 02db926 Compare January 5, 2024 14:25
@iphydf iphydf marked this pull request as ready for review January 5, 2024 14:25
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (baf6d1f) 69.02% compared to head (a76f758) 69.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2520      +/-   ##
==========================================
- Coverage   69.02%   69.01%   -0.01%     
==========================================
  Files          89       89              
  Lines       27781    27781              
==========================================
- Hits        19175    19174       -1     
- Misses       8606     8607       +1     

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

This makes it clearer what is actually a pointer (i.e. the `this` pointer
or the `error` pointer) vs. what is an array.
@iphydf iphydf merged commit a76f758 into TokTok:master Jan 5, 2024
52 checks passed
@iphydf iphydf deleted the array-params branch January 5, 2024 17:20
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.

2 participants