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

Support all operations for all platforms #19

Open
moosichu opened this issue Oct 2, 2021 · 4 comments
Open

Support all operations for all platforms #19

moosichu opened this issue Oct 2, 2021 · 4 comments
Milestone

Comments

@moosichu
Copy link
Owner

moosichu commented Oct 2, 2021

We should only tick a given entry in the table below if both the feature has been implemented for the corresponding archive type and we have tests for it that are checked-in and run as part of our CI.

operation gnu gnu64 bsd darwin64
r (insert)
  •  
  •  
  •  
  •  
d (delete)
  •  
  •  
  •  
  •  
m (move)
  •  
  •  
  •  
  •  
p (print)
  •  
  •  
  •  
  •  
q (quick append)
  •  
  •  
  •  
  •  
s (ranlib)
  •  
  •  
  •  
  •  
t (display)
  •  
  •  
  •  
  •  
x (extract)
  •  
  •  
  •  
  •  
@moosichu moosichu added this to the 0.0.1 milestone Oct 2, 2021
@iddev5
Copy link
Collaborator

iddev5 commented Oct 3, 2021

r, d and x are already implemented for gnu, bsd

@moosichu
Copy link
Owner Author

moosichu commented Oct 3, 2021

We need tests before they can be checked off - I think that's important.

@iddev5
Copy link
Collaborator

iddev5 commented Oct 3, 2021

Working on it, by the way

@moosichu
Copy link
Owner Author

Currently working on parsing BSD symbols in archives (including sorted & 64 bit) as found on macOS.

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

2 participants