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

Rename override methods arguments to be consistent with original name #413

Merged
merged 1 commit into from
Jul 16, 2022

Conversation

imdrasil
Copy link
Owner

@imdrasil imdrasil commented Jul 16, 2022

What does this PR do?

Addresses warnings from the crystal 1.5.0
Fix #412

Release notes

General

  • address "positional parameter of the overridden method, which has a different name and may affect named argument passing" crystal 1.5.0 warning (for full list see MR)

@imdrasil imdrasil force-pushed the address-crystal-1-5-method-def-warnings branch from b86d37b to 01111b1 Compare July 16, 2022 20:23
@imdrasil imdrasil force-pushed the address-crystal-1-5-method-def-warnings branch from 01111b1 to 2e338f9 Compare July 16, 2022 20:29
@imdrasil imdrasil merged commit d6ba913 into master Jul 16, 2022
@imdrasil imdrasil deleted the address-crystal-1-5-method-def-warnings branch July 16, 2022 20:40
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.

Warning: positional parameter 'pull'
1 participant