Skip to content

chore: rm uuid dependency #789

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

Merged
merged 2 commits into from
Mar 4, 2025
Merged

chore: rm uuid dependency #789

merged 2 commits into from
Mar 4, 2025

Conversation

markphelps
Copy link
Contributor

we dont really need uuids, we just need a string that is unique per flag/rule

this removes the uuid crate which doesn't really work on 'wasm32-unknown-unknownanyways.. not that it really matters since we are building towasip1`.. but its always nice to remove dependencies

Signed-off-by: Mark Phelps <[email protected]>
@markphelps markphelps requested a review from a team as a code owner March 4, 2025 21:40
@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.36%. Comparing base (a31e1df) to head (8faf779).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #789   +/-   ##
=======================================
  Coverage   80.35%   80.36%           
=======================================
  Files           8        8           
  Lines        4164     4165    +1     
=======================================
+ Hits         3346     3347    +1     
  Misses        818      818           

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

Copy link
Collaborator

@erka erka left a comment

Choose a reason for hiding this comment

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

great catch!

@kodiakhq kodiakhq bot merged commit a531bdd into main Mar 4, 2025
23 of 24 checks passed
@kodiakhq kodiakhq bot deleted the rm-uuid branch March 4, 2025 21:54
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.

3 participants