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

Reminder: change the ELF stuff #1

Closed
dmlloyd opened this issue Apr 8, 2020 · 1 comment
Closed

Reminder: change the ELF stuff #1

dmlloyd opened this issue Apr 8, 2020 · 1 comment
Milestone

Comments

@dmlloyd
Copy link
Collaborator

dmlloyd commented Apr 8, 2020

The ELF stuff and assemblers should be simplified:

  • Change buffer iterators to reader/writer types which can read/write anything implementing a Readable/Writable interface
  • Give up on buffer-backed ELF objects - pretty but not useful
  • POJO ELF things that are Readable/Writable
  • Assembler should probably extend Writer, not delegate to it
@dmlloyd dmlloyd closed this as completed May 13, 2020
@dmlloyd
Copy link
Collaborator Author

dmlloyd commented May 13, 2020

Done with #22.

@dmlloyd dmlloyd added this to the 0.1.0 milestone Oct 19, 2020
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

No branches or pull requests

1 participant