Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant