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

remove unneeded Scope requirement in FtpAccessors #353

Merged
merged 8 commits into from
Aug 4, 2023
Merged

remove unneeded Scope requirement in FtpAccessors #353

merged 8 commits into from
Aug 4, 2023

Conversation

mberndt123
Copy link
Contributor

@mberndt123 mberndt123 commented Jul 31, 2023

zio-ftp opens some streams to upload files, but it doesn't close them and thus leaks the Scope requirement. There's no reason to keep these streams open after uploading has completed, so let's just close them and remove the Scope requirement.

@mberndt123 mberndt123 requested a review from a team as a code owner July 31, 2023 23:22
@CLAassistant
Copy link

CLAassistant commented Jul 31, 2023

CLA assistant check
All committers have signed the CLA.

@regis-leray
Copy link
Member

Thanks again for your MR ! and catching to close the inputstream :)

Copy link
Member

@regis-leray regis-leray left a comment

Choose a reason for hiding this comment

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

only small comment regarding downgrading actions/checkout version

@mberndt123
Copy link
Contributor Author

mberndt123 commented Aug 3, 2023

Thanks for the review, @regis-leray. That file you asked about is auto-generated by sbt docs/generateGithubWorkflow, which I needed to run to make CI pass. Is there anything else, or can this be merged now?

@regis-leray
Copy link
Member

@mberndt123 you can merge

@mberndt123
Copy link
Contributor Author

@regis-leray,

I can't merge that, I don't have the required permissions. Can you do that for me?

@regis-leray regis-leray merged commit 648db76 into zio:series/2.x Aug 4, 2023
15 checks passed
@mberndt123 mberndt123 deleted the patch-1 branch August 12, 2023 16:29
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.

3 participants