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

Prohibit function parameter redefinition #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

splasky
Copy link

@splasky splasky commented May 29, 2018

Inside function declaration,we cannot define same parameter name.
This commit will prohibit to use same parameter name during function
declaration.

@codecov-io
Copy link

codecov-io commented May 29, 2018

Codecov Report

Merging #104 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   98.83%   98.83%   +<.01%     
==========================================
  Files          26       26              
  Lines        3850     3860      +10     
==========================================
+ Hits         3805     3815      +10     
  Misses         45       45
Impacted Files Coverage Δ
shivyc/tree/nodes.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56a5b73...f7c048a. Read the comment docs.

Inside function declaration,we cannot define same parameter name.
This commit will prohibit to use same parameter name during function
declaration.
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