-
Notifications
You must be signed in to change notification settings - Fork 824
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
ENH Use symfony/validation logic #11399
ENH Use symfony/validation logic #11399
Conversation
5e65ebd
to
2a7f402
Compare
d5b0656
to
68bc687
Compare
CI failures are unrelated - PHPunit 11 doesn't like something about the xml config for this module. |
3c82db9
to
94dc070
Compare
94dc070
to
eb49101
Compare
CI failures are related to previously merged sake work, and will be resolved in silverstripe/.github#313 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still getting unit test failures, do things need to be merged up?
Also there is a massive number of deprecation warnings from a third party library - is there anything we can do about that?
The deprecation warnings are absolutely unrelated to this PR. As are the risky "Test code or tested code removed error handlers other than its own". Failures are probably just things that needs this to be rebased on top of. |
eb49101
to
bdda469
Compare
Issue
symfony/validator
for as much validation logic as we can throw at it. .github#193