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

Minor improvements for the Settings class #176

Merged
merged 4 commits into from
May 18, 2024

Conversation

mundschenk-at
Copy link
Owner

@mundschenk-at mundschenk-at commented May 18, 2024

  • Uses sha256 instead of md5 for generating hashes.
  • Adds type declarations.
  • Removes legacy string parsing (using Strings::maybe_split_parameters or direct regular expression) for settings expecting an array. Fixes Simplify settings methods #100.
  • Removes the now unused static method Strings::maybe_split_parameters.

@mundschenk-at mundschenk-at added this to the 7.0.0 milestone May 18, 2024
@mundschenk-at mundschenk-at self-assigned this May 18, 2024
Copy link

sonarcloud bot commented May 18, 2024

@mundschenk-at mundschenk-at merged commit 479fac9 into main May 18, 2024
11 checks passed
@mundschenk-at mundschenk-at deleted the slight-improvements-for-settings branch May 18, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify settings methods
1 participant