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 a function to list all files in a archive #23

Merged
merged 2 commits into from Jun 28, 2020
Merged

Conversation

Asakiz
Copy link
Member

@Asakiz Asakiz commented Jun 27, 2020

Signed-off-by: asakiz asakizin@gmail.com

@github-actions
Copy link

Pull Request Test Coverage Report for Build 149870013

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.9%) to 44.681%

Totals Coverage Status
Change from base Build 102619308: 0.9%
Covered Lines: 21
Relevant Lines: 47

💛 - Coveralls

@Asakiz Asakiz force-pushed the topic/enhancement branch 3 times, most recently from 4e02fb1 to 2b20921 Compare June 27, 2020 18:27
Copy link
Member

@otavio otavio left a comment

Choose a reason for hiding this comment

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

@Asakiz thanks for looking into it. Please take a look at the comments I made below.

Another thing we need to look at is because the minimal Rust version will need to be moved to 1.40.0 due to the doctest feature use. Please add it as another commit.

src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Show resolved Hide resolved
Copy link
Member

@otavio otavio left a comment

Choose a reason for hiding this comment

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

Thanks for looking into it. The changes look good.

The only change I did was to invert the changes so both commits can pass the CI checks.

Signed-off-by: asakiz <asakizin@gmail.com>
Fixes: #22
Signed-off-by: asakiz <asakizin@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
@otavio
Copy link
Member

otavio commented Jun 28, 2020

@Asakiz

Prior merging it I made few minor adjustments:

  • inverted the commit order so MSRV change comes first
  • added both changes in the CHANGES.md file
  • added the fixed, in the commit, so the original issue is mentioned on the change and closes the issue automatically

@otavio otavio merged commit eb6341a into master Jun 28, 2020
@otavio otavio deleted the topic/enhancement branch June 28, 2020 01:04
@Aloso
Copy link

Aloso commented Jun 28, 2020

As requested, I tried the master branch, and it works nicely. Thank you for your efforts!

@otavio
Copy link
Member

otavio commented Jun 28, 2020

@Aloso thanks for testing it. We made the 0.6.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants