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

reference: move match function to helpers #2143

Merged
merged 1 commit into from
Jan 14, 2017

Conversation

dmcgowan
Copy link
Collaborator

Update match function to operate on familiar names and moved into helpers. The match function is only used against familiar input, not currently a use for a normalized form of the function. Like IsNameOnly, this is only a helper and does not provide any functionality that could not be achieved by a package importer.

Update match function to operate on familiar names

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
@aaronlehmann
Copy link
Contributor

LGTM

@codecov-io
Copy link

Current coverage is 51.20% (diff: 100%)

Merging #2143 into master will decrease coverage by 9.98%

@@             master      #2143   diff @@
==========================================
  Files           125        125           
  Lines         11433      11432      -1   
  Methods           0          0           
  Messages          0          0           
  Branches          0          0           
==========================================
- Hits           6996       5854   -1142   
- Misses         3550       4832   +1282   
+ Partials        887        746    -141   

Powered by Codecov. Last update 7cb0c15...3b04975

@stevvooe
Copy link
Collaborator

LGTM

@stevvooe stevvooe merged commit 44eff01 into distribution:master Jan 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants