-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ACCEPT_SINGLE_VALUE_AS_ARRAY partially broken in 2.7.x, 2.8.x #1421
Comments
Add failing test for an issue #1421
Thank you for the test. I'll have to re-read this some more to know if this is a bug or not. |
@cowtowncoder It works fine in 2.6.x and 2.5.x branches and we use and rely on this ability. So, for us, it's definitely a bug and a blocker for updating... Thanks! |
I run into what I think is the same issue. Here's the test
|
@yuesong thank you for providing an additional test. While it is not certain it's the same issue (error message differs), that sounds plausible. |
Ok; I suspect 2nd failure at least is due to #1010, so that there are 2 separate delegators. And perhaps/probably 1st one too. So there's something I can try to resolve; array-delegator is set correctly, but not used. |
Ok, fixed for 2.8.5. |
Yay! Thanks @cowtowncoder! |
Thanks! |
Thank you for reporting this. I am in the process of releasing 2.8.5 today; only partially completed but hopefully all modules out within 24 hours. |
In 2.7.x, 2.8.x versions following test fails with an exception:
While on 2.5 and 2.6 it works fine.
The text was updated successfully, but these errors were encountered: