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

elf: remove return parameters for ElfFile's _extract() #2867

Merged
merged 1 commit into from Jan 13, 2020

Conversation

cjp256
Copy link
Contributor

@cjp256 cjp256 commented Jan 10, 2020

  • Set defaults in init and update in _extract_attributes().

  • Operate directly on self instead of returning a massive
    tuple.

  • Rename to _extract_attributes() and drop path argument
    already available in self.

  • Update fake elf fixtures.

Signed-off-by: Chris Patterson chris.patterson@canonical.com

  • Have you followed the guidelines for contributing?
  • Have you signed the CLA?
  • Have you successfully run ./runtests.sh static?
  • Have you successfully run ./runtests.sh tests/unit?

- Set defaults in __init__ and update in _extract_attributes().

- Operate directly on self instead of returning a massive
tuple.

- Rename to _extract_attributes() and drop `path` argument
already available in self.

- Update fake elf fixtures.

Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
@sergiusens sergiusens merged commit fd99d83 into canonical:master Jan 13, 2020
@cjp256 cjp256 deleted the elf-extract branch March 16, 2020 17:53
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.

None yet

2 participants