SamuraiAku / SPDX.jl

Provides for the creation, reading and writing of SPDX files in multiple file formats. Written in pure Julia.
MIT License
5 stars 1 forks source link

Hashing #42

Closed SamuraiAku closed 9 months ago

SamuraiAku commented 9 months ago

Resolves #38 - Enable Set and Dict operations with SPDX data types

Created a custom hash function for AbstractSpdx data types. Got the hooks in so that the hash could be used in the future with SPDX analysis functions.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (937cd8f) 98.47% compared to head (2ce2502) 98.51%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #42 +/- ## ========================================== + Coverage 98.47% 98.51% +0.03% ========================================== Files 17 17 Lines 788 808 +20 ========================================== + Hits 776 796 +20 Misses 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.