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

Add Platform(oh::ObjectHandle) #41

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Conversation

staticfloat
Copy link
Collaborator

This adds the ability to query what Platform an object handle is built for, which is useful for filtering down which object within a fat bundle we want to look at.

This adds the ability to query what `Platform` an object handle is built
for, which is useful for filtering down which object within a fat bundle
we want to look at.
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Patch coverage: 51.28% and project coverage change: -0.55% ⚠️

Comparison is base (b00ab22) 70.22% compared to head (7150c9f) 69.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   70.22%   69.67%   -0.55%     
==========================================
  Files          47       49       +2     
  Lines        1313     1352      +39     
==========================================
+ Hits          922      942      +20     
- Misses        391      410      +19     
Files Changed Coverage Δ
src/Abstract/ObjectHandle.jl 80.39% <ø> (ø)
src/COFF/COFF.jl 100.00% <ø> (ø)
src/ELF/ELF.jl 100.00% <ø> (ø)
src/MachO/MachO.jl 100.00% <ø> (ø)
src/ObjectFile.jl 100.00% <ø> (ø)
src/MachO/constants.jl 36.36% <36.36%> (ø)
src/COFF/constants.jl 45.45% <45.45%> (ø)
src/ELF/ELFHeader.jl 75.00% <45.45%> (-15.48%) ⬇️
src/COFF/COFFHandle.jl 91.48% <100.00%> (+0.18%) ⬆️
src/ELF/ELFHandle.jl 98.11% <100.00%> (+0.15%) ⬆️
... and 1 more

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

@staticfloat staticfloat merged commit bf386b9 into master Aug 25, 2023
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.

1 participant