Closed (fixed)
Project:
Advanced Email Validation
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2024 at 16:26 UTC
Updated:
23 Apr 2024 at 23:34 UTC
Jump to comment: Most recent
Comments
Comment #3
darvanenThis is fantastic, thank you, great work. I've marked just one nitpick but otherwise this is ready to ship. I'm happy to make the change myself and commit but I ran out of time this morning.
Comment #4
darvanenOh I forgot about tests, it would be really great if this had a test.
Comment #5
darvanenComment #6
darvanenThe test has uncovered the fact that the provider results get statically cached in each request. If we change the configuration part way through (say if we're validating a different field that has a different set of overrides) we're going to run into issues. We'll need to get that sorted out before we can commit this.
I'll raise a PR on the external library if I can figure out how to make it work. Postponing on that.
Comment #7
darvanenAh there's already an issue raised and the maintainer self-assigned yesterday, good timing :)
https://github.com/stymiee/email-validator/issues/5
(usernames don't match exactly but I suspect it was you who raised in January @k-l, thank you!)
Comment #8
darvanenhttps://github.com/stymiee/email-validator/releases/tag/1.1.4 just came out which should unstick this, running the tests again now.
Comment #9
darvanenTests passed. Think we'd better bump the minimum version of the library since that's required to solve this bug.
Comment #10
darvanenComment #12
darvanenThanks so much for your work on this @k-l :)