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

Fixes #450: Adds new function for generating a shorter form prival string. #457

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from

Conversation

Jackb18b
Copy link

@Jackb18b Jackb18b commented Oct 3, 2024

Adds a new function for a condensed and logger-standard prival string.

@goatshriek goatshriek self-assigned this Oct 3, 2024
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.56%. Comparing base (1bd3333) to head (a5d52c5).

Additional details and impacted files
@@            Coverage Diff             @@
##           latest     #457      +/-   ##
==========================================
+ Coverage   90.35%   90.56%   +0.20%     
==========================================
  Files          47       47              
  Lines        4374     4386      +12     
  Branches      586      586              
==========================================
+ Hits         3952     3972      +20     
+ Misses        287      280       -7     
+ Partials      135      134       -1     

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

Copy link
Owner

@goatshriek goatshriek left a comment

Choose a reason for hiding this comment

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

This is off to a good start! You'll need to add your new function to src/windows/stumpless.def for the Windows tests to pass.

Review the issue and make sure that you understand the format. This is different from the stumpless_get_prival_string format: the STUMPLESS prefixes aren't needed and the string should be in lowercase.

src/prival.c Outdated Show resolved Hide resolved
src/prival.c Outdated Show resolved Hide resolved
test/function/prival.cpp Outdated Show resolved Hide resolved
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