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

Improve Equal package function #34

Merged
merged 1 commit into from
Jul 19, 2018
Merged

Improve Equal package function #34

merged 1 commit into from
Jul 19, 2018

Conversation

theckman
Copy link
Member

This change makes some improvements to the Equal package function:

  • updates function comment to read better
  • changes the argument variables to a and b, instead of u1 and u2
  • compare the arrays directly, instead of converting to slices and comparing

Fixes #33

Signed-off-by: Tim Heckman t@heckman.io

This change makes some improvements to the Equal package function:

- updates function comment to read better
- changes the argument variables to `a` and `b`, instead of `u1` and `u2`
- compare the arrays directly, instead of converting to slices and comparing

Fixes #33

Signed-off-by: Tim Heckman <t@heckman.io>
@theckman theckman requested a review from acln0 July 19, 2018 06:10
@coveralls
Copy link

Pull Request Test Coverage Report for Build 96

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.063%

Totals Coverage Status
Change from base Build 90: 0.0%
Covered Lines: 317
Relevant Lines: 320

💛 - Coveralls

2 similar comments
@coveralls
Copy link

Pull Request Test Coverage Report for Build 96

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.063%

Totals Coverage Status
Change from base Build 90: 0.0%
Covered Lines: 317
Relevant Lines: 320

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jul 19, 2018

Pull Request Test Coverage Report for Build 96

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.063%

Totals Coverage Status
Change from base Build 90: 0.0%
Covered Lines: 317
Relevant Lines: 320

💛 - Coveralls

@acln0
Copy link
Member

acln0 commented Jul 19, 2018

What happened with the 1.7 build?

@theckman
Copy link
Member Author

@acln0 looks like the runner ate it. Re-running that one.

@theckman theckman merged commit 2af6bef into master Jul 19, 2018
theckman added a commit that referenced this pull request Jul 19, 2018
Improve Equal package function

Signed-off-by: Tim Heckman <t@heckman.io>
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