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

Remove regex requirement #88

Merged
merged 1 commit into from
Apr 29, 2018
Merged

Conversation

davidgraeff
Copy link
Member

  • A good regex parser is not lightweight and most likely needs lots of heap memory for the state machine and backreferences and whatnot. Do not make it mandatory to support it.
  • Be more precise when the property format attribute is required

* A good regex parser is not lightweight and most likely needs lots of heap memory for the state machine and backreferences and whatnot. Do not make it mandatory to support it.
* Be more precise when the property format attribute is required
@marvinroger
Copy link
Member

I have to agree, it's not that useful anyway. Never had to use it in practice.

It does not break semver, so it does not harm. @timpur @euphi @ThomDietrich LGTM?

@ThomDietrich
Copy link
Collaborator

Fine with me 👍

@timpur
Copy link
Contributor

timpur commented Apr 27, 2018

All for !!!

@marvinroger marvinroger merged commit 081214d into homieiot:master Apr 29, 2018
@marvinroger
Copy link
Member

Thanks guys!

@davidgraeff davidgraeff deleted the patch-1 branch April 30, 2018 18:23
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.

4 participants