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

Rewrite as a recursive descent parser #193

Merged
merged 3 commits into from
Oct 21, 2018
Merged

Rewrite as a recursive descent parser #193

merged 3 commits into from
Oct 21, 2018

Conversation

skeggse
Copy link
Owner

@skeggse skeggse commented Oct 12, 2018

This simplifies some of our validation, and opens the door to let users of the module run their own DNS check through a general-purpose API. As such, we're working towards #4.

Will need to be updated to reflect the latest PRs.

@skeggse skeggse force-pushed the recursive-descent branch 2 times, most recently from 20d2aff to dcb1137 Compare October 12, 2018 06:55
@skeggse skeggse added this to the 3.3.0 milestone Oct 12, 2018
@skeggse skeggse self-assigned this Oct 12, 2018
@skeggse skeggse force-pushed the recursive-descent branch 4 times, most recently from ecc5cbd to dbe98a6 Compare October 21, 2018 08:53
This simplifies some of our validation, and opens the door to let users of the module run their own DNS check through a general-purpose API.
@skeggse skeggse force-pushed the recursive-descent branch 2 times, most recently from 4116c9b to 711c161 Compare October 21, 2018 09:13
Per RFC 6531, the addition of unicode doesn't extend to domain literals.
@skeggse
Copy link
Owner Author

skeggse commented Oct 21, 2018

I think this is now feature-complete with master.

@skeggse skeggse merged commit 061e7bc into master Oct 21, 2018
@skeggse skeggse deleted the recursive-descent branch October 21, 2018 17:33
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.

None yet

1 participant