[20:11:14] legoktm[m]: I'd love to hear your thoughts on https://gerrit.wikimedia.org/r/c/mediawiki/core/+/742805 and its follow-up https://gerrit.wikimedia.org/r/c/mediawiki/core/+/743260/ [20:12:54] For the second one: this makes ExtensionProcessor distingish between putting things into core globals and applying defaults for settings defined by extensions. [20:13:10] I'd want to do this even if we don't introduce "config nodes". [20:21:38] I will look in a few minutes [20:50:22] I'm not really sold on grouping config settings in arrays [20:50:55] I understand why they're appealing from a developer perspective, but I think they make it harder for non-PHP experts to write stuff in LocalSettings.php [20:51:45] And then people really like nesting arrays into arrays which get confusing to merge [20:53:48] Is there a better name than "node"? [21:02:24] I hope that's useful feedback