Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Config] Throw an exception when using cannotBeEmpty() with numeric or boolean nodes#16816
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
GuilhemN commentedDec 2, 2015
| Q | A |
|---|---|
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | yes |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #16812 |
| License | MIT |
sstok commentedDec 3, 2015
👍 |
nicolas-grekas commentedDec 3, 2015
👍, as a bug fix for me |
GuilhemN commentedDec 3, 2015
The build failure seems unrelated. |
GuilhemN commentedDec 4, 2015
@nicolas-grekas can you ping the people in charge of the |
fabpot commentedDec 5, 2015
👍 |
1 similar comment
stof commentedDec 5, 2015
👍 |
xabbuh commentedDec 5, 2015
👍 (I think we accidentally just removed the methods instead of throwing the exception as it was planed initially, see#15285 (comment)). |
stof commentedDec 5, 2015
Thank you @Ener-Getick. |
…h numeric or boolean nodes (Ener-Getick)This PR was merged into the 3.0 branch.Discussion----------[Config] Throw an exception when using cannotBeEmpty() with numeric or boolean nodes| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | yes| Deprecations? | no| Tests pass? | yes| Fixed tickets |#16812| License | MITCommits-------bc20af2 [Config] Throw an exception when using cannotBeEmpty() on numeric or boolean nodes