Skip to content

Add ability to change append status when zipping files - #127

Open
AKoulabukhov wants to merge 1 commit into
marmelroy:masterfrom
AKoulabukhov:feature/append_status_management
Open

AKoulabukhov wants to merge 1 commit into
marmelroy:masterfrom
AKoulabukhov:feature/append_status_management

Conversation

@AKoulabukhov

Copy link
Copy Markdown

This feature allows to add files to existing archives using .addinZip status

@AvdLee AvdLee left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got some comments. Also; missing tests to verify the AppendStatus options are working. Can you add these? Thanks!

Comment thread Zip/Zip.swift
public enum AppendStatus {
case create
case createAfter
case addinZip

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we call this addInZip instead? As we Add In Zip, right?

Comment thread Zip/Zip.swift
}
}

public enum AppendStatus {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add some describing documentation to each case describing to the user what it does?

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.

2 participants