Skip to content

Conversation

@adamrp
Copy link
Contributor

@adamrp adamrp commented May 14, 2015

Fix #1179

This doesn't fully account for all valid email addresses (doing so is too
much of a headache to implement, at least until it becomes necessary...), but
it's closer, and will pass for the majority of email addresses.

@adamrp adamrp force-pushed the relax_email_validation-issue-1179 branch from 29a5508 to 08c733e Compare May 14, 2015 21:38
Adam Robbins-Pianka added 3 commits May 14, 2015 15:53
Fix qiita-spots#1179

This doesn't fully account for all valid email addresses (doing so is too
much of a headache to implement, at least until it becomes necessary...), but
it's closer, and will pass for the majority of email addresses.
The domain part of the email address does not have to have a dot in it; even
if it did, the last domain specified cannot be assured to be a TLD.
@adamrp adamrp force-pushed the relax_email_validation-issue-1179 branch from f91d66f to 2895b30 Compare May 14, 2015 21:53
@wasade
Copy link
Contributor

wasade commented May 14, 2015

test failures, I think 👍 otherwise tho

@adamrp
Copy link
Contributor Author

adamrp commented May 15, 2015

I think the only failures are the same two that are popping up on all our PRs since pandas was updated. I have a PR in for one of them #1182, but not sure about the other one 😦

@squirrelo
Copy link
Contributor

👍 once the failures are worked out

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 79.3% when pulling 2895b30 on adamrp:relax_email_validation-issue-1179 into da407f6 on biocore:master.

@adamrp
Copy link
Contributor Author

adamrp commented May 16, 2015

Merge?

squirrelo added a commit that referenced this pull request May 16, 2015
ENH: Bring email validation closer to specs
@squirrelo squirrelo merged commit ab35e4c into qiita-spots:master May 16, 2015
@adamrp adamrp deleted the relax_email_validation-issue-1179 branch May 18, 2015 15:34
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.

Email validation is too strict

4 participants