libbpf / blazesym

blazesym is a library for address symbolization and related tasks
BSD 3-Clause "New" or "Revised" License
115 stars 24 forks source link

Add license to blazecli #816

Closed dylanorz closed 1 month ago

dylanorz commented 1 month ago

I encountered the same problem as #767 when packaging blazecli

d-e-s-o commented 1 month ago

Would you mind sharing what distribution you are packaging the program for, @dylanorz? Thanks! Also, please let me know in case you need a new release cut.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 94.58%. Comparing base (e5d769f) to head (21abb1c). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #816 +/- ## ======================================= Coverage 94.58% 94.58% ======================================= Files 52 52 Lines 9725 9725 ======================================= Hits 9198 9198 Misses 527 527 ```

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

dylanorz commented 1 month ago

Thank you for your review, @d-e-s-o .

I am contributing to openeuler.org, and I'm really looking forward to the stable version of blazesym-c, which means I can introduce it into openeuler and use it in my program.

Do you have any plans related to it please?

d-e-s-o commented 1 month ago

The current plan is to integrate with one higher profile open source application (bpftrace) to have more confidence in the suitability of the API surface before having the first stable 0.1 blazesym-c release. This will take some more time. That being said, at this point I wouldn't expect any major breaking changes over what we currently have. If you are able to pin the version in use, there shouldn't be any issue either way.