We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow up to #8597
We want to stop supporting this:
foo => { "bar" => "hello" } foo => { "baz" => "goodbye" }
which currently gets interpreted as:
foo => { "bar" => "hello" "baz" => "goodbye" }
and instead, want to raise a config error when encountering a duplicate key in a plugin config.
Also as @jordansissel mentions below:
[...] we should also add this to 6.x but instead of an error (as in 7.0) it logs a warning w/ how to fix the issue.
Note that this is supposed to only be merged to 7.x (master as of the time of writing) not 6.x.
7.x
master
6.x
The text was updated successfully, but these errors were encountered:
@original-brownbear we should also add this to 6.x but instead of an error (as in 7.0) it logs a warning w/ how to fix the issue.
Sorry, something went wrong.
@jordansissel thanks, added it to the issue :)
No branches or pull requests
Follow up to #8597
We want to stop supporting this:
which currently gets interpreted as:
and instead, want to raise a config error when encountering a duplicate key in a plugin config.
Also as @jordansissel mentions below:
Note that this is supposed to only be merged to
7.x
(master
as of the time of writing) not6.x
.The text was updated successfully, but these errors were encountered: