conan-io / conan

Conan - The open-source C and C++ package manager
https://conan.io
MIT License
7.96k stars 952 forks source link

[profiles] Raising an error if any profile sections are duplicated #16454

Closed franramirez688 closed 2 weeks ago

franramirez688 commented 3 weeks ago

Changelog: Feature: Raising a ConanException if any section is duplicated in the same Conan profile file. Docs: omit Closes: https://github.com/conan-io/conan/issues/16448

paulharris commented 3 weeks ago

Update to test is here, I assume you would have to pull it into your branch... https://github.com/paulharris/conan/tree/issue_16448