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

Fix deprecations #84

Closed
wants to merge 1 commit into from
Closed

Fix deprecations #84

wants to merge 1 commit into from

Conversation

femtocleaner[bot]
Copy link

@femtocleaner femtocleaner bot commented Feb 28, 2019

I fixed a number of deprecations for you

@oxinabox
Copy link
Member

oxinabox commented Feb 28, 2019

@femtocleaner, you're back!
I missed you. How have you been buddy?

@omus
Copy link
Contributor

omus commented Feb 28, 2019

Bad bot. Context is important:

MethodError: no method matching mkdir(::FTP; mode="test_dir")

@fchorney
Copy link
Member

yeah for some reason it thinks the 2nd arg should be the mode, but that is incorrect.

@@ -145,7 +145,7 @@ end
ftp = FTP(; opts...)
local_file = upload_file
server_dir = joinpath(HOMEDIR, testdir)
mkdir(ftp, testdir)
mkdir(ftp, mode=testdir)
Copy link
Collaborator

Choose a reason for hiding this comment

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

bad bot

Copy link
Author

Choose a reason for hiding this comment

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

I'm sorry. I'm still new at this 🐒. I'll file an issue about this for you.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks Alex!

@omus
Copy link
Contributor

omus commented May 22, 2020

I'll close this. I'll be sure to make another PR for removing __precompile__()

@omus omus closed this May 22, 2020
@omus omus deleted the fbot/deps branch May 22, 2020 15:06
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.

4 participants